56#ifndef vtkExtractCells_h
57#define vtkExtractCells_h
59#include "vtkFiltersCoreModule.h"
64VTK_ABI_NAMESPACE_BEGIN
66class vtkExtractCellsIdList;
114 vtkSetMacro(ExtractAllCells,
bool);
115 vtkGetMacro(ExtractAllCells,
bool);
116 vtkBooleanMacro(ExtractAllCells,
bool);
125 vtkSetMacro(AssumeSortedAndUniqueIds,
bool);
126 vtkGetMacro(AssumeSortedAndUniqueIds,
bool);
127 vtkBooleanMacro(AssumeSortedAndUniqueIds,
bool);
136 vtkSetMacro(PassThroughCellIds,
bool);
137 vtkGetMacro(PassThroughCellIds,
bool);
138 vtkBooleanMacro(PassThroughCellIds,
bool);
147 vtkSetMacro(OutputPointsPrecision,
int);
148 vtkGetMacro(OutputPointsPrecision,
int);
161 vtkGetMacro(BatchSize,
unsigned int);
172 bool ExtractAllCells =
false;
173 bool AssumeSortedAndUniqueIds =
false;
174 bool PassThroughCellIds =
true;
176 unsigned int BatchSize = 1000;
abstract class to specify dataset behavior
list of point or cell ids
a simple class to control print indentation
Hold a reference to a vtkObjectBase instance.
Superclass for algorithms that produce only unstructured grid as output.
dataset represents arbitrary combinations of all possible cell types