Array allocation function
dip_Error dip_BooleanArrayNew ( array, size, value, resources )
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.
Data type | Name | Description |
dip_BooleanArray * | array | Array |
dip_int | size | Size |
dip_Boolean | value | Initial value |
dip_Resources | resources | Resources tracking structure. See ResourcesNew |
BooleanArrayNew, BooleanArrayFree, BooleanArrayCopy, BooleanArrayFind
ArrayNew, IntegerArrayNew, FloatArrayNew, ComplexArrayNew, BoundaryArrayNew, FrameWorkProcessArrayNew, DataTypeArrayNew, ImageArrayNew, BooleanArrayNew, VoidPointerArrayNew, StringArrayNew, CoordinateArrayNew