#include <vtkCameraManipulatorGUIHelper.h>
◆ vtkCameraManipulatorGUIHelper()
| vtkCameraManipulatorGUIHelper::vtkCameraManipulatorGUIHelper |
( |
| ) |
|
|
protected |
◆ ~vtkCameraManipulatorGUIHelper()
| vtkCameraManipulatorGUIHelper::~vtkCameraManipulatorGUIHelper |
( |
| ) |
|
|
overrideprotected |
◆ GetActiveActorTranslate()
| virtual int vtkCameraManipulatorGUIHelper::GetActiveActorTranslate |
( |
double |
translate[3] | ) |
|
|
pure virtual |
Called to get/set the translation for the actor for the active source in the active view. If applicable returns 1, otherwise returns 0.
◆ GetActiveSourceBounds()
| virtual int vtkCameraManipulatorGUIHelper::GetActiveSourceBounds |
( |
double |
bounds[6] | ) |
|
|
pure virtual |
Some interactors use the bounds of the active source. The method returns 0 is no active source is present or not supported by GUI, otherwise returns 1 and the bounds are filled into the passed argument array.
◆ GetCenterOfRotation()
| virtual int vtkCameraManipulatorGUIHelper::GetCenterOfRotation |
( |
double |
center[3] | ) |
|
|
pure virtual |
Get the center of rotation. Returns 0 if not applicable.
◆ PrintSelf()
| void vtkCameraManipulatorGUIHelper::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
override |
◆ SetActiveActorTranslate()
| virtual int vtkCameraManipulatorGUIHelper::SetActiveActorTranslate |
( |
double |
translate[3] | ) |
|
|
pure virtual |
◆ UpdateGUI()
| virtual void vtkCameraManipulatorGUIHelper::UpdateGUI |
( |
| ) |
|
|
pure virtual |
Called by the manipulator to update the GUI. This typically involves calling processing pending events on the GUI.
◆ vtkTypeMacro()
The documentation for this class was generated from the following files: