14 #ifndef vtkSortedTableStreamer_h 15 #define vtkSortedTableStreamer_h 25 class vtkPartitionedDataSet;
36 InternalsBase* Internal;
39 static void PrintInfo(
vtkTable* input);
45 static bool TestInternalClasses();
76 vtkGetMacro(SelectedComponent,
int);
77 vtkSetMacro(SelectedComponent,
int);
85 vtkSetMacro(ShowFieldData,
bool);
86 vtkGetMacro(ShowFieldData,
bool);
87 vtkBooleanMacro(ShowFieldData,
bool);
101 const char* GetColumnNameToSort();
104 void SetColumnNameToSort(
const char* columnName);
107 void SetInvertOrder(
int newValue);
108 vtkGetMacro(InvertOrder,
int);
123 vtkGetStringMacro(ColumnToSort);
124 vtkSetStringMacro(ColumnToSort);
132 bool ShowFieldData =
false;
148 vtkPartitionedDataSet* cd,
vtkIdType maxSize);
return a sorted subset of the original table
static vtkTableAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
vtkMultiProcessController * Controller
#define VTKPVVTKEXTENSIONSFILTERSRENDERING_EXPORT
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void operator=(const vtkObjectBase &)