136#ifndef vtkGenerateIds_h
137#define vtkGenerateIds_h
139#include "vtkFiltersCoreModule.h"
144VTK_ABI_NAMESPACE_BEGIN
166 vtkSetMacro(PointIds,
bool);
167 vtkGetMacro(PointIds,
bool);
168 vtkBooleanMacro(PointIds,
bool);
178 vtkSetMacro(CellIds,
bool);
179 vtkGetMacro(CellIds,
bool);
180 vtkBooleanMacro(CellIds,
bool);
189 vtkSetMacro(FieldData,
bool);
190 vtkGetMacro(FieldData,
bool);
191 vtkBooleanMacro(FieldData,
bool);
201 vtkSetMacro(PointIdsArrayName, std::string);
202 vtkGetMacro(PointIdsArrayName, std::string);
210 vtkSetMacro(CellIdsArrayName, std::string);
211 vtkGetMacro(CellIdsArrayName, std::string);
235 bool PointIds =
true;
237 bool FieldData =
false;
238 std::string PointIdsArrayName =
"vtkPointIds";
239 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