25 #ifndef vtkProgressBarRepresentation_h 26 #define vtkProgressBarRepresentation_h 28 #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];
int RenderOverlay(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
int HasTranslucentPolygonalGeometry() override
These methods are necessary to make this representation behave as a vtkProp.
represent a vtkProgressBarWidget
vtkActor2D * BackgroundActor
abstract specification for Viewports
a actor that draws 2D data
int RenderOpaqueGeometry(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
void GetActors2D(vtkPropCollection *) override
These methods are necessary to make this representation behave as a vtkProp.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkBorderRepresentation * New()
Instantiate this class.
void PrintSelf(ostream &os, vtkIndent indent) override
Define standard methods.
window superclass for vtkRenderWindow
virtual void GetSize(double size[2])
Subclasses should implement these methods.
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
vtkUnsignedCharArray * ProgressBarData
void BuildRepresentation() override
Subclasses should implement these methods.
a simple class to control print indentation
void ReleaseGraphicsResources(vtkWindow *) override
These methods are necessary to make this representation behave as a vtkProp.
represent a vtkBorderWidget
dynamic, self-adjusting array of unsigned char
represent surface properties of a 2D image
represent and manipulate 3D points