DIPlib Documentation - ©1995-2014 Quantitative Imaging Group, Delft University of Technology.

ComplexArrayNew

Array allocation function

SYNOPSIS

dip_Error dip_ComplexArrayNew ( array, size, value, resources )

FUNCTION

This function allocates the size elements of a dip_ComplexArray and sets the size of the array to size. Each array element is initialized with value.

ARGUMENTS

Data typeNameDescription
dip_ComplexArray *arrayArray
dip_intsizeSize
dip_complexvalueInitial value
dip_ResourcesresourcesResources tracking structure. See ResourcesNew

SEE ALSO

ComplexArrayNew, ComplexArrayFree, ComplexArrayCopy, ComplexArrayFind

ArrayNew, IntegerArrayNew, FloatArrayNew, ComplexArrayNew, BoundaryArrayNew, FrameWorkProcessArrayNew, DataTypeArrayNew, ImageArrayNew, BooleanArrayNew, VoidPointerArrayNew, StringArrayNew, CoordinateArrayNew