 |
VTK
9.0.1
|
Go to the documentation of this file.
34 #ifndef vtkPieChartActor_h
35 #define vtkPieChartActor_h
38 #include "vtkRenderingAnnotationModule.h"
49 class vtkPieChartActorConnection;
50 class vtkPieceLabelArray;
96 vtkSetStringMacro(Title);
97 vtkGetStringMacro(Title);
194 vtkPieChartActorConnection* ConnectionHolder;
203 vtkPieceLabelArray* Labels;
233 int LastPosition2[2];
create 2D glyphs represented by vtkPolyData
draw vtkPolyData onto the image plane
~vtkPieChartActor() override
void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this actor.
virtual void SetInputConnection(vtkAlgorithmOutput *)
create a pie chart from an array
record modification and/or execution time
int RenderOpaqueGeometry(vtkViewport *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
void SetPieceColor(int i, const double color[3])
virtual void SetLabelTextProperty(vtkTextProperty *p)
Set/Get the labels text property.
window superclass for vtkRenderWindow
virtual void SetTitleTextProperty(vtkTextProperty *p)
Set/Get the title text property.
a simple class to control print indentation
virtual vtkDataObject * GetInput()
Get the input data object to this actor.
int RenderOverlay(vtkViewport *) override
Draw the pie plot.
abstract specification for Viewports
represent text properties.
vtkTypeBool HasTranslucentPolygonalGeometry() override
Does this prop have some translucent polygonal geometry?
a actor that draws 2D data
void SetPieceColor(int i, double r, double g, double b)
Specify colors for each piece of pie.
Proxy object to connect input/output ports.
concrete dataset represents vertices, lines, polygons, and triangle strips
Create an axis with tick marks and labels.
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
const char * GetPieceLabel(int i)
double * GetPieceColor(int i)
general representation of visualization data
void SetPieceLabel(const int i, const char *)
Specify the names for each piece of pie.
virtual void SetInputData(vtkDataObject *)
Set the input to the pie chart actor.
static vtkPieChartActor * New()
Instantiate this class.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.