35 #ifndef vtkPlotFunctionalBag_h
36 #define vtkPlotFunctionalBag_h
38 #include "vtkChartsCoreModule.h"
43 class vtkPlotFuntionalBagInternal;
86 void GetBounds(
double bounds[4])
override;
106 virtual void CreateDefaultLookupTable();
171 #endif // vtkPlotFunctionalBag_h
Class for drawing an XY line plot or bag given two columns from a vtkTable.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual bool PaintLegend(vtkContext2D *painter, const vtkRectf &rect, int legendIndex)
Paint legend event for the plot, called whenever the legend needs the plot items symbol/mark/line dra...
virtual bool Paint(vtkContext2D *painter)
Paint event for the item, called whenever the item needs to be drawn.
virtual void GetBounds(double bounds[4])
Get the bounds for this plot as (Xmin, Xmax, Ymin, Ymax).
vtkScalarsToColors * LookupTable
Lookup Table for coloring points by scalar value.
virtual vtkIdType GetNearestPoint(const vtkVector2f &point, const vtkVector2f &tolerance, vtkVector2f *location, vtkIdType *segmentId)
Function to query a plot for the nearest point to the specified coordinate.
vtkNew< vtkPoints2D > BagPoints
The bag points ordered in quadstrip fashion.
Superclass for mapping scalar values to colors.
Class for drawing 2D primitives to a graphical context.
virtual bool SelectPoints(const vtkVector2f &min, const vtkVector2f &max)
Select all points in the specified rectangle.
a simple class to control print indentation
represent and manipulate 2D points
abstract superclass for arrays of numeric data
virtual bool UpdateCache()
Update the internal cache.
Abstract class for 2D plots.
virtual bool SelectPointsInPolygon(const vtkContextPolygon &polygon)
Select all points in the specified polygon.
vtkNew< vtkPlotLine > Line
The plot line delegate for line series.
virtual bool CacheRequiresUpdate()
Test if the internal cache requires an update.
A table, which contains similar-typed columns of data.
virtual void GetUnscaledInputBounds(double bounds[4])
Provide un-log-scaled bounds for the plot inputs.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
Class for drawing an XY line plot given two columns from a vtkTable.
virtual bool GetVisible()
Get the visibility of the item (should it be drawn).