24 #ifndef vtkPlotHistogram2D_h 25 #define vtkPlotHistogram2D_h 27 #include "vtkChartsCoreModule.h" 51 void Update() VTK_OVERRIDE;
83 void GetBounds(
double bounds[4]) VTK_OVERRIDE;
85 virtual void SetPosition(
const vtkRectf& pos);
129 void GenerateHistogram();
142 #endif //vtkPlotHistogram2D_h
Wrapper around std::string to keep symbols short.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void GetBounds(double bounds[4])
Get the bounds for this plot as (Xmin, Xmax, Ymin, Ymax).
Hold a reference to a vtkObjectBase instance.
Superclass for mapping scalar values to colors.
void SetInputData(vtkTable *, const vtkStdString &, const vtkStdString &) override
This is a convenience function to set the input table and the x, y column for the plot...
Class for drawing 2D primitives to a graphical context.
a simple class to control print indentation
topologically and geometrically regular array of data
Abstract class for 2D plots.
virtual vtkIdType GetNearestPoint(const vtkVector2f &point, const vtkVector2f &tolerance, vtkVector2f *location)
Function to query a plot for the nearest point to the specified coordinate.
A table, which contains similar-typed columns of data.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
virtual void Update()
Perform any updates to the item that may be necessary before rendering.
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...