Go to the documentation of this file.
28 #ifndef vtkOTScatterPlotMatrix_h
29 #define vtkOTScatterPlotMatrix_h
31 #include "vtkFiltersOpenTurnsModule.h"
52 void SetDensityMapVisibility(
int plotType,
bool visible);
57 void SetDensityLineSize(
int plotType,
float size);
62 void SetDensityMapColor(
int plotType,
unsigned int densityLineIndex,
const vtkColor4ub&
color);
86 int plotCorner = 0)
override;
92 class DensityMapSettings;
93 std::map<int, DensityMapSettings*> DensityMapsSettings;
96 DensityMapCacheMap DensityMapCache;
101 #endif // vtkOTScatterPlotMatrix_h
Factory class for drawing 2D charts.
static vtkScatterPlotMatrix * New()
Creates a new object.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
container for a matrix of charts.
Hold a reference to a vtkObjectBase instance.
virtual void AddSupplementaryPlot(vtkChart *vtkNotUsed(chart), int vtkNotUsed(plotType), vtkStdString vtkNotUsed(row), vtkStdString vtkNotUsed(column), int vtkNotUsed(plotCorner)=0)
Called when drawing a chart, does nothing at this level.
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...
Wrapper around std::string to keep symbols short.