60#ifndef vtkExtractCells_h
61#define vtkExtractCells_h
63#include "vtkFiltersExtractionModule.h"
67class vtkExtractCellsSTLCloak;
115 vtkSetMacro(ExtractAllCells,
bool);
116 vtkGetMacro(ExtractAllCells,
bool);
117 vtkBooleanMacro(ExtractAllCells,
bool);
126 vtkSetMacro(AssumeSortedAndUniqueIds,
bool);
127 vtkGetMacro(AssumeSortedAndUniqueIds,
bool);
128 vtkBooleanMacro(AssumeSortedAndUniqueIds,
bool);
138 vtkExtractCellsSTLCloak* CellList =
nullptr;
141 bool ExtractAllCells =
false;
142 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