36 #ifndef vtkPieChartActor_h
37 #define vtkPieChartActor_h
51 class vtkPieChartActorConnection;
52 class vtkPieceLabelArray;
78 vtkSetMacro(TitleVisibility,
int);
79 vtkGetMacro(TitleVisibility,
int);
80 vtkBooleanMacro(TitleVisibility,
int);
85 vtkSetStringMacro(Title);
86 vtkGetStringMacro(Title);
98 vtkSetMacro(LabelVisibility,
int);
99 vtkGetMacro(LabelVisibility,
int);
100 vtkBooleanMacro(LabelVisibility,
int);
113 void SetPieceColor(
int i,
double r,
double g,
double b);
115 { this->SetPieceColor(i, color[0], color[1], color[2]); }
116 double *GetPieceColor(
int i);
122 void SetPieceLabel(
const int i,
const char *);
123 const char* GetPieceLabel(
int i);
130 vtkSetMacro(LegendVisibility,
int);
131 vtkGetMacro(LegendVisibility,
int);
132 vtkBooleanMacro(LegendVisibility,
int);
162 vtkPieChartActorConnection* ConnectionHolder;
171 vtkPieceLabelArray *Labels;
172 int LegendVisibility;
201 int LastPosition2[2];
virtual void ReleaseGraphicsResources(vtkWindow *)
abstract specification for Viewports
a actor that draws 2D data
record modification and/or execution time
Create an axis with tick marks and labels.
concrete dataset represents vertices, lines, polygons, and triangle strips
create a pie chart from an array
#define VTKRENDERINGANNOTATION_EXPORT
Proxy object to connect input/output ports.
window superclass for vtkRenderWindow
virtual int HasTranslucentPolygonalGeometry()
void SetPieceColor(int i, const double color[3])
virtual int RenderOpaqueGeometry(vtkViewport *viewport)
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
static vtkActor2D * New()
represent text properties.
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
virtual int RenderOverlay(vtkViewport *viewport)
create 2D glyphs represented by vtkPolyData
general representation of visualization data
draw vtkPolyData onto the image plane