28 #ifndef vtkOTScatterPlotMatrix_h 29 #define vtkOTScatterPlotMatrix_h 31 #include "vtkFiltersOpenTurnsModule.h" 51 void SetDensityMapVisibility(
int plotType,
bool visible);
56 void SetDensityLineSize(
int plotType,
float size);
61 void SetDensityMapColor(
int plotType,
unsigned int densityLineIndex,
const vtkColor4ub&
color);
76 int plotCorner = 0)
override;
82 class DensityMapSettings;
83 std::map<int, DensityMapSettings*> DensityMapsSettings;
86 DensityMapCacheMap DensityMapCache;
89 #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.
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...