44 #ifndef __vtkGenerateIndexArray_h
45 #define __vtkGenerateIndexArray_h
47 #include "vtkInfovisCoreModule.h"
56 void PrintSelf(ostream& os, vtkIndent indent);
60 vtkSetStringMacro(ArrayName);
61 vtkGetStringMacro(ArrayName);
66 vtkSetMacro(FieldType,
int);
67 vtkGetMacro(FieldType,
int);
72 vtkSetStringMacro(ReferenceArrayName);
73 vtkGetStringMacro(ReferenceArrayName);
79 vtkSetMacro(PedigreeID,
int);
80 vtkGetMacro(PedigreeID,
int);
99 vtkInformation* request,
100 vtkInformationVector** inputVector,
101 vtkInformationVector* outputVector);
104 vtkInformation* request,
105 vtkInformationVector** inputVector,
106 vtkInformationVector* outputVector);
110 vtkInformationVector**,
111 vtkInformationVector*);
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
char * ReferenceArrayName
static vtkDataObjectAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only data object as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)