Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPVTrackballZoomToMouse Class Reference

Zooms camera with vertical mouse movement to mouse position. More...

#include <vtkPVTrackballZoomToMouse.h>

Inheritance diagram for vtkPVTrackballZoomToMouse:
Inheritance graph
[legend]
Collaboration diagram for vtkPVTrackballZoomToMouse:
Collaboration graph
[legend]

Public Types

typedef vtkPVTrackballZoom Superclass
 
- Public Types inherited from vtkPVTrackballZoom
typedef vtkCameraManipulator Superclass
 
- Public Types inherited from vtkCameraManipulator
typedef vtkObject Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
void OnMouseMove (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi) override
 Event bindings controlling the effects of pressing mouse buttons or moving the mouse. More...
 
void OnButtonDown (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi) override
 Event bindings controlling the effects of pressing mouse buttons or moving the mouse. More...
 
- Public Member Functions inherited from vtkPVTrackballZoom
virtual void SetUseDollyForPerspectiveProjection (bool)
 Set this to false (true by default) to not dolly in case of perspective projection and use zoom i.e. More...
 
virtual bool GetUseDollyForPerspectiveProjection ()
 
virtual void UseDollyForPerspectiveProjectionOn ()
 
virtual void UseDollyForPerspectiveProjectionOff ()
 
void OnButtonUp (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi) override
 Event bindings controlling the effects of pressing mouse buttons or moving the mouse. More...
 
- Public Member Functions inherited from vtkCameraManipulator
virtual void StartInteraction ()
 Event bindings controlling the effects of pressing mouse buttons or moving the mouse. More...
 
virtual void EndInteraction ()
 Event bindings controlling the effects of pressing mouse buttons or moving the mouse. More...
 
virtual void OnKeyUp (vtkRenderWindowInteractor *iren)
 These methods are called on all registered manipulators, not just the active one. More...
 
virtual void OnKeyDown (vtkRenderWindowInteractor *iren)
 These methods are called on all registered manipulators, not just the active one. More...
 
virtual void SetButton (int)
 These settings determine which button and modifiers the manipulator responds to. More...
 
virtual int GetButton ()
 These settings determine which button and modifiers the manipulator responds to. More...
 
virtual void SetShift (int)
 These settings determine which button and modifiers the manipulator responds to. More...
 
virtual int GetShift ()
 These settings determine which button and modifiers the manipulator responds to. More...
 
virtual void ShiftOn ()
 These settings determine which button and modifiers the manipulator responds to. More...
 
virtual void ShiftOff ()
 These settings determine which button and modifiers the manipulator responds to. More...
 
virtual void SetControl (int)
 These settings determine which button and modifiers the manipulator responds to. More...
 
virtual int GetControl ()
 These settings determine which button and modifiers the manipulator responds to. More...
 
virtual void ControlOn ()
 These settings determine which button and modifiers the manipulator responds to. More...
 
virtual void ControlOff ()
 These settings determine which button and modifiers the manipulator responds to. More...
 
virtual void SetCenter (double, double, double)
 For setting the center of rotation. More...
 
virtual void SetCenter (double [3])
 For setting the center of rotation. More...
 
virtual doubleGetCenter ()
 For setting the center of rotation. More...
 
virtual void GetCenter (double &, double &, double &)
 For setting the center of rotation. More...
 
virtual void GetCenter (double [3])
 For setting the center of rotation. More...
 
virtual void SetRotationFactor (double)
 Set and get the rotation factor. More...
 
virtual double GetRotationFactor ()
 Set and get the rotation factor. More...
 
virtual void SetManipulatorName (const char *)
 Set and get the manipulator name. More...
 
virtual char * GetManipulatorName ()
 Set and get the manipulator name. More...
 
void SetGUIHelper (vtkCameraManipulatorGUIHelper *)
 Get/Set the GUI helper. More...
 
virtual vtkCameraManipulatorGUIHelperGetGUIHelper ()
 Get/Set the GUI helper. More...
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool debugFlag)
 
virtual void Modified ()
 
virtual vtkMTimeType GetMTime ()
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
int HasObserver (unsigned long event)
 
int HasObserver (const char *event)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
void SetReferenceCount (int)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 
void PrintRevisions (ostream &)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 
void PrintRevisions (ostream &)
 

Static Public Member Functions

static vtkPVTrackballZoomToMouseNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVTrackballZoomToMouseSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkPVTrackballZoom
static vtkPVTrackballZoomNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVTrackballZoomSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkCameraManipulator
static vtkCameraManipulatorNew ()
 
