#include <vtkPVInteractorStyleCenterOfRotation.h>
Collaboration diagram for vtkPVInteractorStyleCenterOfRotation:

[NOHEADER] | |
| void | SetCenter (float x, float y, float z) |
| float | Center [3] |
Public Member Functions | |
| vtkTypeRevisionMacro (vtkPVInteractorStyleCenterOfRotation, vtkInteractorStyle) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Pick () |
| void | SetRenderModuleProxy (vtkSMRenderModuleProxy *rm) |
| void | SetPVWindow (vtkPVWindow *) |
| vtkPVWindow * | GetPVWindow () |
| virtual void | OnLeftButtonDown () |
| virtual void | OnLeftButtonUp () |
| virtual float * | GetCenter () |
| virtual void | GetCenter (float &, float &, float &) |
| virtual void | GetCenter (float[3]) |
Static Public Member Functions | |
| vtkPVInteractorStyleCenterOfRotation * | New () |
Protected Member Functions | |
| vtkPVInteractorStyleCenterOfRotation () | |
| ~vtkPVInteractorStyleCenterOfRotation () | |
| vtkPVInteractorStyleCenterOfRotation (const vtkPVInteractorStyleCenterOfRotation &) | |
| void | operator= (const vtkPVInteractorStyleCenterOfRotation &) |
Protected Attributes | |
| vtkPVWorldPointPicker * | Picker |
| vtkSMRenderModuleProxy * | RenderModuleProxy |
| vtkPVWindow * | PVWindow |
vtkPVInteractorStyleCenterOfRotation is a helper interactor style used in ParaView to interactively pick the center of rotation for the vtkPVInteractorStyleRotateCamera.
Definition at line 31 of file vtkPVInteractorStyleCenterOfRotation.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. |
|
|
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. |
|
|
These methods are for the interactions for this interactor style |
|
|
Access to the center of rotation values |
|
||||||||||||||||
|
Access to the center of rotation values |
|
|
Access to the center of rotation values |
|
|
The render module is for picking. |
|
|
|
|
|
Definition at line 57 of file vtkPVInteractorStyleCenterOfRotation.h. |
|
||||||||||||||||
|
Set the center of rotation. |
|
|
|
|
|
Set the center of rotation. Definition at line 65 of file vtkPVInteractorStyleCenterOfRotation.h. |
|
|
Definition at line 68 of file vtkPVInteractorStyleCenterOfRotation.h. |
|
|
Definition at line 70 of file vtkPVInteractorStyleCenterOfRotation.h. |
|
|
Definition at line 71 of file vtkPVInteractorStyleCenterOfRotation.h. |
1.3.5