Go to the documentation of this file.
24 #ifndef vtkPlotParallelCoordinates_h
25 #define vtkPlotParallelCoordinates_h
147 #endif //vtkPlotParallelCoordinates_h
vtkStdString ColorArrayName
vtkPlotParallelCoordinates()
void SelectColorArray(vtkIdType arrayNum)
vtkStdString GetColorArrayName()
bool SetSelectionRange(int Axis, float low, float high)
bool UpdateTableCache(vtkTable *table)
A table, which contains similar-typed columns of data.
record modification and/or execution time
dynamic, self-adjusting array of unsigned char
void SelectColorArray(const vtkStdString &arrayName)
virtual void CreateDefaultLookupTable()
#define vtkTypeMacro(thisClass, superclass)
vtkScalarsToColors * LookupTable
virtual void SetInputData(vtkTable *table)
GLenum GLsizei GLenum GLenum const GLvoid * table
Class for drawing 2D primitives to a graphical context.
Abstract class for 2D plots.
static vtkPlotParallelCoordinates * New()
virtual void GetBounds(double bounds[4])
vtkScalarsToColors * GetLookupTable()
a simple class to control print indentation
virtual bool PaintLegend(vtkContext2D *painter, const vtkRectf &rect, int legendIndex)
vtkUnsignedCharArray * Colors
#define vtkGetMacro(name, type)
Superclass for mapping scalar values to colors.
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
virtual void SetInputData(vtkTable *table)
bool ResetSelectionRange()
virtual bool Paint(vtkContext2D *painter)
Factory class for drawing 2D charts.
Class for drawing a parallel coordinate plot given columns from a vtkTable.
Wrapper around std::string to keep symbols short.
#define VTKCHARTSCORE_EXPORT
void SetLookupTable(vtkScalarsToColors *lut)
virtual void SetInputData(vtkTable *table, const vtkStdString &, const vtkStdString &)
virtual void PrintSelf(ostream &os, vtkIndent indent)
~vtkPlotParallelCoordinates()