18 #ifndef vtkPVPlotMatrixRepresentation_h
19 #define vtkPVPlotMatrixRepresentation_h
23 #include "vtkRemotingViewsModule.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;