46 #ifndef vtkScalarBarRepresentation_h 47 #define vtkScalarBarRepresentation_h 49 #include "vtkInteractionWidgetsModule.h" 100 vtkGetMacro(AutoOrient,
bool)
107 void SetOrientation(
int orient);
108 int GetOrientation();
119 void SwapOrientation();
129 #endif //vtkScalarBarRepresentation_h int RenderOverlay(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
int HasTranslucentPolygonalGeometry() override
These methods are necessary to make this representation behave as a vtkProp.
virtual int GetVisibility()
Set/Get visibility of this vtkProp.
void WidgetInteraction(double eventPos[2]) override
Subclasses should implement these methods.
abstract specification for Viewports
vtkScalarBarActor * ScalarBarActor
Create a scalar bar with labels.
int RenderOpaqueGeometry(vtkViewport *) 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.
static vtkBorderRepresentation * New()
Instantiate this class.
void PrintSelf(ostream &os, vtkIndent indent) override
Define standard methods.
window superclass for vtkRenderWindow
virtual void SetVisibility(int)
Set/Get visibility of this vtkProp.
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
void BuildRepresentation() override
Subclasses should implement these methods.
a simple class to control print indentation
represent scalar bar for vtkScalarBarWidget
void ReleaseGraphicsResources(vtkWindow *) override
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.
void GetSize(double size[2]) override
Satisfy the superclass' API.