|
CFx SDK Documentation 2026 SP0
|
#include <GiShmDataStorage.h>
Protected Attributes | |
| OdGePoint3dArray | m_vertexList |
| const OdGePoint3d * | m_pVertexList |
| OdInt32Array | m_faceList |
| const OdInt32 * | m_pFaceList |
| OdGiEdgeDataStorage | m_edgeData |
| const OdGiEdgeData * | m_pEdgeData |
| OdGiFaceDataStorage | m_faceData |
| const OdGiFaceData * | m_pFaceData |
| OdGiVertexDataStorage | m_vertexData |
| const OdGiVertexData * | m_pVertexData |
|
inline |
Default constructor for objects of the OdGiShmDataStorage class.
Definition at line 1122 of file GiShmDataStorage.h.
|
inline |
Clears all lists and data from storages of this OdGiShmDataStorage object.
| pFaceData | [in] Face data. |
| pEdgeData | [in] Edge data. |
| pVertexData | [in] Vertex data. |
Definition at line 1430 of file GiShmDataStorage.h.
|
inline |
Clones edge data of the specified OdGiEdgeData object to this OdGiShmDataStorage object.
| pEdgeData | [in] Object, edge data of which to be cloned. |
Definition at line 1274 of file GiShmDataStorage.h.
|
inline |
Clones edge data of the specified OdGiFaceData object to this OdGiShmDataStorage object.
| pFaceData | [in] Object, face data of which to be cloned. |
Definition at line 1324 of file GiShmDataStorage.h.
|
inline |
Clones vertex data of the specified OdGiVertexData object to this OdGiShmDataStorage object.
| pVertexData | [in] Object, vertex data of which to be cloned. |
Definition at line 1374 of file GiShmDataStorage.h.
|
inline |
Deletes all lists and data from storages of this OdGiShmDataStorage object.
| pFaceData | [in] Face data. |
| pEdgeData | [in] Edge data. |
| pVertexData | [in] Vertex data. |
Definition at line 1451 of file GiShmDataStorage.h.
|
inline |
Retrieves the edge data of this OdGiShmDataStorage object.
Definition at line 1240 of file GiShmDataStorage.h.
|
inline |
Retrieves the edge data storage of this OdGiShmDataStorage object.
Definition at line 1256 of file GiShmDataStorage.h.
|
inline |
Retrieves the edge data storage of this OdGiShmDataStorage object.
Definition at line 1248 of file GiShmDataStorage.h.
|
inline |
Retrieves the face data of this OdGiShmDataStorage object.
Definition at line 1290 of file GiShmDataStorage.h.
|
inline |
Retrieves the face data storage of this OdGiShmDataStorage object.
Definition at line 1306 of file GiShmDataStorage.h.
|
inline |
Retrieves the face data storage of this OdGiShmDataStorage object.
Definition at line 1298 of file GiShmDataStorage.h.
|
inline |
Retrieves the face list of this OdGiShmDataStorage object.
Definition at line 1192 of file GiShmDataStorage.h.
|
inline |
Retrieves the face list array of this OdGiShmDataStorage object.
Definition at line 1208 of file GiShmDataStorage.h.
|
inline |
Retrieves the face list array of this OdGiShmDataStorage object.
Definition at line 1200 of file GiShmDataStorage.h.
|
inline |
Resets the edge data pointer of this OdGiShmDataStorage object to NULL.
Definition at line 1266 of file GiShmDataStorage.h.
|
inline |
Resets the face data pointer of this OdGiShmDataStorage object to NULL.
Definition at line 1316 of file GiShmDataStorage.h.
|
inline |
Resets all pointers, data and data storages of this OdGiShmDataStorage object.
Definition at line 1385 of file GiShmDataStorage.h.
|
inline |
Resets the vertex data pointer of this OdGiShmDataStorage object to NULL.
Definition at line 1366 of file GiShmDataStorage.h.
Resizes the face list array.
| nSize | [in] New face list array size. |
| bSetPtr | [in] True to set the face list array after resizing. |
Definition at line 1224 of file GiShmDataStorage.h.
|
inline |
Resizes the vertex list array.
| nSize | [in] New vertex list array size. |
| bSetPtr | [in] True to set the vertex list array after resizing. |
Definition at line 1176 of file GiShmDataStorage.h.
|
inline |
Sets the edge data of this OdGiShmDataStorage object.
| pEdgeData | [in] Pointer to the edge data. |
Definition at line 1232 of file GiShmDataStorage.h.
|
inline |
Sets the edge data storage of this OdGiShmDataStorage object.
Definition at line 1261 of file GiShmDataStorage.h.
|
inline |
Sets the face data of this OdGiShmDataStorage object.
| pFaceData | [in] Pointer to the face data. |
Definition at line 1282 of file GiShmDataStorage.h.
|
inline |
Sets the face data storage of this OdGiShmDataStorage object.
Definition at line 1311 of file GiShmDataStorage.h.
Sets the face list of this OdGiShmDataStorage object.
| pFaceList | [in] Pointer to the face list. |
Definition at line 1184 of file GiShmDataStorage.h.
|
inline |
Sets the face list array of this OdGiShmDataStorage object.
Definition at line 1213 of file GiShmDataStorage.h.
|
inline |
Sets all lists and data to storages of this OdGiShmDataStorage object.
| pFaceData | [in] Face data. |
| pEdgeData | [in] Edge data. |
| pVertexData | [in] Vertex data. |
Definition at line 1407 of file GiShmDataStorage.h.
|
inline |
Sets the vertex data of this OdGiShmDataStorage object.
| pVertexData | [in] Pointer to the vertex data. |
Definition at line 1332 of file GiShmDataStorage.h.
|
inline |
Sets the vertex data storage of this OdGiShmDataStorage object.
Definition at line 1361 of file GiShmDataStorage.h.
|
inline |
Sets the vertex list of this OdGiShmDataStorage object.
| pVertexList | [in] Pointer to the vertex list. |
Definition at line 1136 of file GiShmDataStorage.h.
|
inline |
Sets the vertex list array of this OdGiShmDataStorage object.
Definition at line 1165 of file GiShmDataStorage.h.
|
inline |
Retrieves the vertex data of this OdGiShmDataStorage object.
Definition at line 1340 of file GiShmDataStorage.h.
|
inline |
Retrieves the vertex data storage of this OdGiShmDataStorage object.
Definition at line 1356 of file GiShmDataStorage.h.
|
inline |
Retrieves the vertex data storage of this OdGiShmDataStorage object.
Definition at line 1348 of file GiShmDataStorage.h.
|
inline |
Retrieves the vertex list of this OdGiShmDataStorage object.
Definition at line 1144 of file GiShmDataStorage.h.
|
inline |
Retrieves the vertex list array of this OdGiShmDataStorage object.
Definition at line 1160 of file GiShmDataStorage.h.
|
inline |
Retrieves the vertex list array of this OdGiShmDataStorage object.
Definition at line 1152 of file GiShmDataStorage.h.
|
protected |
Definition at line 1110 of file GiShmDataStorage.h.
|
protected |
Definition at line 1112 of file GiShmDataStorage.h.
|
protected |
Definition at line 1108 of file GiShmDataStorage.h.
|
protected |
Definition at line 1111 of file GiShmDataStorage.h.
|
protected |
Definition at line 1113 of file GiShmDataStorage.h.
|
protected |
Definition at line 1109 of file GiShmDataStorage.h.
|
protected |
Definition at line 1115 of file GiShmDataStorage.h.
|
protected |
Definition at line 1107 of file GiShmDataStorage.h.
|
protected |
Definition at line 1114 of file GiShmDataStorage.h.
|
protected |
Definition at line 1106 of file GiShmDataStorage.h.