Go to the documentation of this file.
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();
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
set up a vtkTable in a Qt model
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses should override this to connect inputs to the internal pipeline as necessary.
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
map scalar values into colors via a lookup table
Adapts a table to a Qt item model.
dynamic, self-adjusting array of double