CFx SDK Documentation 2024 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 1121 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 1429 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 1273 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 1323 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 1373 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 1450 of file GiShmDataStorage.h.
|
inline |
Retrieves the edge data of this OdGiShmDataStorage object.
Definition at line 1239 of file GiShmDataStorage.h.
|
inline |
Retrieves the edge data storage of this OdGiShmDataStorage object.
Definition at line 1255 of file GiShmDataStorage.h.
|
inline |
Retrieves the edge data storage of this OdGiShmDataStorage object.
Definition at line 1247 of file GiShmDataStorage.h.
|
inline |
Retrieves the face data of this OdGiShmDataStorage object.
Definition at line 1289 of file GiShmDataStorage.h.
|
inline |
Retrieves the face data storage of this OdGiShmDataStorage object.
Definition at line 1305 of file GiShmDataStorage.h.
|
inline |
Retrieves the face data storage of this OdGiShmDataStorage object.
Definition at line 1297 of file GiShmDataStorage.h.
|
inline |
Retrieves the face list of this OdGiShmDataStorage object.
Definition at line 1191 of file GiShmDataStorage.h.
|
inline |
Retrieves the face list array of this OdGiShmDataStorage object.
Definition at line 1207 of file GiShmDataStorage.h.
|
inline |
Retrieves the face list array of this OdGiShmDataStorage object.
Definition at line 1199 of file GiShmDataStorage.h.
|
inline |
Resets the edge data pointer of this OdGiShmDataStorage object to NULL.
Definition at line 1265 of file GiShmDataStorage.h.
|
inline |
Resets the face data pointer of this OdGiShmDataStorage object to NULL.
Definition at line 1315 of file GiShmDataStorage.h.
|
inline |
Resets all pointers, data and data storages of this OdGiShmDataStorage object.
Definition at line 1384 of file GiShmDataStorage.h.
|
inline |
Resets the vertex data pointer of this OdGiShmDataStorage object to NULL.
Definition at line 1365 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 1223 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 1175 of file GiShmDataStorage.h.
|
inline |
Sets the edge data of this OdGiShmDataStorage object.
pEdgeData | [in] Pointer to the edge data. |
Definition at line 1231 of file GiShmDataStorage.h.
|
inline |
Sets the edge data storage of this OdGiShmDataStorage object.
Definition at line 1260 of file GiShmDataStorage.h.
|
inline |
Sets the face data of this OdGiShmDataStorage object.
pFaceData | [in] Pointer to the face data. |
Definition at line 1281 of file GiShmDataStorage.h.
|
inline |
Sets the face data storage of this OdGiShmDataStorage object.
Definition at line 1310 of file GiShmDataStorage.h.
Sets the face list of this OdGiShmDataStorage object.
pFaceList | [in] Pointer to the face list. |
Definition at line 1183 of file GiShmDataStorage.h.
|
inline |
Sets the face list array of this OdGiShmDataStorage object.
Definition at line 1212 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 1406 of file GiShmDataStorage.h.
|
inline |
Sets the vertex data of this OdGiShmDataStorage object.
pVertexData | [in] Pointer to the vertex data. |
Definition at line 1331 of file GiShmDataStorage.h.
|
inline |
Sets the vertex data storage of this OdGiShmDataStorage object.
Definition at line 1360 of file GiShmDataStorage.h.
|
inline |
Sets the vertex list of this OdGiShmDataStorage object.
pVertexList | [in] Pointer to the vertex list. |
Definition at line 1135 of file GiShmDataStorage.h.
|
inline |
Sets the vertex list array of this OdGiShmDataStorage object.
Definition at line 1164 of file GiShmDataStorage.h.
|
inline |
Retrieves the vertex data of this OdGiShmDataStorage object.
Definition at line 1339 of file GiShmDataStorage.h.
|
inline |
Retrieves the vertex data storage of this OdGiShmDataStorage object.
Definition at line 1355 of file GiShmDataStorage.h.
|
inline |
Retrieves the vertex data storage of this OdGiShmDataStorage object.
Definition at line 1347 of file GiShmDataStorage.h.
|
inline |
Retrieves the vertex list of this OdGiShmDataStorage object.
Definition at line 1143 of file GiShmDataStorage.h.
|
inline |
Retrieves the vertex list array of this OdGiShmDataStorage object.
Definition at line 1159 of file GiShmDataStorage.h.
|
inline |
Retrieves the vertex list array of this OdGiShmDataStorage object.
Definition at line 1151 of file GiShmDataStorage.h.
|
protected |
Definition at line 1109 of file GiShmDataStorage.h.
|
protected |
Definition at line 1111 of file GiShmDataStorage.h.
|
protected |
Definition at line 1107 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 1114 of file GiShmDataStorage.h.
|
protected |
Definition at line 1106 of file GiShmDataStorage.h.
|
protected |
Definition at line 1113 of file GiShmDataStorage.h.
|
protected |
Definition at line 1105 of file GiShmDataStorage.h.