|  | VTK
    9.0.1
    | 
 
 
 
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);
 
   89   class DensityMapSettings;
 
   90   std::map<int, DensityMapSettings*> DensityMapsSettings;
 
   93   DensityMapCacheMap DensityMapCache;
 
   98 #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.