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];
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