Go to the documentation of this file.
31 #ifndef vtkOTScatterPlotMatrix_h
32 #define vtkOTScatterPlotMatrix_h
34 #include "vtkFiltersOpenTurnsModule.h"
89 int plotCorner = 0)
override;
95 class DensityMapSettings;
96 std::map<int, DensityMapSettings*> DensityMapsSettings;
99 DensityMapCacheMap DensityMapCache;
104 #endif // vtkOTScatterPlotMatrix_h
Factory class for drawing 2D charts.
void SetDensityMapColor(int plotType, unsigned int densityLineIndex, const vtkColor4ub &color)
Set the color for the specified plotType, automatically distributed on HSV by default.
container for a matrix of charts.
Hold a reference to a vtkObjectBase instance.
vtkScalarsToColors * GetTransferFunction()
void SetDensityLineSize(int plotType, float size)
Set the density line size for the specified plotType, 2 by default.
~vtkOTScatterPlotMatrix() override
static vtkOTScatterPlotMatrix * New()
Creates a new object.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetTransferFunction(vtkScalarsToColors *stc)
Get/Set a custom color transfer function.
a simple class to control print indentation
container for a matrix of charts.
Superclass for mapping scalar values to colors.
A VTK Filter to compute density map on any pair of numeric data arrays with the same number of tuples...
virtual void AddSupplementaryPlot(vtkChart *chart, int plotType, vtkStdString row, vtkStdString column, int plotCorner=0) override
Add a density map as a supplementary plot, with provided row and column, computed with OpenTurns if D...
void SetDensityMapVisibility(int plotType, bool visible)
Set the visibility of density map for the specifid plotType, false by default.
Wrapper around std::string to keep symbols short.