51 #ifndef vtkQtTableRepresentation_h
52 #define vtkQtTableRepresentation_h
54 #include "vtkViewsQtModule.h"
55 #include "QVTKWin32Header.h"
80 void SetKeyColumn(
const char* col);
87 vtkSetStringMacro(FirstDataColumn);
88 vtkGetStringMacro(FirstDataColumn);
94 vtkSetStringMacro(LastDataColumn);
95 vtkGetStringMacro(LastDataColumn);
105 vtkSetStringMacro(KeyColumnInternal);
106 vtkGetStringMacro(KeyColumnInternal);
123 virtual void ResetModel();
124 virtual void CreateSeriesColors();
Adapts a table to a Qt item model.
virtual void SetModelType()
map scalar values into colors via a lookup table
dynamic, self-adjusting array of double
a simple class to control print indentation
The superclass for all representations.
void PrintSelf(ostream &os, vtkIndent indent)
vtkLookupTable * ColorTable
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkQtTableModelAdapter * ModelAdapter
vtkDoubleArray * SeriesColors
set up a vtkTable in a Qt model