#include <VISU_ExtractUnstructuredGrid.hxx>

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_ExtractUnstructuredGrid * | New () |
Protected Member Functions | |
| VISU_ExtractUnstructuredGrid () | |
| ~VISU_ExtractUnstructuredGrid () | |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
| std::set< vtkIdType > | myRemovedCellIds |
| std::set< vtkIdType > | myRemovedCellTypes |
Private Member Functions | |
| VISU_ExtractUnstructuredGrid (const VISU_ExtractUnstructuredGrid &) | |
| void | operator= (const VISU_ExtractUnstructuredGrid &) |
| VISU_ExtractUnstructuredGrid::VISU_ExtractUnstructuredGrid | ( | ) | [protected] |
| VISU_ExtractUnstructuredGrid::~VISU_ExtractUnstructuredGrid | ( | ) | [protected] |
| VISU_ExtractUnstructuredGrid.VISU_ExtractUnstructuredGrid | ( | const VISU_ExtractUnstructuredGrid & | ) | [private] |
| VISU_ExtractUnstructuredGrid.vtkTypeMacro | ( | VISU_ExtractUnstructuredGrid | , |
| vtkUnstructuredGridToUnstructuredGridFilter | |||
| ) |
| static VISU_ExtractUnstructuredGrid* VISU_ExtractUnstructuredGrid.New | ( | ) | [static] |
| void VISU_ExtractUnstructuredGrid::RemoveCell | ( | vtkIdType | theCellId | ) |
| int VISU_ExtractUnstructuredGrid.IsRemoveCells | ( | ) |
References myRemovedCellIds.
| void VISU_ExtractUnstructuredGrid::RemoveCellsWithType | ( | vtkIdType | theCellType | ) |
| int VISU_ExtractUnstructuredGrid.IsRemoveCellsWithType | ( | ) |
References myRemovedCellTypes.
| int VISU_ExtractUnstructuredGrid.IsRemoving | ( | ) |
References IsRemoveCells(), and IsRemoveCellsWithType().
| virtual int VISU_ExtractUnstructuredGrid.RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
| void VISU_ExtractUnstructuredGrid.operator= | ( | const VISU_ExtractUnstructuredGrid & | ) | [private] |
std::set<vtkIdType> VISU_ExtractUnstructuredGrid.myRemovedCellIds [protected] |
std::set<vtkIdType> VISU_ExtractUnstructuredGrid.myRemovedCellTypes [protected] |