ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
vtkPVTrackballRoll Class Reference

#include <vtkPVTrackballRoll.h>

Inheritance diagram for vtkPVTrackballRoll:
Collaboration diagram for vtkPVTrackballRoll:

Public Member Functions

 vtkTypeMacro (vtkPVTrackballRoll, vtkCameraManipulator)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
void OnMouseMove (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi) override
 
void OnButtonDown (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi) override
 
void OnButtonUp (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi) override
 
- Public Member Functions inherited from vtkCameraManipulator
 vtkTypeMacro (vtkCameraManipulator, vtkObject)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
virtual void StartInteraction ()
 
virtual void EndInteraction ()
 
virtual void OnKeyUp (vtkRenderWindowInteractor *iren)
 
virtual void OnKeyDown (vtkRenderWindowInteractor *iren)
 
 vtkSetMacro (Button, int)
 
 vtkGetMacro (Button, int)
 
 vtkSetMacro (Shift, int)
 
 vtkGetMacro (Shift, int)
 
 vtkBooleanMacro (Shift, int)
 
 vtkSetMacro (Control, int)
 
 vtkGetMacro (Control, int)
 
 vtkBooleanMacro (Control, int)
 
 vtkSetVector3Macro (Center, double)
 
 vtkGetVector3Macro (Center, double)
 
 vtkSetMacro (RotationFactor, double)
 
 vtkGetMacro (RotationFactor, double)
 
 vtkSetStringMacro (ManipulatorName)
 
 vtkGetStringMacro (ManipulatorName)
 
void SetGUIHelper (vtkCameraManipulatorGUIHelper *)
 
 vtkGetObjectMacro (GUIHelper, vtkCameraManipulatorGUIHelper)
 

Static Public Member Functions

static vtkPVTrackballRollNew ()
 
- Static Public Member Functions inherited from vtkCameraManipulator
static vtkCameraManipulatorNew ()
 

Protected Member Functions

 vtkPVTrackballRoll ()
 
 ~vtkPVTrackballRoll () override
 
 vtkPVTrackballRoll (const vtkPVTrackballRoll &)=delete
 
void operator= (const vtkPVTrackballRoll &)=delete
 
- Protected Member Functions inherited from vtkCameraManipulator
 vtkCameraManipulator ()
 
 ~vtkCameraManipulator () override
 
void ComputeDisplayCenter (vtkRenderer *ren)
 

Additional Inherited Members

- Protected Attributes inherited from vtkCameraManipulator
char * ManipulatorName
 
int Button
 
int Shift
 
int Control
 
double Center [3]
 
double RotationFactor
 
double DisplayCenter [2]
 
vtkCameraManipulatorGUIHelperGUIHelper
 

Detailed Description

Definition at line 13 of file vtkPVTrackballRoll.h.

Constructor & Destructor Documentation

◆ vtkPVTrackballRoll() [1/2]

vtkPVTrackballRoll::vtkPVTrackballRoll ( )
protected

Definition at line 28 of file vtkPVTrackballRoll.cxx.

◆ ~vtkPVTrackballRoll()

vtkPVTrackballRoll::~vtkPVTrackballRoll ( )
overrideprotected

Definition at line 33 of file vtkPVTrackballRoll.cxx.

◆ vtkPVTrackballRoll() [2/2]

vtkPVTrackballRoll::vtkPVTrackballRoll ( const vtkPVTrackballRoll )
protecteddelete

Member Function Documentation

◆ New()

static vtkPVTrackballRoll* vtkPVTrackballRoll::New ( )
static

◆ OnButtonDown()

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

Reimplemented from vtkCameraManipulator.

Definition at line 38 of file vtkPVTrackballRoll.cxx.

◆ OnButtonUp()

void vtkPVTrackballRoll::OnButtonUp ( int  x,
int  y,
vtkRenderer *  ren,
vtkRenderWindowInteractor *  rwi 
)
overridevirtual

Reimplemented from vtkCameraManipulator.

Definition at line 43 of file vtkPVTrackballRoll.cxx.

◆ OnMouseMove()

void vtkPVTrackballRoll::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 vtkCameraManipulator.

Definition at line 48 of file vtkPVTrackballRoll.cxx.

References vtkCameraManipulator::Center, vtkCameraManipulator::ComputeDisplayCenter(), vtkCameraManipulator::DisplayCenter, NULL, x, and y.

◆ operator=()

void vtkPVTrackballRoll::operator= ( const vtkPVTrackballRoll )
protecteddelete

◆ PrintSelf()

void vtkPVTrackballRoll::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
override

Definition at line 104 of file vtkPVTrackballRoll.cxx.

◆ vtkTypeMacro()

vtkPVTrackballRoll::vtkTypeMacro ( vtkPVTrackballRoll  ,
vtkCameraManipulator   
)

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