Go to the documentation of this file.
45 #ifndef vtkGenerateIndexArray_h
46 #define vtkGenerateIndexArray_h
48 #include "vtkInfovisCoreModule.h"
63 vtkSetStringMacro(ArrayName);
72 vtkGetMacro(FieldType,
int);
79 vtkSetStringMacro(ReferenceArrayName);
89 vtkGetMacro(PedigreeID,
int);
static vtkGenerateIndexArray * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only data object as output.
Generates a new vtkIdTypeArray containing zero-base indices.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
see vtkAlgorithm for details
char * ReferenceArrayName