VTK
|
represent scalar bar for vtkScalarBarWidget More...
#include <vtkScalarBarRepresentation.h>
represent scalar bar for vtkScalarBarWidget
This class represents a scalar bar for a vtkScalarBarWidget. This class provides support for interactively placing a scalar bar on the 2D overlay plane. The scalar bar is defined by an instance of vtkScalarBarActor.
One specialty of this class is that if the scalar bar is moved near enough to an edge, it's orientation is flipped to match that edge.
Definition at line 53 of file vtkScalarBarRepresentation.h.
Define standard methods.
Reimplemented from vtkBorderRepresentation.
Definition at line 56 of file vtkScalarBarRepresentation.h.
vtkScalarBarRepresentation::vtkScalarBarRepresentation | ( | ) | [protected] |
vtkScalarBarRepresentation::~vtkScalarBarRepresentation | ( | ) | [protected] |
static int vtkScalarBarRepresentation::IsTypeOf | ( | const char * | type | ) | [static] |
Define standard methods.
Reimplemented from vtkBorderRepresentation.
virtual int vtkScalarBarRepresentation::IsA | ( | const char * | type | ) | [virtual] |
Define standard methods.
Reimplemented from vtkBorderRepresentation.
static vtkScalarBarRepresentation* vtkScalarBarRepresentation::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Define standard methods.
Reimplemented from vtkBorderRepresentation.
virtual vtkObjectBase* vtkScalarBarRepresentation::NewInstanceInternal | ( | ) | const [protected, virtual] |
Define standard methods.
Reimplemented from vtkBorderRepresentation.
Define standard methods.
Reimplemented from vtkBorderRepresentation.
virtual void vtkScalarBarRepresentation::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Define standard methods.
Reimplemented from vtkBorderRepresentation.
static vtkScalarBarRepresentation* vtkScalarBarRepresentation::New | ( | ) | [static] |
Instantiate this class.
Reimplemented from vtkBorderRepresentation.
virtual vtkScalarBarActor* vtkScalarBarRepresentation::GetScalarBarActor | ( | ) | [virtual] |
The prop that is placed in the renderer.
virtual void vtkScalarBarRepresentation::SetScalarBarActor | ( | vtkScalarBarActor * | ) | [virtual] |
The prop that is placed in the renderer.
virtual void vtkScalarBarRepresentation::BuildRepresentation | ( | ) | [virtual] |
Satisfy the superclass' API.
Reimplemented from vtkBorderRepresentation.
virtual void vtkScalarBarRepresentation::WidgetInteraction | ( | double | eventPos[2] | ) | [virtual] |
Satisfy the superclass' API.
Reimplemented from vtkBorderRepresentation.
virtual void vtkScalarBarRepresentation::GetSize | ( | double | size[2] | ) | [inline, virtual] |
Satisfy the superclass' API.
Reimplemented from vtkBorderRepresentation.
Definition at line 70 of file vtkScalarBarRepresentation.h.
virtual int vtkScalarBarRepresentation::GetVisibility | ( | ) | [virtual] |
virtual void vtkScalarBarRepresentation::SetVisibility | ( | int | ) | [virtual] |
virtual void vtkScalarBarRepresentation::GetActors2D | ( | vtkPropCollection * | collection | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual void vtkScalarBarRepresentation::ReleaseGraphicsResources | ( | vtkWindow * | window | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual int vtkScalarBarRepresentation::RenderOverlay | ( | vtkViewport * | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual int vtkScalarBarRepresentation::RenderOpaqueGeometry | ( | vtkViewport * | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual int vtkScalarBarRepresentation::RenderTranslucentPolygonalGeometry | ( | vtkViewport * | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual int vtkScalarBarRepresentation::HasTranslucentPolygonalGeometry | ( | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
void vtkScalarBarRepresentation::SetOrientation | ( | int | orient | ) |
Get/Set the orientation.
Get/Set the orientation.
Definition at line 97 of file vtkScalarBarRepresentation.h.