Create new measurement data structure
#include "dip_measurement.h"
dip_Error dip_MeasurementNew ( measurement, resources )
This function creates, by allocating and initialising it, a new Measurement data structure. After this function has been used to create a new measurement structure, the state of it is raw. It needs to be passed through MeasurementForge before it can be used to store measurement results.
Data type | Name | Description |
dip_Measurement * | measurement | pointer to the measurement structure to be created |
dip_Resources | resources | Resources tracking structure. See ResourcesNew |
MeasurementForge, MeasurementFree, Measure
DIPlib on-line documentation | Function reference | Global function index