18 #ifndef vtkPVPlotMatrixRepresentation_h 19 #define vtkPVPlotMatrixRepresentation_h 46 void SetSeriesVisibility(
const char* series,
bool visibility);
47 void ClearSeriesVisibilities();
53 void SetColor(
double r,
double g,
double b);
58 void SetActivePlotColor(
double r,
double g,
double b);
63 void SetHistogramColor(
double r,
double g,
double b);
68 void SetMarkerStyle(
int style);
73 void SetActivePlotMarkerStyle(
int style);
78 void SetMarkerSize(
double size);
83 void SetActivePlotMarkerSize(
double size);
88 void SetDensityMapVisibility(
bool visible);
93 void SetActivePlotDensityMapVisibility(
bool visible);
98 void SetDensityLineSize(
double size);
103 void SetActivePlotDensityLineSize(
double size);
108 void SetDensityMapFirstDecileColor(
double r,
double g,
double b);
113 void SetActivePlotDensityMapFirstDecileColor(
double r,
double g,
double b);
118 void SetDensityMapMedianColor(
double r,
double g,
double b);
123 void SetActivePlotDensityMapMedianColor(
double r,
double g,
double b);
128 void SetDensityMapLastDecileColor(
double r,
double g,
double b);
133 void SetActivePlotDensityMapLastDecileColor(
double r,
double g,
double b);
165 vtkInternals* Internals;
170 int ScatterPlotMarkerStyle;
171 int ActivePlotMarkerStyle;
172 double ScatterPlotMarkerSize;
173 double ActivePlotMarkerSize;
175 bool ActivePlotDensityMapVisibility;
176 bool ScatterPlotDensityMapVisibility;
177 double ScatterPlotDensityLineSize;
178 double ActivePlotDensityLineSize;
static vtkChartRepresentation * New()
virtual void PrepareForRendering()
This method is called before actual render if this->MTime was modified since the last time this metho...
#define VTKREMOTINGVIEWS_EXPORT
void SetVisibility(bool visible) override
Set visibility of the representation.
vtkChartRepresentation subclass for scatter-plot-matrix representation.
vtkChartRepresentation is the base representation for charting representations.
bool AddToView(vtkView *view) override
Adds the representation to the view.
void PrintSelf(ostream &os, vtkIndent indent) override
bool RemoveFromView(vtkView *view) override
Removes the representation to the view.