28#ifndef vtkProgressBarRepresentation_h
29#define vtkProgressBarRepresentation_h
32#include "vtkInteractionWidgetsModule.h"
a actor that draws 2D data
vtkBorderRepresentation()
a simple class to control print indentation
represent and manipulate 3D points
concrete dataset represents vertices, lines, polygons, and triangle strips
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.
double BackgroundColor[3]
int RenderOpaqueGeometry(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
double ProgressBarColor[3]
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