28#ifndef vtkProgressBarRepresentation_h
29#define vtkProgressBarRepresentation_h
32#include "vtkInteractionWidgetsModule.h"
69 vtkSetClampMacro(ProgressRate,
double, 0, 1);
70 vtkGetMacro(ProgressRate,
double);
79 vtkSetVector2Macro(Padding,
double);
80 vtkGetVector2Macro(Padding,
double);
88 vtkSetMacro(DrawFrame,
bool);
89 vtkGetMacro(DrawFrame,
bool);
90 vtkBooleanMacro(DrawFrame,
bool);
98 vtkSetVector3Macro(ProgressBarColor,
double);
99 vtkGetVector3Macro(ProgressBarColor,
double);
107 vtkSetVector3Macro(BackgroundColor,
double);
108 vtkGetVector3Macro(BackgroundColor,
double);
116 vtkSetMacro(DrawBackground,
bool);
117 vtkGetMacro(DrawBackground,
bool);
118 vtkBooleanMacro(DrawBackground,
bool);
146 double ProgressBarColor[3];
147 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
These methods are necessary to make this representation behave as a vtkProp.
vtkProgressBarRepresentation()
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK class methods.
vtkActor2D * BackgroundActor
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
int RenderOverlay(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
void ReleaseGraphicsResources(vtkWindow *) 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.
int RenderOpaqueGeometry(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
void BuildRepresentation() override
Satisfy the superclasses' API.
vtkUnsignedCharArray * ProgressBarData
static vtkProgressBarRepresentation * New()
Instantiate this class.
~vtkProgressBarRepresentation() override
represent surface properties of a 2D image
dynamic, self-adjusting array of unsigned char
abstract specification for Viewports
window superclass for vtkRenderWindow