25#ifndef vtkPieChartActor_h 
   26#define vtkPieChartActor_h 
   29#include "vtkRenderingAnnotationModule.h"  
   31VTK_ABI_NAMESPACE_BEGIN
 
   41class vtkPieChartActorConnection;
 
   42class vtkPieceLabelArray;
 
   88  vtkSetStringMacro(Title);
 
   89  vtkGetStringMacro(Title);
 
  127    this->SetPieceColor(i, color[0], color[1], color[2]);
 
  186  vtkPieChartActorConnection* ConnectionHolder;
 
  195  vtkPieceLabelArray* Labels;
 
  225  int LastPosition2[2];
 
  230  int PlaceAxes(
vtkViewport* viewport, 
const int* size);
 
a actor that draws 2D data
 
Proxy object to connect input/output ports.
 
Create an axis with tick marks and labels.
 
general representation of visualization data
 
create 2D glyphs represented by vtkPolyData
 
a simple class to control print indentation
 
create a pie chart from an array
 
virtual void SetInputConnection(vtkAlgorithmOutput *)
Set the input to the pie chart actor.
 
const char * GetPieceLabel(int i)
Specify the names for each piece of pie.
 
vtkTypeBool HasTranslucentPolygonalGeometry() override
Does this prop have some translucent polygonal geometry?
 
int RenderOpaqueGeometry(vtkViewport *) override
Draw the pie plot.
 
virtual void SetLabelTextProperty(vtkTextProperty *p)
Set/Get the labels text property.
 
static vtkPieChartActor * New()
Instantiate this class.
 
virtual void SetTitleTextProperty(vtkTextProperty *p)
Set/Get the title text property.
 
virtual vtkDataObject * GetInput()
Get the input data object to this actor.
 
double * GetPieceColor(int i)
Specify colors for each piece of pie.
 
void SetPieceColor(int i, const double color[3])
Specify colors for each piece of pie.
 
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
Draw the pie plot.
 
void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this actor.
 
~vtkPieChartActor() override
 
int RenderOverlay(vtkViewport *) override
Draw the pie plot.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
 
virtual void SetInputData(vtkDataObject *)
Set the input to the pie chart actor.
 
void SetPieceColor(int i, double r, double g, double b)
Specify colors for each piece of pie.
 
void SetPieceLabel(int i, const char *)
Specify the names for each piece of pie.
 
draw vtkPolyData onto the image plane
 
concrete dataset represents vertices, lines, polygons, and triangle strips
 
represent text properties.
 
record modification and/or execution time
 
abstract specification for Viewports
 
window superclass for vtkRenderWindow