28 #include "vtkFiltersCoreModule.h"
30 VTK_ABI_NAMESPACE_BEGIN
77 vtkSetStringMacro(PointIdsArrayName);
78 vtkGetStringMacro(PointIdsArrayName);
86 vtkSetStringMacro(CellIdsArrayName);
87 vtkGetStringMacro(CellIdsArrayName);
106 VTK_ABI_NAMESPACE_END
Superclass for algorithms that produce output of the same type as input.
generate scalars or field data from point and cell ids
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkIdFilter * New()
Construct object with PointIds and CellIds on; and ids being generated as scalars.
a simple class to control print indentation