Go to the documentation of this file.
28 #ifndef vtkProgressBarRepresentation_h
29 #define vtkProgressBarRepresentation_h
31 #include "vtkInteractionWidgetsModule.h"
69 vtkSetClampMacro(ProgressRate,
double, 0, 1);
70 vtkGetMacro(ProgressRate,
double);
78 vtkSetVector3Macro(ProgressBarColor,
double);
79 vtkGetVector3Macro(ProgressBarColor,
double);
87 vtkSetVector3Macro(BackgroundColor,
double);
88 vtkGetVector3Macro(BackgroundColor,
double);
96 vtkSetMacro(DrawBackground,
bool);
97 vtkGetMacro(DrawBackground,
bool);
98 vtkBooleanMacro(DrawBackground,
bool);
127 double ProgressBarColor[3];
128 double BackgroundColor[3];
represent and manipulate 3D points
represent a vtkBorderWidget
vtkUnsignedCharArray * ProgressBarData
int RenderOpaqueGeometry(vtkViewport *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
static vtkBorderRepresentation * New()
Instantiate this class.
dynamic, self-adjusting array of unsigned char
void BuildRepresentation() override
Subclasses should implement these methods.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
window superclass for vtkRenderWindow
void GetActors2D(vtkPropCollection *) override
These methods are necessary to make this representation behave as a vtkProp.
represent a vtkProgressBarWidget
void ReleaseGraphicsResources(vtkWindow *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
a simple class to control print indentation
virtual void GetSize(double size[2])
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
abstract specification for Viewports
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
vtkTypeBool HasTranslucentPolygonalGeometry() override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...