Open CASCADE Technology  7.0.0
Data Structures | Enumerations

NCollection_CellFilter.hxx File Reference

#include <Standard_Real.hxx>
#include <NCollection_LocalArray.hxx>
#include <NCollection_Array1.hxx>
#include <NCollection_List.hxx>
#include <NCollection_Map.hxx>
#include <NCollection_DataMap.hxx>
#include <NCollection_IncAllocator.hxx>
#include <NCollection_TypeDef.hxx>

Data Structures

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

Enumerations

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

Enumeration Type Documentation

Auxiliary enumeration serving as responce 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.