43#ifndef vtkExtractCells_h
44#define vtkExtractCells_h
46#include "vtkFiltersExtractionModule.h"
50class vtkExtractCellsSTLCloak;
98 vtkSetMacro(ExtractAllCells,
bool);
99 vtkGetMacro(ExtractAllCells,
bool);
100 vtkBooleanMacro(ExtractAllCells,
bool);
109 vtkSetMacro(AssumeSortedAndUniqueIds,
bool);
110 vtkGetMacro(AssumeSortedAndUniqueIds,
bool);
111 vtkBooleanMacro(AssumeSortedAndUniqueIds,
bool);
121 vtkExtractCellsSTLCloak* CellList =
nullptr;
124 bool ExtractAllCells =
false;
125 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