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

BooleanArrayNew

Array allocation function

SYNOPSIS

dip_Error dip_BooleanArrayNew ( array, size, value, resources )

FUNCTION

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

ARGUMENTS

Data typeNameDescription
dip_BooleanArray *arrayArray
dip_intsizeSize
dip_BooleanvalueInitial value
dip_ResourcesresourcesResources tracking structure. See ResourcesNew

SEE ALSO

BooleanArrayNew, BooleanArrayFree, BooleanArrayCopy, BooleanArrayFind

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