![]() |
Open CASCADE Technology Reference Manual 8.0.1
|
Internal storage for BRepGraph (PIMPL). More...
#include <BRepGraph_Data.hxx>
Data Fields | |
| BRepGraphInc_Storage | myIncStorage |
| Incidence-table storage - sole source of truth for all topology data, original shapes, TShape->NodeId mapping, UIDs, and UID reverse indexes. | |
| BRepGraph_LayerRegistry | myLayerRegistry |
| Registered graph layers. | |
| BRepGraph_CacheRegistry | myCacheRegistry |
| Registered transient cache services. | |
| BRepGraph::TopoView | myTopoView {nullptr} |
| Stable top-level views. Nested views store graph-data context only. | |
| BRepGraph::UIDsView | myUIDsView {nullptr} |
| BRepGraph::RefsView | myRefsView {nullptr} |
| BRepGraph::ShapesView | myShapesView {nullptr} |
| BRepGraph::EditorView | myEditorView {nullptr} |
| BRepGraph::MeshView | myMeshView {nullptr} |
Internal storage for BRepGraph (PIMPL).
All topology definition data and UIDs live in myIncStorage. Access via myIncStorage.Edges, myIncStorage.Faces, etc.
| BRepGraph_CacheRegistry BRepGraph_Data::myCacheRegistry |
Registered transient cache services.
| BRepGraph::EditorView BRepGraph_Data::myEditorView {nullptr} |
| BRepGraphInc_Storage BRepGraph_Data::myIncStorage |
Incidence-table storage - sole source of truth for all topology data, original shapes, TShape->NodeId mapping, UIDs, and UID reverse indexes.
| BRepGraph_LayerRegistry BRepGraph_Data::myLayerRegistry |
Registered graph layers.
| BRepGraph::MeshView BRepGraph_Data::myMeshView {nullptr} |
| BRepGraph::RefsView BRepGraph_Data::myRefsView {nullptr} |
| BRepGraph::ShapesView BRepGraph_Data::myShapesView {nullptr} |
| BRepGraph::TopoView BRepGraph_Data::myTopoView {nullptr} |
Stable top-level views. Nested views store graph-data context only.
| BRepGraph::UIDsView BRepGraph_Data::myUIDsView {nullptr} |