32 #ifndef vtkPlotFunctionalBag_h 33 #define vtkPlotFunctionalBag_h 35 #include "vtkChartsCoreModule.h" 40 class vtkPlotFuntionalBagInternal;
72 void Update() VTK_OVERRIDE;
86 int legendIndex) VTK_OVERRIDE;
91 void GetBounds(
double bounds[4]) VTK_OVERRIDE;
97 void GetUnscaledInputBounds(
double bounds[4]) VTK_OVERRIDE;
111 virtual
void CreateDefaultLookupTable();
134 ~vtkPlotFunctionalBag() VTK_OVERRIDE;
169 vtkPlotFunctionalBag(const vtkPlotFunctionalBag &) VTK_DELETE_FUNCTION;
170 void operator=(const vtkPlotFunctionalBag &) VTK_DELETE_FUNCTION;
173 #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.
record modification and/or execution time
virtual void Update()
Updates the extensions string.
Superclass for mapping scalar values to colors.
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
Abstract class for 2D plots.
A table, which contains similar-typed columns of data.
Allocate and hold a VTK object.
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).