OCCT3D About OCCT
Open CASCADE Technology Reference Manual 8.0.1
Loading...
Searching...
No Matches
Public Types | Data Fields
BRepGraph_Compact::Options Struct Reference

Configuration for compaction. More...

#include <BRepGraph_Compact.hxx>

Public Types

enum class  CachePolicy { Drop , CopyFresh }
 

Data Fields

bool HistoryMode = true
 Record index remapping in history.
 
CachePolicy CacheMode = CachePolicy::Drop
 Runtime cache migration policy.
 

Detailed Description

Configuration for compaction.

Member Enumeration Documentation

◆ CachePolicy

Enumerator
Drop 

Keep registered cache services but clear transient entries.

CopyFresh 

Copy fresh, remappable transient entries into the compacted graph.

Field Documentation

◆ CacheMode

CachePolicy BRepGraph_Compact::Options::CacheMode = CachePolicy::Drop

Runtime cache migration policy.

◆ HistoryMode

bool BRepGraph_Compact::Options::HistoryMode = true

Record index remapping in history.


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