 |
VTK
9.0.1
|
Go to the documentation of this file.
34 #include "vtkFiltersCoreModule.h"
91 vtkSetStringMacro(PointIdsArrayName);
92 vtkGetStringMacro(PointIdsArrayName);
100 vtkSetStringMacro(CellIdsArrayName);
101 vtkGetStringMacro(CellIdsArrayName);
const char * GetIdsArrayName()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetIdsArrayName(const char *)
Superclass for algorithms that produce output of the same type as input.
static vtkIdFilter * New()
Construct object with PointIds and CellIds on; and ids being generated as scalars.
generate scalars or field data from point and cell ids
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.