24 #ifndef vtkPlotHistogram2D_h 
   25 #define vtkPlotHistogram2D_h 
   27 #include "vtkChartsCoreModule.h"  
   85   virtual void SetPosition(
const vtkRectf& pos);
 
  129   void GenerateHistogram();
 
  142 #endif //vtkPlotHistogram2D_h 
Wrapper around std::string to keep symbols short. 
 
virtual bool Paint(vtkContext2D *painter)
Paint event for the item, called whenever the item needs to be drawn. 
 
virtual void SetInputData(vtkTable *)
This is a convenience function to set the input table and the x, y column for the plot...
 
virtual void GetBounds(double bounds[4])
Get the bounds for this plot as (Xmin, Xmax, Ymin, Ymax). 
 
Superclass for mapping scalar values to colors. 
 
Class for drawing 2D primitives to a graphical context. 
 
a simple class to control print indentation 
 
topologically and geometrically regular array of data 
 
vtkSmartPointer< vtkScalarsToColors > TransferFunction
 
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. 
 
virtual void SetInputData(vtkTable *table)
This is a convenience function to set the input table and the x, y column for the plot...
 
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses. 
 
virtual void SetInputData(vtkTable *, const vtkStdString &, const vtkStdString &)
This is a convenience function to set the input table and the x, y column for the plot...
 
vtkSmartPointer< vtkImageData > Input
 
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
 
vtkSmartPointer< vtkImageData > Output
 
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...