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

VoidPointerArrayFind

Find value in array

SYNOPSIS

dip_Error dip_VoidPointerArrayFind ( array, value, index, found )

FUNCTION

Finds a value in an array and "returns" its index in the array. If found is zero, VoidPointerArrayFind will produce an error if value is not found, otherwise found obtains the search result (DIP_FALSE if value is not found).

ARGUMENTS

Data typeNameDescription
dip_VoidPointerArrayarrayArray to find value in
void *valueValue to find
dip_int *indexIndex of the found value
dip_VoidPointer *foundValue found or not

SEE ALSO

VoidPointerArrayNew, VoidPointerArrayFree, VoidPointerArrayCopy, VoidPointerArrayFind

IntegerArrayFind, FloatArrayFind, ComplexArrayFind, DataTypeArrayFind, BooleanArrayFind, VoidPointerArrayFind