27#ifndef vtkGenerateIds_h
28#define vtkGenerateIds_h
30#include "vtkFiltersCoreModule.h"
35VTK_ABI_NAMESPACE_BEGIN
57 vtkSetMacro(PointIds,
bool);
58 vtkGetMacro(PointIds,
bool);
59 vtkBooleanMacro(PointIds,
bool);
69 vtkSetMacro(CellIds,
bool);
70 vtkGetMacro(CellIds,
bool);
71 vtkBooleanMacro(CellIds,
bool);
80 vtkSetMacro(FieldData,
bool);
81 vtkGetMacro(FieldData,
bool);
82 vtkBooleanMacro(FieldData,
bool);
92 vtkSetMacro(PointIdsArrayName, std::string);
93 vtkGetMacro(PointIdsArrayName, std::string);
101 vtkSetMacro(CellIdsArrayName, std::string);
102 vtkGetMacro(CellIdsArrayName, std::string);
126 bool PointIds =
true;
128 bool FieldData =
false;
129 std::string PointIdsArrayName =
"vtkPointIds";
130 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