Measurement feature #convert function
#include "dip_measurement.h"
dip_Error (*dip_FeatureConvertFunction) ( in, featureID, inID, out, outID, resources )
The convert function should convert the measurement data of the feature feaureID for the object inID in the measurement in to object outID of measurement out. This function is called by MeasurementFeatureConvert.
Data type | Name | Description |
dip_Measurement | in | Input measurement data structure |
dip_int | featureID | Measurement function ID |
dip_int | inID | ID of the object in in |
dip_Measurement | out | Output measurement data structure |
dip_int | outID | ID of the object in out |
dip_Resources | resources | Resources tracking structure. See ResourcesNew |