16#ifndef vtkProgressBarRepresentation_h
17#define vtkProgressBarRepresentation_h
20#include "vtkInteractionWidgetsModule.h"
23VTK_ABI_NAMESPACE_BEGIN
60 vtkSetClampMacro(ProgressRate,
double, 0, 1);
61 vtkGetMacro(ProgressRate,
double);
70 vtkSetVector2Macro(Padding,
double);
71 vtkGetVector2Macro(Padding,
double);
79 vtkSetMacro(DrawFrame,
bool);
80 vtkGetMacro(DrawFrame,
bool);
81 vtkBooleanMacro(DrawFrame,
bool);
89 vtkSetVector3Macro(ProgressBarColor,
double);
90 vtkGetVector3Macro(ProgressBarColor,
double);
98 vtkSetVector3Macro(BackgroundColor,
double);
99 vtkGetVector3Macro(BackgroundColor,
double);
107 vtkSetMacro(DrawBackground,
bool);
108 vtkGetMacro(DrawBackground,
bool);
109 vtkBooleanMacro(DrawBackground,
bool);
137 double ProgressBarColor[3];
138 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