26 #ifndef vtkPVTransposeTable_h 27 #define vtkPVTransposeTable_h 29 #include "vtkPVVTKExtensionsDefaultModule.h" 30 #include "vtkTransposeTable.h" 32 class PVTransposeTableInternal;
39 virtual void PrintSelf(ostream& os, vtkIndent indent);
45 void EnableAttributeArray(
const char*);
46 void ClearAttributeArrays();
54 vtkGetMacro(DoNotTranspose,
bool);
55 vtkSetMacro(DoNotTranspose,
bool);
56 vtkBooleanMacro(DoNotTranspose,
bool);
63 int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
74 #endif // vtkPVTransposeTable_h create a subtable made with selected columns of the input vtkTable and transpose it.
PVTransposeTableInternal * Internal