52 #ifndef vtkQtTableRepresentation_h
53 #define vtkQtTableRepresentation_h
55 #include "vtkViewsQtModule.h"
84 void SetKeyColumn(
const char* col);
93 vtkSetStringMacro(FirstDataColumn);
102 vtkSetStringMacro(LastDataColumn);
115 vtkSetStringMacro(KeyColumnInternal);
122 char *KeyColumnInternal;
123 char *FirstDataColumn;
124 char *LastDataColumn;
133 virtual
void ResetModel();
134 virtual
void CreateSeriesColors();
140 virtual
void SetModelType() { };
Adapts a table to a Qt item model.
map scalar values into colors via a lookup table
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.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
set up a vtkTable in a Qt model