132#include "vtkFiltersCoreModule.h"
134VTK_ABI_NAMESPACE_BEGIN
136 "Please use `vtkGenerateIds` instead.") VTKFILTERSCORE_EXPORT
vtkIdFilter
183 vtkSetStringMacro(PointIdsArrayName);
184 vtkGetStringMacro(PointIdsArrayName);
192 vtkSetStringMacro(CellIdsArrayName);
193 vtkGetStringMacro(CellIdsArrayName);
Superclass for algorithms that produce output of the same type as input.
generate scalars or field data from point and cell ids
static vtkIdFilter * New()
Construct object with PointIds and CellIds on; and ids being generated as scalars.
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.
a simple class to control print indentation
#define VTK_DEPRECATED_IN_9_4_0(reason)