11 #ifndef vtkPVBoxChartRepresentation_h 12 #define vtkPVBoxChartRepresentation_h 35 void SetSeriesVisibility(
const char* series,
bool visibility);
36 void SetSeriesColor(
const char* name,
double r,
double g,
double b);
39 void ClearSeriesVisibilities();
40 void ClearSeriesColors();
51 vtkSetMacro(LineThickness,
int);
58 vtkSetMacro(LineStyle,
int);
65 vtkSetVector3Macro(Color,
double);
72 vtkSetMacro(Legend,
bool);
104 vtkInternals* Internals;
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.
vtkPVBoxChartRepresentation is the vtkChartBox subclass for box plots 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.