34 #ifndef vtkPlotFunctionalBag_h
35 #define vtkPlotFunctionalBag_h
42 class vtkPlotFuntionalBagInternal;
97 virtual void CreateDefaultLookupTable();
145 #endif //vtkPlotFunctionalBag_h
Class for drawing an XY line plot or bag given two columns from a vtkTable.
virtual bool PaintLegend(vtkContext2D *painter, const vtkRectf &rect, int legendIndex)
virtual bool Paint(vtkContext2D *painter)
record modification and/or execution time
virtual void GetBounds(double bounds[4])
vtkScalarsToColors * LookupTable
vtkNew< vtkPoints2D > BagPoints
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)
a simple class to control print indentation
represent and manipulate 2D points
abstract superclass for arrays of numeric data
Abstract class for 2D plots.
virtual vtkIdType GetNearestPoint(const vtkVector2f &point, const vtkVector2f &tolerance, vtkVector2f *location)
virtual bool SelectPointsInPolygon(const vtkContextPolygon &polygon)
vtkNew< vtkPlotLine > Line
A table, which contains similar-typed columns of data.
virtual void GetUnscaledInputBounds(double bounds[4])
virtual void PrintSelf(ostream &os, vtkIndent indent)
Class for drawing an XY line plot given two columns from a vtkTable.
virtual bool GetVisible()
#define VTKCHARTSCORE_EXPORT