QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
ON__CIndexMaps Class Reference

Public Member Functions

 ON__CIndexMaps (ONX_Model &model)
 
int RemapDimstyleIndex (int old_dimstyle_index) const
 
int RemapFontIndex (int old_font_index) const
 
int RemapGeometryAndObjectAttributes (ONX_Model_Object &)
 
int RemapGeometryAttributes (ON_Object *)
 
int RemapGroupIndex (int old_group_index) const
 
int RemapHatchPatternIndex (int old_hatch_pattern_index) const
 
int RemapLayerAttributes (ON_Layer &)
 
int RemapLayerIndex (int old_layer_index) const
 
int RemapLinetypeIndex (int old_linetype_index) const
 
int RemapMaterialIndex (int old_material_index) const
 
int RemapModel ()
 
int RemapObjectAttributes (ON_3dmObjectAttributes &)
 
int RemapRenderingAttributes (ON_RenderingAttributes &ra)
 

Public Attributes

bool m_bRemapDimstyleIndex
 
bool m_bRemapFontIndex
 
bool m_bRemapGroupIndex
 
bool m_bRemapHatchPatternIndex
 
bool m_bRemapLayerIndex
 
bool m_bRemapLinetypeIndex
 
bool m_bRemapMaterialIndex
 
int m_default_dimstyle_index
 
int m_default_font_index
 
int m_default_group_index
 
int m_default_hatch_pattern_index
 
int m_default_layer_index
 
int m_default_linetype_index
 
int m_default_material_index
 
int m_dimstyle_count
 
ON_SimpleArray< ON__CIndexPairm_dimstyle_map
 
int m_font_count
 
ON_SimpleArray< ON__CIndexPairm_font_map
 
int m_group_count
 
ON_SimpleArray< ON__CIndexPairm_group_map
 
int m_hatch_pattern_count
 
ON_SimpleArray< ON__CIndexPairm_hatch_pattern_map
 
int m_layer_count
 
ON_SimpleArray< ON__CIndexPairm_layer_map
 
int m_linetype_count
 
ON_SimpleArray< ON__CIndexPairm_linetype_map
 
int m_material_count
 
ON_SimpleArray< ON__CIndexPairm_material_map
 
ONX_Modelm_model
 

Private Member Functions

int CreateHelper ()
 
 ON__CIndexMaps (const ON__CIndexMaps &)
 
ON__CIndexMapsoperator= (const ON__CIndexMaps &)
 

Constructor & Destructor Documentation

◆ ON__CIndexMaps() [1/2]

ON__CIndexMaps::ON__CIndexMaps ( ONX_Model & model)
inline

◆ ON__CIndexMaps() [2/2]

ON__CIndexMaps::ON__CIndexMaps ( const ON__CIndexMaps & )
private

Member Function Documentation

◆ CreateHelper()

int ON__CIndexMaps::CreateHelper ( )
private

◆ operator=()

ON__CIndexMaps & ON__CIndexMaps::operator= ( const ON__CIndexMaps & )
private

◆ RemapDimstyleIndex()

int ON__CIndexMaps::RemapDimstyleIndex ( int old_dimstyle_index) const

◆ RemapFontIndex()

int ON__CIndexMaps::RemapFontIndex ( int old_font_index) const

◆ RemapGeometryAndObjectAttributes()

int ON__CIndexMaps::RemapGeometryAndObjectAttributes ( ONX_Model_Object & model_object)

◆ RemapGeometryAttributes()

int ON__CIndexMaps::RemapGeometryAttributes ( ON_Object * object)

◆ RemapGroupIndex()

int ON__CIndexMaps::RemapGroupIndex ( int old_group_index) const

◆ RemapHatchPatternIndex()

int ON__CIndexMaps::RemapHatchPatternIndex ( int old_hatch_pattern_index) const

◆ RemapLayerAttributes()

int ON__CIndexMaps::RemapLayerAttributes ( ON_Layer & layer)

◆ RemapLayerIndex()

int ON__CIndexMaps::RemapLayerIndex ( int old_layer_index) const

◆ RemapLinetypeIndex()

int ON__CIndexMaps::RemapLinetypeIndex ( int old_linetype_index) const

◆ RemapMaterialIndex()

int ON__CIndexMaps::RemapMaterialIndex ( int old_material_index) const

◆ RemapModel()

int ON__CIndexMaps::RemapModel ( )

◆ RemapObjectAttributes()

int ON__CIndexMaps::RemapObjectAttributes ( ON_3dmObjectAttributes & a)

◆ RemapRenderingAttributes()

int ON__CIndexMaps::RemapRenderingAttributes ( ON_RenderingAttributes & ra)

Member Data Documentation

◆ m_bRemapDimstyleIndex

bool ON__CIndexMaps::m_bRemapDimstyleIndex

◆ m_bRemapFontIndex

bool ON__CIndexMaps::m_bRemapFontIndex

◆ m_bRemapGroupIndex

bool ON__CIndexMaps::m_bRemapGroupIndex

◆ m_bRemapHatchPatternIndex

bool ON__CIndexMaps::m_bRemapHatchPatternIndex

◆ m_bRemapLayerIndex

bool ON__CIndexMaps::m_bRemapLayerIndex

◆ m_bRemapLinetypeIndex

bool ON__CIndexMaps::m_bRemapLinetypeIndex

◆ m_bRemapMaterialIndex

bool ON__CIndexMaps::m_bRemapMaterialIndex

◆ m_default_dimstyle_index

int ON__CIndexMaps::m_default_dimstyle_index

◆ m_default_font_index

int ON__CIndexMaps::m_default_font_index

◆ m_default_group_index

int ON__CIndexMaps::m_default_group_index

◆ m_default_hatch_pattern_index

int ON__CIndexMaps::m_default_hatch_pattern_index

◆ m_default_layer_index

int ON__CIndexMaps::m_default_layer_index

◆ m_default_linetype_index

int ON__CIndexMaps::m_default_linetype_index

◆ m_default_material_index

int ON__CIndexMaps::m_default_material_index

◆ m_dimstyle_count

int ON__CIndexMaps::m_dimstyle_count

◆ m_dimstyle_map

ON_SimpleArray<ON__CIndexPair> ON__CIndexMaps::m_dimstyle_map

◆ m_font_count

int ON__CIndexMaps::m_font_count

◆ m_font_map

ON_SimpleArray<ON__CIndexPair> ON__CIndexMaps::m_font_map

◆ m_group_count

int ON__CIndexMaps::m_group_count

◆ m_group_map

ON_SimpleArray<ON__CIndexPair> ON__CIndexMaps::m_group_map

◆ m_hatch_pattern_count

int ON__CIndexMaps::m_hatch_pattern_count

◆ m_hatch_pattern_map

ON_SimpleArray<ON__CIndexPair> ON__CIndexMaps::m_hatch_pattern_map

◆ m_layer_count

int ON__CIndexMaps::m_layer_count

◆ m_layer_map

ON_SimpleArray<ON__CIndexPair> ON__CIndexMaps::m_layer_map

◆ m_linetype_count

int ON__CIndexMaps::m_linetype_count

◆ m_linetype_map

ON_SimpleArray<ON__CIndexPair> ON__CIndexMaps::m_linetype_map

◆ m_material_count

int ON__CIndexMaps::m_material_count

◆ m_material_map

ON_SimpleArray<ON__CIndexPair> ON__CIndexMaps::m_material_map

◆ m_model

ONX_Model& ON__CIndexMaps::m_model

The documentation for this class was generated from the following file: