|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   25 #ifndef vtkProgressBarRepresentation_h 
   26 #define vtkProgressBarRepresentation_h 
   29 #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);
 
   93   vtkSetMacro(DrawBackground, 
bool);
 
   94   vtkGetMacro(DrawBackground, 
bool);
 
   95   vtkBooleanMacro(DrawBackground, 
bool);
 
  124   double ProgressBarColor[3];
 
  125   double BackgroundColor[3];
 
  
represent and manipulate 3D points
represent a vtkBorderWidget
vtkUnsignedCharArray * ProgressBarData
int RenderOpaqueGeometry(vtkViewport *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
static vtkBorderRepresentation * New()
Instantiate this class.
dynamic, self-adjusting array of unsigned char
void BuildRepresentation() override
Subclasses should implement these methods.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
window superclass for vtkRenderWindow
void GetActors2D(vtkPropCollection *) override
These methods are necessary to make this representation behave as a vtkProp.
represent a vtkProgressBarWidget
void ReleaseGraphicsResources(vtkWindow *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
a simple class to control print indentation
virtual void GetSize(double size[2])
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
abstract specification for Viewports
vtkActor2D * BackgroundActor
represent surface properties of a 2D image
a actor that draws 2D data
concrete dataset represents vertices, lines, polygons, and triangle strips
int RenderOverlay(vtkViewport *) override
vtkTypeBool HasTranslucentPolygonalGeometry() override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...