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

BooleanArrayCopy

Copy an array

SYNOPSIS

dip_Error dip_BooleanArrayCopy ( dest, src, resources )

FUNCTION

This function copies the boolean array src to dest. The array dest is created by this function as well.

ARGUMENTS

Data typeNameDescription
dip_BooleanArray *destDestination array
dip_BooleanArraysrcSource array
dip_ResourcesresourcesResources tracking structure. See ResourcesNew

SEE ALSO

BooleanArrayNew, BooleanArrayFree, BooleanArrayCopy, BooleanArrayFind

IntegerArrayCopy, FloatArrayCopy, ComplexArrayCopy, DataTypeArrayCopy, BooleanArrayCopy, VoidPointerArrayCopy, StringArrayCopy