29 #ifndef vtkGenerateIndexArray_h
30 #define vtkGenerateIndexArray_h
33 #include "vtkInfovisCoreModule.h"
35 VTK_ABI_NAMESPACE_BEGIN
48 vtkSetStringMacro(ArrayName);
49 vtkGetStringMacro(ArrayName);
56 vtkSetMacro(FieldType,
int);
57 vtkGetMacro(FieldType,
int);
64 vtkSetStringMacro(ReferenceArrayName);
65 vtkGetStringMacro(ReferenceArrayName);
73 vtkSetMacro(PedigreeID,
int);
74 vtkGetMacro(PedigreeID,
int);
108 VTK_ABI_NAMESPACE_END
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Generates a new vtkIdTypeArray containing zero-base indices.
char * ReferenceArrayName
static vtkDataObjectAlgorithm * New()
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
a simple class to control print indentation
Superclass for algorithms that produce only data object as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.