56#ifndef vtkExtractCells_h
57#define vtkExtractCells_h
59#include "vtkFiltersCoreModule.h"
63VTK_ABI_NAMESPACE_BEGIN
65class vtkExtractCellsIdList;
113 vtkSetMacro(ExtractAllCells,
bool);
114 vtkGetMacro(ExtractAllCells,
bool);
115 vtkBooleanMacro(ExtractAllCells,
bool);
124 vtkSetMacro(AssumeSortedAndUniqueIds,
bool);
125 vtkGetMacro(AssumeSortedAndUniqueIds,
bool);
126 vtkBooleanMacro(AssumeSortedAndUniqueIds,
bool);
135 vtkSetMacro(PassThroughCellIds,
bool);
136 vtkGetMacro(PassThroughCellIds,
bool);
137 vtkBooleanMacro(PassThroughCellIds,
bool);
146 vtkSetMacro(OutputPointsPrecision,
int);
147 vtkGetMacro(OutputPointsPrecision,
int);
160 vtkGetMacro(BatchSize,
unsigned int);
171 bool ExtractAllCells =
false;
172 bool AssumeSortedAndUniqueIds =
false;
173 bool PassThroughCellIds =
true;
175 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