Go to the documentation of this file.
39 #include "vtkChartsCoreModule.h"
116 vtkGetMacro(BagVisible,
bool);
148 void operator=(
const vtkPlotBag &) VTK_DELETE_FUNCTION;
151 #endif //vtkPlotBag_h
represent and manipulate 2D points
virtual void SetInputData(vtkTable *table, vtkIdType xColumn, vtkIdType yColumn, vtkIdType densityColumn)
virtual vtkStringArray * GetLabels()
Get the plot labels.
A table, which contains similar-typed columns of data.
void SetLinePen(vtkPen *pen)
Set/get the vtkPen object that controls how this plot draws boundary lines.
Class for drawing 2D primitives to a graphical context.
abstract superclass for arrays of numeric data
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void SetPen(vtkPen *pen)
Set/get the vtkPen object that controls how this plot draws (out)lines.
virtual bool Paint(vtkContext2D *painter)
Paint event for the XY plot, called whenever the chart needs to be drawn.
a simple class to control print indentation
virtual void SetInputData(vtkTable *table, const vtkStdString &yColumn, const vtkStdString &densityColumn)
virtual void Update()
Perform any updates to the item that may be necessary before rendering.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
Class for drawing an points given two columns from a vtkTable.
Class for drawing an a bagplot.
virtual bool PaintLegend(vtkContext2D *painter, const vtkRectf &rect, int legendIndex)
Paint legend event for the XY plot, called whenever the legend needs the plot items symbol/mark/line ...
a vtkAbstractArray subclass for strings
void UpdateTableCache(vtkDataArray *)
void SetPointPen(vtkPen *pen)
Set/get the vtkPen object that controls how this plot draws points.
provides a pen that draws the outlines of shapes drawn by vtkContext2D.
Wrapper around std::string to keep symbols short.
virtual void SetInputData(vtkTable *table)
Set the input, we are expecting a vtkTable with three columns.
vtkPoints2D * MedianPoints
virtual void SetInputData(vtkTable *table, const vtkStdString &xColumn, const vtkStdString &yColumn, const vtkStdString &densityColumn)
static vtkPlotBag * New()
Creates a new Bag Plot object.
virtual vtkStdString GetTooltipLabel(const vtkVector2d &plotPos, vtkIdType seriesIndex, vtkIdType segmentIndex)
Generate and return the tooltip label string for this plot The segmentIndex parameter is ignored,...