Go to the documentation of this file.
52 #ifndef vtkQtTableRepresentation_h
53 #define vtkQtTableRepresentation_h
55 #include "vtkViewsQtModule.h"
93 vtkSetStringMacro(FirstDataColumn);
94 vtkGetStringMacro(FirstDataColumn);
102 vtkSetStringMacro(LastDataColumn);
103 vtkGetStringMacro(LastDataColumn);
115 vtkSetStringMacro(KeyColumnInternal);
116 vtkGetStringMacro(KeyColumnInternal);
set up a vtkTable in a Qt model
void SetColorTable(vtkLookupTable *t)
Set/get the lookup table that will be used to determine colors for each series.
vtkQtTableModelAdapter * ModelAdapter
vtkDoubleArray * SeriesColors
The superclass for all representations.
virtual void SetModelType()
This should set the model type to DATA, METADATA or FULL depending on what you want.
vtkLookupTable * ColorTable
a simple class to control print indentation
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Prepare the input connections to this representation.
~vtkQtTableRepresentation() override
map scalar values into colors via a lookup table
virtual void CreateSeriesColors()
virtual void ResetModel()
void UpdateTable()
Update the table representation.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetKeyColumn(const char *col)
Set/get the name of the column that contains series names.
Adapts a table to a Qt item model.
dynamic, self-adjusting array of double
vtkQtTableRepresentation()