24 #ifndef vtkExtractSelectionRange_h 25 #define vtkExtractSelectionRange_h 27 #include "vtkPVVTKExtensionsDefaultModule.h" 28 #include "vtkTableAlgorithm.h" 35 void PrintSelf(ostream& os, vtkIndent indent);
41 vtkSetStringMacro(ArrayName);
42 vtkGetStringMacro(ArrayName);
49 vtkSetMacro(FieldType,
int);
50 vtkGetMacro(FieldType,
int);
57 vtkSetMacro(Component,
int);
58 vtkGetMacro(Component,
int);
65 vtkGetVector2Macro(Range,
double);
72 int FillInputPortInformation(
int port, vtkInformation* info);
73 virtual int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
74 vtkInformationVector* outputVector);