Allocate a new FeatureDescription
#include "dip_measurement.h"
dip_Error dip_FeatureDescriptionNew ( description, resources )
This function allocates a new dip_FeatureDescription data structure. A feature description contains the name, a short description of a measurement feature, as well as the labels and units of the data measured by the feature.
Data type | Name | Description |
dip_FeatureDescription | description | Feature description data structure |
dip_Resources | resources | Resources tracking structure. See ResourcesNew |
MeasurementFeatureDescription, FeatureDescriptionNew, FeatureDescriptionFree, FeatureDescriptionSetName, FeatureDescriptionGetName, FeatureDescriptionSetDescription, FeatureDescriptionGetDescription, FeatureDescriptionSetLabels, FeatureDescriptionGetLabels, FeatureDescriptionSetLabel, FeatureDescriptionSetDimensionLabels, FeatureDescriptionSetUnits, FeatureDescriptionGetUnits, FeatureDescriptionSetUnit