OCCT3D About OCCT
Open CASCADE Technology Reference Manual 8.0.1
Loading...
Searching...
No Matches
Data Fields
BRepGraph_Data Struct Reference

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}
 

Detailed Description

Internal storage for BRepGraph (PIMPL).

All topology definition data and UIDs live in myIncStorage. Access via myIncStorage.Edges, myIncStorage.Faces, etc.

Field Documentation

◆ myCacheRegistry

BRepGraph_CacheRegistry BRepGraph_Data::myCacheRegistry

Registered transient cache services.

◆ myEditorView

BRepGraph::EditorView BRepGraph_Data::myEditorView {nullptr}

◆ myIncStorage

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.

◆ myLayerRegistry

BRepGraph_LayerRegistry BRepGraph_Data::myLayerRegistry

Registered graph layers.

◆ myMeshView

BRepGraph::MeshView BRepGraph_Data::myMeshView {nullptr}

◆ myRefsView

BRepGraph::RefsView BRepGraph_Data::myRefsView {nullptr}

◆ myShapesView

BRepGraph::ShapesView BRepGraph_Data::myShapesView {nullptr}

◆ myTopoView

BRepGraph::TopoView BRepGraph_Data::myTopoView {nullptr}

Stable top-level views. Nested views store graph-data context only.

◆ myUIDsView

BRepGraph::UIDsView BRepGraph_Data::myUIDsView {nullptr}

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