34#ifndef vtkExtractCells_h
35#define vtkExtractCells_h
37#include "vtkFiltersExtractionModule.h"
41class vtkExtractCellsSTLCloak;
89 vtkSetMacro(ExtractAllCells,
bool);
90 vtkGetMacro(ExtractAllCells,
bool);
91 vtkBooleanMacro(ExtractAllCells,
bool);
100 vtkSetMacro(AssumeSortedAndUniqueIds,
bool);
101 vtkGetMacro(AssumeSortedAndUniqueIds,
bool);
102 vtkBooleanMacro(AssumeSortedAndUniqueIds,
bool);
112 vtkExtractCellsSTLCloak* CellList =
nullptr;
115 bool ExtractAllCells =
false;
116 bool AssumeSortedAndUniqueIds =
false;
abstract class to specify dataset behavior
list of point or cell ids
a simple class to control print indentation
Superclass for algorithms that produce only unstructured grid as output.
dataset represents arbitrary combinations of all possible cell types