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);
94 vtkGetMacro(DrawBackground,
bool);
103 void GetSize(
double size[2]) VTK_OVERRIDE;
112 void ReleaseGraphicsResources(
vtkWindow*) VTK_OVERRIDE;
114 int RenderOpaqueGeometry(
vtkViewport*) VTK_OVERRIDE;
115 int RenderTranslucentPolygonalGeometry(
vtkViewport*) VTK_OVERRIDE;
116 int HasTranslucentPolygonalGeometry() VTK_OVERRIDE;
124 double ProgressBarColor[3];
125 double BackgroundColor[3];
represent a vtkProgressBarWidget
abstract specification for Viewports
a actor that draws 2D data
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
void BuildRepresentation() override
Subclasses should implement these methods.
a simple class to control print indentation
represent a vtkBorderWidget
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
dynamic, self-adjusting array of unsigned char
represent surface properties of a 2D image
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
represent and manipulate 3D points