31 #ifndef vtkOTScatterPlotMatrix_h 32 #define vtkOTScatterPlotMatrix_h 34 #include "vtkFiltersOpenTurnsModule.h" 55 void SetDensityMapVisibility(
int plotType,
bool visible);
60 void SetDensityLineSize(
int plotType,
float size);
65 void SetDensityMapColor(
int plotType,
unsigned int densityLineIndex,
const vtkColor4ub&
color);
89 int plotCorner = 0)
override;
95 class DensityMapSettings;
96 std::map<int, DensityMapSettings*> DensityMapsSettings;
99 DensityMapCacheMap DensityMapCache;
104 #endif // vtkOTScatterPlotMatrix_h
Wrapper around std::string to keep symbols short.
container for a matrix of charts.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Hold a reference to a vtkObjectBase instance.
container for a matrix of charts.
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.
Superclass for mapping scalar values to colors.
Factory class for drawing 2D charts.
static vtkScatterPlotMatrix * New()
Creates a new object.
a simple class to control print indentation
A VTK Filter to compute density map on any pair of numeric data arrays with the same number of tuples...