Go to the documentation of this file.
37 #ifndef vtkPieChartActor_h
38 #define vtkPieChartActor_h
40 #include "vtkRenderingAnnotationModule.h"
52 class vtkPieChartActorConnection;
53 class vtkPieceLabelArray;
91 vtkGetMacro(TitleVisibility,
int);
99 vtkSetStringMacro(Title);
117 vtkGetMacro(LabelVisibility,
int);
135 void SetPieceColor(
int i,
double r,
double g,
double b);
138 double *GetPieceColor(
int i);
146 void SetPieceLabel(
const int i,
const char *);
147 const char* GetPieceLabel(
int i);
157 vtkGetMacro(LegendVisibility,
int);
196 vtkPieChartActorConnection* ConnectionHolder;
205 vtkPieceLabelArray *Labels;
206 int LegendVisibility;
235 int LastPosition2[2];
create 2D glyphs represented by vtkPolyData
draw vtkPolyData onto the image plane
create a pie chart from an array
record modification and/or execution time
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetPieceColor(int i, const double color[3])
window superclass for vtkRenderWindow
a simple class to control print indentation
virtual void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this actor.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
virtual int RenderOpaqueGeometry(vtkViewport *viewport) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
abstract specification for Viewports
virtual int RenderOverlay(vtkViewport *viewport) override
Support the standard render methods.
represent text properties.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual int HasTranslucentPolygonalGeometry() override
Does this prop have some translucent polygonal geometry?
a actor that draws 2D data
static vtkActor2D * New()
Creates an actor2D with the following defaults: position (0,0) (coordinate system is viewport); at la...
Proxy object to connect input/output ports.
concrete dataset represents vertices, lines, polygons, and triangle strips
Create an axis with tick marks and labels.
general representation of visualization data
vtkTimeStamp BuildTime
Updates the extensions string.