144#include "vtkFiltersCoreModule.h"
193 void SetIdsArrayName(const
char*);
195 const
char* GetIdsArrayName();
203 vtkSetStringMacro(PointIdsArrayName);
204 vtkGetStringMacro(PointIdsArrayName);
212 vtkSetStringMacro(CellIdsArrayName);
213 vtkGetStringMacro(CellIdsArrayName);
224 char* PointIdsArrayName;
225 char* 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.
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_0_0(reason)