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

BoundaryArrayNew

Array allocation function

SYNOPSIS

dip_Error dip_BoundaryArrayNew ( array, size, value, resources )

FUNCTION

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

ARGUMENTS

Data typeNameDescription
dip_BoundaryArray *arrayBoundary conditions
dip_intsizeSize
dip_BoundaryvalueInitial value
dip_ResourcesresourcesResources tracking structure. See ResourcesNew

SEE ALSO

BoundaryArrayNew, BoundaryArrayFree

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