35 #ifndef __vtkIdFilter_h
36 #define __vtkIdFilter_h
52 vtkSetMacro(PointIds,
int);
53 vtkGetMacro(PointIds,
int);
54 vtkBooleanMacro(PointIds,
int);
59 vtkSetMacro(CellIds,
int);
60 vtkGetMacro(CellIds,
int);
61 vtkBooleanMacro(CellIds,
int);
68 vtkSetMacro(FieldData,
int);
69 vtkGetMacro(FieldData,
int);
70 vtkBooleanMacro(FieldData,
int);
77 vtkSetStringMacro(IdsArrayName);
78 vtkGetStringMacro(IdsArrayName);
a simple class to control print indentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
generate scalars or field data from point and cell ids
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()