Type and Specification

Data Structures

struct  A3DFRMFeatureTypeData
 Structure describes the feature type. More...
 

Enumerations

enum  EA3DFRMFamily {
  kA3DFamily_None = 0,
  kA3DFamily_Root,
  kA3DFamily_Information,
  kA3DFamily_Type,
  kA3DFamily_FeatureDefinition,
  kA3DFamily_DoubleData,
  kA3DFamily_IntegerData,
  kA3DFamily_StringData,
  kA3DFamily_Value,
  kA3DFamily_Definition,
  kA3DFamily_Definition_Hole,
  kA3DFamily_Definition_Pattern
}
 Feature family type enum. More...
 

Functions

A3DStatus A3DFRMFeatureGetTypeAsString (const A3DFRMFeature *pFeature, A3DUTF8Char **ppcFeatureType)
 Get the string associated to the feature type. More...
 

Detailed Description

Enumeration Type Documentation

Feature family type enum.

Version
10.2
Enumerator
kA3DFamily_None 
kA3DFamily_Root 

see EA3DFRMRoot for possible subtypes

kA3DFamily_Information 

not used

kA3DFamily_Type 

see EA3DFRMEnumDataType for possible subtypes

kA3DFamily_FeatureDefinition 

see EA3DFRMFeatureDefinitionType for possible subtypes

kA3DFamily_DoubleData 

see EA3DFRMDoubleDataType for possible subtypes

kA3DFamily_IntegerData 

see EA3DFRMIntegerDataType for possible subtypes

kA3DFamily_StringData 

see EA3DFRMStringDataType for possible subtypes

kA3DFamily_Value 

see EA3DFRMValueType for possible subtypes

kA3DFamily_Definition 

see for possible subtypes

kA3DFamily_Definition_Hole 

see for possible subtypes

kA3DFamily_Definition_Pattern 

see EA3DFRMDefinitionPatternType for possible subtypes

Function Documentation

A3DStatus A3DFRMFeatureGetTypeAsString ( const A3DFRMFeature pFeature,
A3DUTF8Char **  ppcFeatureType 
)

Get the string associated to the feature type.

Version
10.2
Parameters
pFeaturefeature pointer
ppcFeatureTypeassociated string
Returns
A3D_INVALID_DATA_STRUCT_SIZE
A3D_INVALID_DATA_STRUCT_NULL
A3D_ERROR
A3D_SUCCESS.