26 #ifndef __vtkPlotGrid_h
27 #define __vtkPlotGrid_h
29 #include "vtkChartsCoreModule.h"
30 #include "vtkContextItem.h"
37 class VTKCHARTSCORE_EXPORT
vtkPlotGrid :
public vtkContextItem
41 virtual void PrintSelf(ostream &os,
vtkIndent indent);
47 virtual void SetXAxis(
vtkAxis *axis);
50 virtual void SetYAxis(
vtkAxis *axis);
53 virtual bool Paint(vtkContext2D *painter);
73 #endif //__vtkPlotGrid_h
Wrapper around std::string to keep symbols short.
takes care of drawing 2D axes
a simple class to control print indentation
represent and manipulate 2D points
takes care of drawing the plot grid