25 #ifndef __vtkPlotPie_h
26 #define __vtkPlotPie_h
28 #include "vtkChartsCoreModule.h"
36 class vtkPlotPiePrivate;
47 virtual bool Paint(vtkContext2D *painter);
54 bool PaintLegend(vtkContext2D *painter,
const vtkRectf& rect,
int legendIndex);
59 void SetDimensions(
int arg1,
int arg2,
int arg3,
int arg4);
64 void SetDimensions(
int arg[4]);
70 vtkGetVector4Macro(Dimensions,
int);
85 const vtkVector2f& tolerance,
86 vtkVector2f* location);
94 bool UpdateTableCache(vtkTable *table);
111 vtkPlotPiePrivate *Private;
115 #endif //__vtkPlotPie_h
virtual bool PaintLegend(vtkContext2D *painter, const vtkRectf &rect, int legendIndex)
record modification and/or execution time
vtkSmartPointer< vtkColorSeries > ColorSeries
a simple class to control print indentation
represent and manipulate 2D points
Abstract class for 2D plots.
virtual vtkIdType GetNearestPoint(const vtkVector2f &point, const vtkVector2f &tolerance, vtkVector2f *location)
virtual void PrintSelf(ostream &os, vtkIndent indent)
Class for drawing a Pie diagram.