Go to the documentation of this file.
36 #ifndef vtkPieChartActor_h
37 #define vtkPieChartActor_h
51 class vtkPieChartActorConnection;
52 class vtkPieceLabelArray;
162 vtkPieChartActorConnection* ConnectionHolder;
171 vtkPieceLabelArray *Labels;
172 int LegendVisibility;
201 int LastPosition2[2];
#define vtkGetObjectMacro(name, type)
create 2D glyphs represented by vtkPolyData
draw vtkPolyData onto the image plane
GLboolean GLboolean GLboolean b
virtual void SetInputConnection(vtkAlgorithmOutput *)
create a pie chart from an array
record modification and/or execution time
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
#define vtkTypeMacro(thisClass, superclass)
virtual int HasTranslucentPolygonalGeometry()
void PrintSelf(ostream &os, vtkIndent indent)
void SetPieceColor(int i, const double color[3])
virtual void SetLabelTextProperty(vtkTextProperty *p)
window superclass for vtkRenderWindow
virtual void SetTitleTextProperty(vtkTextProperty *p)
a simple class to control print indentation
virtual vtkDataObject * GetInput()
#define vtkSetStringMacro(name)
int RenderOverlay(vtkViewport *)
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
abstract specification for Viewports
represent text properties.
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
GLdouble GLdouble GLdouble r
a actor that draws 2D data
void SetPieceColor(int i, double r, double g, double b)
Proxy object to connect input/output ports.
int RenderOpaqueGeometry(vtkViewport *)
concrete dataset represents vertices, lines, polygons, and triangle strips
Create an axis with tick marks and labels.
const char * GetPieceLabel(int i)
void ReleaseGraphicsResources(vtkWindow *)
double * GetPieceColor(int i)
general representation of visualization data
void SetPieceLabel(const int i, const char *)
virtual void SetInputData(vtkDataObject *)
static vtkPieChartActor * New()
#define VTKRENDERINGANNOTATION_EXPORT