 |
VTK
9.1.0
|
Go to the documentation of this file.
25 #ifndef vtkProgressBarRepresentation_h
26 #define vtkProgressBarRepresentation_h
29 #include "vtkInteractionWidgetsModule.h"
66 vtkSetClampMacro(ProgressRate,
double, 0, 1);
67 vtkGetMacro(ProgressRate,
double);
76 vtkSetVector2Macro(Padding,
double);
77 vtkGetVector2Macro(Padding,
double);
85 vtkSetMacro(DrawFrame,
bool);
86 vtkGetMacro(DrawFrame,
bool);
87 vtkBooleanMacro(DrawFrame,
bool);
95 vtkSetVector3Macro(ProgressBarColor,
double);
96 vtkGetVector3Macro(ProgressBarColor,
double);
104 vtkSetVector3Macro(BackgroundColor,
double);
105 vtkGetVector3Macro(BackgroundColor,
double);
113 vtkSetMacro(DrawBackground,
bool);
114 vtkGetMacro(DrawBackground,
bool);
115 vtkBooleanMacro(DrawBackground,
bool);
143 double ProgressBarColor[3];
144 double BackgroundColor[3];
represent and manipulate 3D points
vtkProgressBarRepresentation()
int RenderOpaqueGeometry(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
represent a vtkBorderWidget
vtkUnsignedCharArray * ProgressBarData
void ReleaseGraphicsResources(vtkWindow *) override
These methods are necessary to make this representation behave as a vtkProp.
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
dynamic, self-adjusting array of unsigned char
vtkTypeBool HasTranslucentPolygonalGeometry() override
These methods are necessary to make this representation behave as a vtkProp.
window superclass for vtkRenderWindow
static vtkProgressBarRepresentation * New()
Instantiate this class.
represent a vtkProgressBarWidget
a simple class to control print indentation
void BuildRepresentation() override
Satisfy the superclasses' API.
abstract specification for Viewports
~vtkProgressBarRepresentation() override
vtkActor2D * BackgroundActor
represent surface properties of a 2D image
a actor that draws 2D data
concrete dataset represents vertices, lines, polygons, and triangle strips
int RenderOverlay(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK class methods.
void GetActors2D(vtkPropCollection *) override
These methods are necessary to make this representation behave as a vtkProp.