VISU_ExtractUnstructuredGrid Class Reference

#include <VISU_ExtractUnstructuredGrid.hxx>

Inheritance diagram for VISU_ExtractUnstructuredGrid:

Inheritance graph

Public Member Functions

 vtkTypeMacro (VISU_ExtractUnstructuredGrid, vtkUnstructuredGridToUnstructuredGridFilter)
void RemoveCell (vtkIdType theCellId)
int IsRemoveCells ()
void RemoveCellsWithType (vtkIdType theCellType)
int IsRemoveCellsWithType ()
int IsRemoving ()

Static Public Member Functions

static VISU_ExtractUnstructuredGridNew ()

Protected Member Functions

 VISU_ExtractUnstructuredGrid ()
 ~VISU_ExtractUnstructuredGrid ()
void Execute ()

Protected Attributes

std::set< vtkIdType > myRemovedCellIds
std::set< vtkIdType > myRemovedCellTypes

Private Member Functions

 VISU_ExtractUnstructuredGrid (const VISU_ExtractUnstructuredGrid &)
void operator= (const VISU_ExtractUnstructuredGrid &)

Constructor & Destructor Documentation

VISU_ExtractUnstructuredGrid::VISU_ExtractUnstructuredGrid  )  [protected]
 

VISU_ExtractUnstructuredGrid::~VISU_ExtractUnstructuredGrid  )  [protected]
 

VISU_ExtractUnstructuredGrid.VISU_ExtractUnstructuredGrid const VISU_ExtractUnstructuredGrid  )  [private]
 


Member Function Documentation

VISU_ExtractUnstructuredGrid.vtkTypeMacro VISU_ExtractUnstructuredGrid  ,
vtkUnstructuredGridToUnstructuredGridFilter 
 

static VISU_ExtractUnstructuredGrid* VISU_ExtractUnstructuredGrid.New  )  [static]
 

void VISU_ExtractUnstructuredGrid::RemoveCell vtkIdType  theCellId  ) 
 

int VISU_ExtractUnstructuredGrid.IsRemoveCells  ) 
 

void VISU_ExtractUnstructuredGrid::RemoveCellsWithType vtkIdType  theCellType  ) 
 

int VISU_ExtractUnstructuredGrid.IsRemoveCellsWithType  ) 
 

int VISU_ExtractUnstructuredGrid.IsRemoving  ) 
 

void VISU_ExtractUnstructuredGrid::Execute  )  [protected]
 

void VISU_ExtractUnstructuredGrid.operator= const VISU_ExtractUnstructuredGrid  )  [private]
 


Field Documentation

std::set<vtkIdType> VISU_ExtractUnstructuredGrid.myRemovedCellIds [protected]
 

std::set<vtkIdType> VISU_ExtractUnstructuredGrid.myRemovedCellTypes [protected]