25 #ifndef vtkPieChartActor_h
26 #define vtkPieChartActor_h
29 #include "vtkRenderingAnnotationModule.h"
31 VTK_ABI_NAMESPACE_BEGIN
41 class vtkPieChartActorConnection;
42 class vtkPieceLabelArray;
88 vtkSetStringMacro(Title);
89 vtkGetStringMacro(Title);
124 void SetPieceColor(
int i,
double r,
double g,
double b);
127 this->SetPieceColor(i, color[0], color[1], color[2]);
129 double* GetPieceColor(
int i);
137 void SetPieceLabel(
int i,
const char*);
138 const char* GetPieceLabel(
int i);
186 vtkPieChartActorConnection* ConnectionHolder;
195 vtkPieceLabelArray* Labels;
225 int LastPosition2[2];
237 VTK_ABI_NAMESPACE_END
int RenderOverlay(vtkViewport *viewport) override
Support the standard render methods.
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
Proxy object to connect input/output ports.
window superclass for vtkRenderWindow
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
Draw the pie plot.
void SetPieceColor(int i, const double color[3])
Specify colors for each piece of pie.
void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this actor.
a simple class to control print indentation
static vtkActor2D * New()
Creates an actor2D with the following defaults: position (0,0) (coordinate system is viewport); at la...
represent text properties.
vtkTypeBool HasTranslucentPolygonalGeometry() override
Does this prop have some translucent polygonal geometry?
int RenderOpaqueGeometry(vtkViewport *viewport) override
Support the standard render methods.
create 2D glyphs represented by vtkPolyData
general representation of visualization data
draw vtkPolyData onto the image plane
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.