27#ifndef vtkGenerateIds_h
28#define vtkGenerateIds_h
30#include "vtkFiltersCoreModule.h"
36VTK_ABI_NAMESPACE_BEGIN
58 vtkSetMacro(PointIds,
bool);
59 vtkGetMacro(PointIds,
bool);
60 vtkBooleanMacro(PointIds,
bool);
70 vtkSetMacro(CellIds,
bool);
71 vtkGetMacro(CellIds,
bool);
72 vtkBooleanMacro(CellIds,
bool);
81 vtkSetMacro(FieldData,
bool);
82 vtkGetMacro(FieldData,
bool);
83 vtkBooleanMacro(FieldData,
bool);
93 vtkSetMacro(PointIdsArrayName, std::string);
94 vtkGetMacro(PointIdsArrayName, std::string);
102 vtkSetMacro(CellIdsArrayName, std::string);
103 vtkGetMacro(CellIdsArrayName, std::string);
127 bool PointIds =
true;
129 bool FieldData =
false;
130 std::string PointIdsArrayName =
"vtkPointIds";
131 std::string CellIdsArrayName =
"vtkCellIds";
represent and manipulate cell attribute data
~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
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