126#ifndef vtkGenerateIds_h
127#define vtkGenerateIds_h
129#include "vtkFiltersCoreModule.h"
135VTK_ABI_NAMESPACE_BEGIN
157 vtkSetMacro(PointIds,
bool);
158 vtkGetMacro(PointIds,
bool);
159 vtkBooleanMacro(PointIds,
bool);
169 vtkSetMacro(CellIds,
bool);
170 vtkGetMacro(CellIds,
bool);
171 vtkBooleanMacro(CellIds,
bool);
180 vtkSetMacro(FieldData,
bool);
181 vtkGetMacro(FieldData,
bool);
182 vtkBooleanMacro(FieldData,
bool);
192 vtkSetMacro(PointIdsArrayName, std::string);
193 vtkGetMacro(PointIdsArrayName, std::string);
201 vtkSetMacro(CellIdsArrayName, std::string);
202 vtkGetMacro(CellIdsArrayName, std::string);
226 bool PointIds =
true;
228 bool FieldData =
false;
229 std::string PointIdsArrayName =
"vtkPointIds";
230 std::string CellIdsArrayName =
"vtkCellIds";
represent and manipulate cell attribute data
generate scalars or field data from point and cell ids
~vtkGenerateIds() override=default
static vtkGenerateIds * New()
Construct object with PointIds and CellIds on; and ids being generated as scalars.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
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
represent and manipulate point attribute data