14 #ifndef vtkSortedTableStreamer_h
15 #define vtkSortedTableStreamer_h
17 #include "vtkPVVTKExtensionsFiltersRenderingModule.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);