A3DFRMParameterData Struct Reference

Feature parameter data structure. More...

Data Fields

EA3DFRMParameterType m_eType
 
A3DFRMFeature ** m_ppFeatures
 
A3DUns32 m_uiFeatureSize
 
A3DUns16 m_usStructSize
 

Detailed Description

Feature parameter data structure.

Structure describes the feature type

See also
A3DFRMParameterGet
Version
10.2

Field Documentation

A3DUns16 A3DFRMParameterData::m_usStructSize

Reserved; must be initialized by A3D_INITIALIZE_DATA.

A3DUns32 A3DFRMParameterData::m_uiFeatureSize

Size of next array.

A3DFRMFeature** A3DFRMParameterData::m_ppFeatures

Array of Features.

EA3DFRMParameterType A3DFRMParameterData::m_eType

Feature parameter type.