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

StringArrayCopy

Copy a string array

SYNOPSIS

#include "dip_string.h"

dip_Error dip_StringArrayCopy ( new, src, resources )

FUNCTION

This function copies the complete src string array to new.

ARGUMENTS

Data typeNameDescription
dip_StringArray *newPointer to the destination dip_StringArray structure
dip_StringArraysrcSource string array
dip_ResourcesresourcesResources tracking structure. See ResourcesNew

SEE ALSO

StringArrayNew, StringArrayFree

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