23 #ifndef vtkPVBoxChartRepresentation_h 24 #define vtkPVBoxChartRepresentation_h 27 #include "vtkPVClientServerCoreRenderingModule.h" 37 void PrintSelf(ostream& os, vtkIndent indent);
48 void SetSeriesVisibility(
const char* series,
bool visibility);
49 void SetSeriesColor(
const char* name,
double r,
double g,
double b);
52 void ClearSeriesVisibilities();
53 void ClearSeriesColors();
58 vtkChartBox* GetChart();
64 vtkSetMacro(LineThickness,
int);
71 vtkSetMacro(LineStyle,
int);
78 vtkSetVector3Macro(Color,
double);
85 vtkSetMacro(Legend,
bool);
117 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...
virtual void SetVisibility(bool visible)
Set visibility of the representation.
virtual bool AddToView(vtkView *view)
Adds the representation to the view.
vtkPVBoxChartRepresentation is the vtkChartBox subclass for box plots representation.
vtkChartRepresentation is the base representation for charting representations.
void PrintSelf(ostream &os, vtkIndent indent)
virtual bool RemoveFromView(vtkView *view)
Removes the representation to the view.