52 #ifndef vtkQtTableRepresentation_h 53 #define vtkQtTableRepresentation_h 55 #include "vtkViewsQtModule.h" 84 void SetKeyColumn(
const char* col);
93 vtkSetStringMacro(FirstDataColumn);
94 vtkGetStringMacro(FirstDataColumn);
102 vtkSetStringMacro(LastDataColumn);
103 vtkGetStringMacro(LastDataColumn);
115 vtkSetStringMacro(KeyColumnInternal);
116 vtkGetStringMacro(KeyColumnInternal);
133 virtual void ResetModel();
134 virtual void CreateSeriesColors();
Adapts a table to a Qt item model.
virtual void SetModelType()
This should set the model type to DATA, METADATA or FULL depending on what you want.
map scalar values into colors via a lookup table
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses should override this to connect inputs to the internal pipeline as necessary.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dynamic, self-adjusting array of double
a simple class to control print indentation
The superclass for all representations.
vtkLookupTable * ColorTable
vtkQtTableModelAdapter * ModelAdapter
vtkDoubleArray * SeriesColors
set up a vtkTable in a Qt model