#include <GiShmDataStorage.h>
|
| | OdGiFaceDataStorage () |
| |
| const OdUInt16Array & | colorsArray () const |
| |
| OdUInt16Array & | colorsArray () |
| |
| void | setColorsArray () |
| |
| OdUInt16 * | resizeColorsArray (OdUInt32 nSize, bool bSetPtr=true) |
| |
| const OdCmEntityColorArray & | trueColorsArray () const |
| |
| OdCmEntityColorArray & | trueColorsArray () |
| |
| void | setTrueColorsArray () |
| |
| OdCmEntityColor * | resizeTrueColorsArray (OdUInt32 nSize, bool bSetPtr=true) |
| |
| const OdDbStubPtrArray & | layerIdsArray () const |
| |
| OdDbStubPtrArray & | layerIdsArray () |
| |
| void | setLayersArray () |
| |
| OdDbStub ** | resizeLayerIdsArray (OdUInt32 nSize, bool bSetPtr=true) |
| |
| const OdGsMarkerArray & | selectionMarkersArray () const |
| |
| OdGsMarkerArray & | selectionMarkersArray () |
| |
| void | setSelectionMarkersArray () |
| |
| OdGsMarker * | resizeSelectionMarkersArray (OdUInt32 nSize, bool bSetPtr=true) |
| |
| const OdGeVector3dArray & | normalsArray () const |
| |
| OdGeVector3dArray & | normalsArray () |
| |
| void | setNormalsArray () |
| |
| OdGeVector3d * | resizeNormalsArray (OdUInt32 nSize, bool bSetPtr=true) |
| |
| const OdUInt8Array & | visibilityArray () const |
| |
| OdUInt8Array & | visibilityArray () |
| |
| void | setVisibilityArray () |
| |
| OdUInt8 * | resizeVisibilityArray (OdUInt32 nSize, bool bSetPtr=true) |
| |
| const OdDbStubPtrArray & | matkerialsArray () const |
| |
| OdDbStubPtrArray & | materialsArray () |
| |
| void | setMaterialsArray () |
| |
| OdDbStub ** | resizeMaterialsArray (OdUInt32 nSize, bool bSetPtr=true) |
| |
| const OdGiMapperArray & | mappersArray () const |
| |
| OdGiMapperArray & | mappersArray () |
| |
| void | setMappersArray () |
| |
| OdGiMapper * | resizeMappersArray (OdUInt32 nSize, bool bSetPtr=true) |
| |
| const OdCmTransparencyArray & | transparencyArray () const |
| |
| OdCmTransparencyArray & | transparencyArray () |
| |
| void | setTransparencyArray () |
| |
| OdCmTransparency * | resizeTransparencyArray (OdUInt32 nSize, bool bSetPtr=true) |
| |
| void | cloneData (const OdGiFaceData *pData) |
| |
| void | resetPointers () |
| |
| void | setPointersArray (const OdGiFaceData *pFaceData=NULL) |
| |
| void | clearArrays (const OdGiFaceData *pFaceData=NULL) |
| |
| void | deleteArrays (const OdGiFaceData *pFaceData=NULL) |
| |
| void | reserveArrays (const OdGiFaceData *pFaceData, OdUInt32 nReserve) |
| |
| void | copyFrom (const OdGiFaceData *pFaceData, OdUInt32 nFace) |
| |
| | OdGiFaceData () |
| |
| void | setColors (const OdUInt16 *colors) |
| |
| void | setTrueColors (const OdCmEntityColor *colors) |
| |
| void | setLayers (OdDbStub **layerIds) |
| |
| void | setSelectionMarkers (const OdGsMarker *selectionMarkers) |
| |
| void | setNormals (const OdGeVector3d *normals) |
| |
| void | setVisibility (const OdUInt8 *visibilities) |
| |
| void | setMaterials (OdDbStub **materialIds) |
| |
| void | setMappers (const OdGiMapper *mappers) |
| |
| void | setTransparency (const OdCmTransparency *transparencies) |
| |
| void | setFillOrigins (const OdGePoint2d *fillOrigins) |
| |
| void | setFillDirections (const OdGeVector2d *fillDirections) |
| |
| const OdUInt16 * | colors () const |
| |
| const OdCmEntityColor * | trueColors () const |
| |
| OdDbStub ** | layerIds () const |
| |
| const OdGsMarker * | selectionMarkers () const |
| |
| const OdGeVector3d * | normals () const |
| |
| const OdUInt8 * | visibility () const |
| |
| OdDbStub ** | materials () const |
| |
| const OdGiMapper * | mappers () const |
| |
| const OdCmTransparency * | transparency () const |
| |
| const OdGePoint2d * | fillOrigins () const |
| |
| const OdGeVector2d * | fillDirections () const |
| |
Definition at line 137 of file GiShmDataStorage.h.
◆ OdGiMapperArray
◆ OdGiFaceDataStorage()
| OdGiFaceDataStorage::OdGiFaceDataStorage |
( |
| ) |
|
|
inline |
◆ clearArrays()
◆ cloneData()
◆ colorsArray() [1/2]
◆ colorsArray() [2/2]
◆ copyFrom()
◆ deleteArrays()
◆ layerIdsArray() [1/2]
◆ layerIdsArray() [2/2]
◆ mappersArray() [1/2]
◆ mappersArray() [2/2]
◆ materialsArray()
◆ matkerialsArray()
◆ normalsArray() [1/2]
◆ normalsArray() [2/2]
◆ reserveArrays()
◆ resetPointers()
| void OdGiFaceDataStorage::resetPointers |
( |
| ) |
|
|
inline |
◆ resizeColorsArray()
◆ resizeLayerIdsArray()
| OdDbStub** OdGiFaceDataStorage::resizeLayerIdsArray |
( |
OdUInt32 |
nSize, |
|
|
bool |
bSetPtr = true |
|
) |
| |
|
inline |
◆ resizeMappersArray()
◆ resizeMaterialsArray()
| OdDbStub** OdGiFaceDataStorage::resizeMaterialsArray |
( |
OdUInt32 |
nSize, |
|
|
bool |
bSetPtr = true |
|
) |
| |
|
inline |
◆ resizeNormalsArray()
◆ resizeSelectionMarkersArray()
◆ resizeTransparencyArray()
◆ resizeTrueColorsArray()
◆ resizeVisibilityArray()
◆ selectionMarkersArray() [1/2]
◆ selectionMarkersArray() [2/2]
| const OdGsMarkerArray& OdGiFaceDataStorage::selectionMarkersArray |
( |
| ) |
const |
|
inline |
◆ setColorsArray()
| void OdGiFaceDataStorage::setColorsArray |
( |
| ) |
|
|
inline |
◆ setLayersArray()
| void OdGiFaceDataStorage::setLayersArray |
( |
| ) |
|
|
inline |
◆ setMappersArray()
| void OdGiFaceDataStorage::setMappersArray |
( |
| ) |
|
|
inline |
◆ setMaterialsArray()
| void OdGiFaceDataStorage::setMaterialsArray |
( |
| ) |
|
|
inline |
◆ setNormalsArray()
| void OdGiFaceDataStorage::setNormalsArray |
( |
| ) |
|
|
inline |
◆ setPointersArray()
◆ setSelectionMarkersArray()
| void OdGiFaceDataStorage::setSelectionMarkersArray |
( |
| ) |
|
|
inline |
◆ setTransparencyArray()
| void OdGiFaceDataStorage::setTransparencyArray |
( |
| ) |
|
|
inline |
◆ setTrueColorsArray()
| void OdGiFaceDataStorage::setTrueColorsArray |
( |
| ) |
|
|
inline |
◆ setVisibilityArray()
| void OdGiFaceDataStorage::setVisibilityArray |
( |
| ) |
|
|
inline |
◆ transparencyArray() [1/2]
◆ transparencyArray() [2/2]
◆ trueColorsArray() [1/2]
◆ trueColorsArray() [2/2]
◆ visibilityArray() [1/2]
◆ visibilityArray() [2/2]
| const OdUInt8Array& OdGiFaceDataStorage::visibilityArray |
( |
| ) |
const |
|
inline |
◆ m_colors
◆ m_layers
◆ m_mappers
◆ m_markers
◆ m_materials
◆ m_normals
◆ m_transparencies
◆ m_trueColors
◆ m_visibilities
The documentation for this class was generated from the following file: