28 #ifndef vtkMarkSelectedRows_h 29 #define vtkMarkSelectedRows_h 31 #include "vtkDataObjectAlgorithm.h" 32 #include "vtkPVVTKExtensionsRenderingModule.h" 41 void PrintSelf(ostream& os, vtkIndent indent);
57 vtkSetMacro(FieldAssociation,
int);
58 vtkGetMacro(FieldAssociation,
int);
65 virtual int FillInputPortInformation(
int port, vtkInformation* info);
66 virtual int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
72 virtual int RequestDataObject(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
78 int RequestDataInternal(vtkTable* input, vtkTable* extractedInput, vtkTable* output);
vtkMarkSelectedRows is used by vtkSpreadSheetView to marks rows from the vtkTable generated by vtkSor...