46 #ifndef vtkScalarBarRepresentation_h
47 #define vtkScalarBarRepresentation_h
49 #include "vtkInteractionWidgetsModule.h"
76 {size[0]=2.0; size[1]=2.0;}
100 vtkGetMacro(AutoOrient,
bool)
107 void SetOrientation(
int orient);
108 int GetOrientation();
113 ~vtkScalarBarRepresentation();
119 void SwapOrientation();
125 vtkScalarBarRepresentation(const vtkScalarBarRepresentation &) VTK_DELETE_FUNCTION;
126 void operator=(const vtkScalarBarRepresentation &) VTK_DELETE_FUNCTION;
129 #endif //vtkScalarBarRepresentation_h
virtual int GetVisibility()
Set/Get visibility of this vtkProp.
void PrintSelf(ostream &os, vtkIndent indent)
Define standard methods.
abstract specification for Viewports
Create a scalar bar with labels.
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
These methods are necessary to make this representation behave as a vtkProp.
virtual void GetActors2D(vtkPropCollection *)
These methods are necessary to make this representation behave as a vtkProp.
virtual void WidgetInteraction(double eventPos[2])
Subclasses should implement these methods.
static vtkBorderRepresentation * New()
Instantiate this class.
virtual void GetSize(double size[2])
Satisfy the superclass' API.
window superclass for vtkRenderWindow
virtual void SetVisibility(int)
Set/Get visibility of this vtkProp.
a simple class to control print indentation
virtual int RenderOpaqueGeometry(vtkViewport *)
These methods are necessary to make this representation behave as a vtkProp.
virtual void BuildRepresentation()
Subclasses should implement these methods.
represent scalar bar for vtkScalarBarWidget
virtual int RenderOverlay(vtkViewport *)
These methods are necessary to make this representation behave as a vtkProp.
represent a vtkBorderWidget
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual int HasTranslucentPolygonalGeometry()
These methods are necessary to make this representation behave as a vtkProp.
virtual void ReleaseGraphicsResources(vtkWindow *)
These methods are necessary to make this representation behave as a vtkProp.