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

DataTypeArrayCopy

Copy an array

SYNOPSIS

dip_Error dip_DataTypeArrayCopy ( dest, src, resources )

FUNCTION

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

ARGUMENTS

Data typeNameDescription
dip_DataTypeArray *destDestination array
dip_DataTypeArraysrcSource array
dip_ResourcesresourcesResources tracking structure. See ResourcesNew

SEE ALSO

DIPlib's data types

DataTypeArrayNew, DataTypeArrayFree, DataTypeArrayCopy, DataTypeArrayFind

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