Go to the documentation of this file.
25 #ifndef vtkPlotParallelCoordinates_h
26 #define vtkPlotParallelCoordinates_h
28 #include "vtkChartsCoreModule.h"
79 bool SetSelectionRange(
int Axis,
float low,
float high);
84 bool ResetSelectionRange();
110 virtual void CreateDefaultLookupTable();
117 vtkGetMacro(ScalarVisibility,
int);
127 void SelectColorArray(
vtkIdType arrayNum);
143 bool UpdateTableCache(
vtkTable *table);
174 #endif //vtkPlotParallelCoordinates_h
vtkStdString ColorArrayName
A table, which contains similar-typed columns of data.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
record modification and/or execution time
dynamic, self-adjusting array of unsigned char
vtkScalarsToColors * LookupTable
Lookup Table for coloring points by scalar value.
virtual void SetInputData(vtkTable *table)
This is a convenience function to set the input table and the x, y column for the plot.
Class for drawing 2D primitives to a graphical context.
Abstract class for 2D plots.
a simple class to control print indentation
vtkUnsignedCharArray * Colors
Superclass for mapping scalar values to colors.
vtkTimeStamp BuildTime
The point cache is marked dirty until it has been initialized.
virtual bool PaintLegend(vtkContext2D *painter, const vtkRectf &rect, int legendIndex)
Paint legend event for the plot, called whenever the legend needs the plot items symbol/mark/line dra...
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual bool Paint(vtkContext2D *painter)
Paint event for the item, called whenever the item needs to be drawn.
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
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.
virtual void GetBounds(double bounds[4])
Get the bounds for this plot as (Xmin, Xmax, Ymin, Ymax).
virtual void SetInputData(vtkTable *table, const vtkStdString &, const vtkStdString &)
virtual void Update()
Perform any updates to the item that may be necessary before rendering.