36 #include "vtkChartsCoreModule.h" 57 void Update() VTK_OVERRIDE;
71 int legendIndex) VTK_OVERRIDE;
95 void SetInputData(
vtkTable *table) VTK_OVERRIDE;
113 vtkGetMacro(BagVisible,
bool);
120 void SetLinePen(
vtkPen* pen);
121 vtkGetObjectMacro(LinePen,
vtkPen);
129 void SetPointPen(vtkPen* pen) { this->
SetPen(pen); }
145 void operator=(
const vtkPlotBag &) VTK_DELETE_FUNCTION;
148 #endif //vtkPlotBag_h Wrapper around std::string to keep symbols short.
void SetPen(vtkPen *pen)
Set/get the vtkPen object that controls how this plot draws (out)lines.
Class for drawing an points given two columns from a vtkTable.
a vtkAbstractArray subclass for strings
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPen * GetPen()
Set/get the vtkPen object that controls how this plot draws (out)lines.
Class for drawing 2D primitives to a graphical context.
a simple class to control print indentation
represent and manipulate 2D points
abstract superclass for arrays of numeric data
vtkPoints2D * MedianPoints
provides a pen that draws the outlines of shapes drawn by vtkContext2D.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
A table, which contains similar-typed columns of data.
static vtkPlotPoints * New()
Creates a 2D Chart object.
bool UpdateTableCache(vtkTable *table)
Update the table cache.
Class for drawing an a bagplot.
void Update() override
Perform any updates to the item that may be necessary before rendering.