40#ifndef vtkExtractCells_h
41#define vtkExtractCells_h
43#include "vtkFiltersExtractionModule.h"
47class vtkExtractCellsSTLCloak;
95 vtkSetMacro(ExtractAllCells,
bool);
96 vtkGetMacro(ExtractAllCells,
bool);
97 vtkBooleanMacro(ExtractAllCells,
bool);
106 vtkSetMacro(AssumeSortedAndUniqueIds,
bool);
107 vtkGetMacro(AssumeSortedAndUniqueIds,
bool);
108 vtkBooleanMacro(AssumeSortedAndUniqueIds,
bool);
118 vtkExtractCellsSTLCloak* CellList =
nullptr;
121 bool ExtractAllCells =
false;
122 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