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