OCCT3D About OCCT
Open CASCADE Technology Reference Manual 8.0.1
Loading...
Searching...
No Matches
Data Structures
BRepGraph_LayerDeferred.hxx File Reference
#include <BRepGraph_ItemId.hxx>
#include <BRepGraph_Layer.hxx>
#include <NCollection_DataMap.hxx>
#include <Standard_Assert.hxx>
#include <TCollection_AsciiString.hxx>
#include <limits>
#include <new>
#include <type_traits>
#include <utility>

Data Structures

class  BRepGraph_LayerDeferred
 Base layer for postponed graph item loading. More...
 
struct  BRepGraph_LayerDeferred::Representation
 One postponed representation attached to a graph item. More...
 
struct  BRepGraph_LayerDeferred::Entry
 Deferred ownership entry for one graph item. More...
 
class  BRepGraph_LayerDeferred::Entry::RepresentationStorage
 Small fixed representation list. Deferred graph items have a bounded number of persisted representations, so avoid one heap allocation per item. More...