25 #ifndef vtkProgressBarRepresentation_h
26 #define vtkProgressBarRepresentation_h
29 #include "vtkInteractionWidgetsModule.h"
66 vtkSetClampMacro(ProgressRate,
double, 0, 1);
67 vtkGetMacro(ProgressRate,
double);
75 vtkSetVector3Macro(ProgressBarColor,
double);
76 vtkGetVector3Macro(ProgressBarColor,
double);
84 vtkSetVector3Macro(BackgroundColor,
double);
85 vtkGetVector3Macro(BackgroundColor,
double);
93 vtkSetMacro(DrawBackground,
bool);
94 vtkGetMacro(DrawBackground,
bool);
95 vtkBooleanMacro(DrawBackground,
bool);
124 double ProgressBarColor[3];
125 double BackgroundColor[3];
a actor that draws 2D data
represent a vtkBorderWidget
a simple class to control print indentation
represent and manipulate 3D points
concrete dataset represents vertices, lines, polygons, and triangle strips
represent a vtkProgressBarWidget
vtkTypeBool HasTranslucentPolygonalGeometry() override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
vtkProgressBarRepresentation()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void GetSize(double size[2]) override
vtkActor2D * BackgroundActor
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
int RenderOverlay(vtkViewport *) override
void ReleaseGraphicsResources(vtkWindow *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
void GetActors2D(vtkPropCollection *) override
These methods are necessary to make this representation behave as a vtkProp.
int RenderOpaqueGeometry(vtkViewport *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
static vtkProgressBarRepresentation * New()
Instantiate this class.
void BuildRepresentation() override
Satisfy the superclasses' API.
vtkUnsignedCharArray * ProgressBarData
~vtkProgressBarRepresentation() override
represent surface properties of a 2D image
dynamic, self-adjusting array of unsigned char
abstract specification for Viewports
window superclass for vtkRenderWindow