static int IsTypeOf (const char *type)
 
static vtkCameraManipulatorSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 
static vtkObjectBaseNew ()
 

Protected Member Functions

 vtkPVTrackballZoomToMouse ()
 
 ~vtkPVTrackballZoomToMouse () override
 
 vtkPVTrackballZoomToMouse (const vtkPVTrackballZoomToMouse &)=delete
 
void operator= (const vtkPVTrackballZoomToMouse &)=delete
 
- Protected Member Functions inherited from vtkPVTrackballZoom
 vtkPVTrackballZoom ()
 
 ~vtkPVTrackballZoom () override
 
 vtkPVTrackballZoom (const vtkPVTrackballZoom &)=delete
 
void operator= (const vtkPVTrackballZoom &)=delete
 
- Protected Member Functions inherited from vtkCameraManipulator
void ComputeDisplayCenter (vtkRenderer *ren)
 
 vtkCameraManipulator ()
 Get/Set the GUI helper. More...
 
 ~vtkCameraManipulator () override
 Get/Set the GUI helper. More...
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

int ZoomPosition [2]
 
- Protected Attributes inherited from vtkPVTrackballZoom
bool UseDollyForPerspectiveProjection
 
double ZoomScale
 
- Protected Attributes inherited from vtkCameraManipulator
char * ManipulatorName
 
int Button
 
int Shift
 
int Control
 
double Center [3]
 
double RotationFactor
 
double DisplayCenter [2]
 
vtkCameraManipulatorGUIHelperGUIHelper
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Detailed Description

Zooms camera with vertical mouse movement to mouse position.

vtkPVTrackballZoomToMouse is a redifinition of a vtkPVTrackballZoom allowing the user to zoom at the point projected under the mouse position.

Definition at line 29 of file vtkPVTrackballZoomToMouse.h.

Member Typedef Documentation

◆ Superclass

Definition at line 34 of file vtkPVTrackballZoomToMouse.h.

Constructor & Destructor Documentation

◆ vtkPVTrackballZoomToMouse() [1/2]

vtkPVTrackballZoomToMouse::vtkPVTrackballZoomToMouse ( )
protected

◆ ~vtkPVTrackballZoomToMouse()

vtkPVTrackballZoomToMouse::~vtkPVTrackballZoomToMouse ( )
overrideprotected

◆ vtkPVTrackballZoomToMouse() [2/2]

vtkPVTrackballZoomToMouse::vtkPVTrackballZoomToMouse ( const vtkPVTrackballZoomToMouse )
protecteddelete

Member Function Documentation

◆ New()

static vtkPVTrackballZoomToMouse* vtkPVTrackballZoomToMouse::New ( )
static

◆ GetClassName()

virtual const char* vtkPVTrackballZoomToMouse::GetClassName ( )
virtual

Reimplemented from vtkPVTrackballZoom.

◆ IsTypeOf()

static int vtkPVTrackballZoomToMouse::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkPVTrackballZoomToMouse::IsA ( const char *  type)
virtual

Reimplemented from vtkPVTrackballZoom.

◆ SafeDownCast()

static vtkPVTrackballZoomToMouse* vtkPVTrackballZoomToMouse::SafeDownCast ( vtkObject o)
static

◆ PrintSelf()

void vtkPVTrackballZoomToMouse::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

Reimplemented from vtkPVTrackballZoom.

◆ OnMouseMove()

void vtkPVTrackballZoomToMouse::OnMouseMove ( int  x,
int  y,
vtkRenderer ren,
vtkRenderWindowInteractor rwi 
)
overridevirtual

Event bindings controlling the effects of pressing mouse buttons or moving the mouse.

Reimplemented from vtkPVTrackballZoom.

◆ OnButtonDown()

void vtkPVTrackballZoomToMouse::OnButtonDown ( int  x,
int  y,
vtkRenderer ren,
vtkRenderWindowInteractor rwi 
)
overridevirtual

Event bindings controlling the effects of pressing mouse buttons or moving the mouse.

Reimplemented from vtkPVTrackballZoom.

◆ operator=()

void vtkPVTrackballZoomToMouse::operator= ( const vtkPVTrackballZoomToMouse )
protecteddelete

Member Data Documentation

◆ ZoomPosition

int vtkPVTrackballZoomToMouse::ZoomPosition[2]
protected

Definition at line 50 of file vtkPVTrackballZoomToMouse.h.


The documentation for this class was generated from the following file: