43 #ifndef vtkScalarBarRepresentation_h
44 #define vtkScalarBarRepresentation_h
47 #include "vtkInteractionWidgetsModule.h"
99 vtkSetMacro(AutoOrient,
bool);
100 vtkGetMacro(AutoOrient,
bool);
represent a vtkBorderWidget
a simple class to control print indentation
Create a scalar bar with labels.
represent scalar bar for vtkScalarBarWidget
~vtkScalarBarRepresentation() override
static vtkScalarBarRepresentation * New()
void SwapOrientation()
Change horizontal <--> vertical orientation, rotate the corners of the bar to preserve size,...
virtual void SetScalarBarActor(vtkScalarBarActor *)
vtkTypeBool GetVisibility() override
These methods are necessary to make this representation behave as a vtkProp.
vtkScalarBarActor * ScalarBarActor
void BuildRepresentation() override
Satisfy the superclass' API.
int RenderOverlay(vtkViewport *) override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkScalarBarRepresentation()
void GetSize(double size[2]) override
void SetVisibility(vtkTypeBool) override
Set/Get visibility of this vtkProp.
void ReleaseGraphicsResources(vtkWindow *window) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
void WidgetInteraction(double eventPos[2]) override
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
void SetOrientation(int orient)
Get/Set the orientation.
vtkTypeBool HasTranslucentPolygonalGeometry() override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
void GetActors2D(vtkPropCollection *collection) override
These methods are necessary to make this representation behave as a vtkProp.
int RenderOpaqueGeometry(vtkViewport *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
abstract specification for Viewports
window superclass for vtkRenderWindow