|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   45 #ifndef vtkGenerateIndexArray_h 
   46 #define vtkGenerateIndexArray_h 
   49 #include "vtkInfovisCoreModule.h"  
   63   vtkSetStringMacro(ArrayName);
 
   64   vtkGetStringMacro(ArrayName);
 
   71   vtkSetMacro(FieldType, 
int);
 
   72   vtkGetMacro(FieldType, 
int);
 
   79   vtkSetStringMacro(ReferenceArrayName);
 
   80   vtkGetStringMacro(ReferenceArrayName);
 
   88   vtkSetMacro(PedigreeID, 
int);
 
   89   vtkGetMacro(PedigreeID, 
int);
 
  
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only data object as output.
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
a simple class to control print indentation
static vtkDataObjectAlgorithm * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
char * ReferenceArrayName