Convert the data of a measurement feature
#include "dip_measurement.h"
dip_Error dip_MeasurementFeatureConvert ( in, featureID, inID, out, outID, resources )
This function convert the data of object inID in measurement in measured by feature featureID to object outID in out.
Data type | Name | Description |
dip_Measurement | in | Input measurement data structure |
dip_int | featureID | ID of the measurement feature |
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 |