Go to the documentation of this file.
25 #ifndef vtkPlotParallelCoordinates_h
26 #define vtkPlotParallelCoordinates_h
28 #include "vtkChartsCoreModule.h"
69 int legendIndex)
override;
174 #endif //vtkPlotParallelCoordinates_h
bool Paint(vtkContext2D *painter) override
Paint event for the XY plot, called whenever the chart needs to be drawn.
vtkStdString ColorArrayName
vtkPlotParallelCoordinates()
void Update() override
Perform any updates to the item that may be necessary before rendering.
void SelectColorArray(vtkIdType arrayNum)
When ScalarMode is set to UsePointFieldData or UseCellFieldData, you can specify which array to use f...
~vtkPlotParallelCoordinates() override
vtkStdString GetColorArrayName()
Get the array name to color by.
bool SetSelectionRange(int Axis, float low, float high)
Set the selection criteria on the given axis in normalized space (0.0 - 1.0).
void SetInputData(vtkTable *table) override
This is a convenience function to set the input table.
void SetInputData(vtkTable *table, const vtkStdString &, const vtkStdString &) override
bool UpdateTableCache(vtkTable *table)
Update the table cache.
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()
Create default lookup table.
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.
static vtkPlotParallelCoordinates * New()
Creates a parallel coordinates chart.
void GetBounds(double bounds[4]) override
Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
vtkScalarsToColors * GetLookupTable()
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.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeBool ScalarVisibility
bool ResetSelectionRange()
Reset the selection criteria for the chart.
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.
void SetLookupTable(vtkScalarsToColors *lut)
Specify a lookup table for the mapper to use.
bool PaintLegend(vtkContext2D *painter, const vtkRectf &rect, int legendIndex) override
Paint legend event for the XY plot, called whenever the legend needs the plot items symbol/mark/line ...