Copy an array
dip_Error dip_BooleanArrayCopy ( dest, src, resources )
This function copies the boolean array src to dest. The array dest is created by this function as well.
Data type | Name | Description |
dip_BooleanArray * | dest | Destination array |
dip_BooleanArray | src | Source array |
dip_Resources | resources | Resources tracking structure. See ResourcesNew |
BooleanArrayNew, BooleanArrayFree, BooleanArrayCopy, BooleanArrayFind
IntegerArrayCopy, FloatArrayCopy, ComplexArrayCopy, DataTypeArrayCopy, BooleanArrayCopy, VoidPointerArrayCopy, StringArrayCopy