Open CASCADE Technology 7.9.1
Loading...
Searching...
No Matches
NCollection_CellFilter.hxx File Reference

Data Structures

class  NCollection_CellFilter< Inspector >
struct  NCollection_CellFilter< Inspector >::ListNode
struct  NCollection_CellFilter< Inspector >::Cell
struct  NCollection_CellFilter< Inspector >::CellHasher
struct  NCollection_CellFilter_InspectorXYZ
struct  NCollection_CellFilter_InspectorXY

Enumerations

enum  NCollection_CellFilter_Action { CellFilter_Keep = 0 , CellFilter_Purge = 1 }
 Auxiliary enumeration serving as response from method Inspect. More...

Enumeration Type Documentation

◆ NCollection_CellFilter_Action

Auxiliary enumeration serving as response from method Inspect.

Enumerator
CellFilter_Keep 

Target is needed and should be kept.

CellFilter_Purge 

Target is not needed and can be removed from the current cell.