Go to the documentation of this file.
28 #ifndef vtkProgressBarRepresentation_h
29 #define vtkProgressBarRepresentation_h
31 #include "vtkInteractionWidgetsModule.h"
69 vtkSetClampMacro(ProgressRate,
double, 0, 1);
70 vtkGetMacro(ProgressRate,
double);
78 vtkSetVector3Macro(ProgressBarColor,
double);
79 vtkGetVector3Macro(ProgressBarColor,
double);
87 vtkSetVector3Macro(BackgroundColor,
double);
88 vtkGetVector3Macro(BackgroundColor,
double);
97 vtkGetMacro(DrawBackground,
bool);
127 double ProgressBarColor[3];
128 double BackgroundColor[3];
represent and manipulate 3D points
vtkProgressBarRepresentation()
virtual void GetSize(double size[2])
represent a vtkBorderWidget
vtkUnsignedCharArray * ProgressBarData
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
dynamic, self-adjusting array of unsigned char
~vtkProgressBarRepresentation()
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
window superclass for vtkRenderWindow
virtual void GetActors2D(vtkPropCollection *)
These methods are necessary to make this representation behave as a vtkProp.
static vtkProgressBarRepresentation * New()
Instantiate this class.
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
represent a vtkProgressBarWidget
virtual int RenderOverlay(vtkViewport *)
a simple class to control print indentation
vtkUnsignedCharArray * BackgroundData
abstract specification for Viewports
vtkActor2D * BackgroundActor
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
represent surface properties of a 2D image
a actor that draws 2D data
virtual void BuildRepresentation()
Satisfy the superclasses' API.
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual int HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.