 |
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);
132 void SetPieceColor(
int i,
double r,
double g,
double b);
137 double* GetPieceColor(
int i);
145 void SetPieceLabel(
const int i,
const char*);
146 const char* GetPieceLabel(
int i);
194 vtkPieChartActorConnection* ConnectionHolder;
203 vtkPieceLabelArray* Labels;
233 int LastPosition2[2];
int RenderOpaqueGeometry(vtkViewport *viewport) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
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
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
void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this actor.
int RenderOverlay(vtkViewport *viewport) override
Support the standard render methods.
a simple class to control print indentation
abstract specification for Viewports
represent text properties.
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.
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
general representation of visualization data
vtkTypeBool HasTranslucentPolygonalGeometry() override
Does this prop have some translucent polygonal geometry?