44#include "vtkFiltersCoreModule.h"
93 void SetIdsArrayName(const
char*);
95 const
char* GetIdsArrayName();
103 vtkSetStringMacro(PointIdsArrayName);
104 vtkGetStringMacro(PointIdsArrayName);
112 vtkSetStringMacro(CellIdsArrayName);
113 vtkGetStringMacro(CellIdsArrayName);
124 char* PointIdsArrayName;
125 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)