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

VoidPointerArrayCopy

Copy an array

SYNOPSIS

dip_Error dip_VoidPointerArrayCopy ( dest, src, resources )

FUNCTION

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

ARGUMENTS

Data typeNameDescription
dip_IntegerArray *destDestination array
dip_IntegerArraysrcSource array
dip_ResourcesresourcesResources tracking structure. See ResourcesNew

SEE ALSO

VoidPointerArrayNew, VoidPointerArrayFree, VoidPointerArrayCopy, VoidPointerArrayFind

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