|
Open3D (C++ API)
0.18.0+252c867
|
Public Member Functions | |
| RotateModelInteractor (rendering::Open3DScene *scene, rendering::Camera *camera) | |
| void | Mouse (const MouseEvent &e) override |
Public Member Functions inherited from open3d::visualization::gui::RotationInteractor | |
| rendering::MatrixInteractorLogic & | GetMatrixInteractor () override |
| Eigen::Vector3f | GetCenterOfRotation () const |
| void | SetCenterOfRotation (const Eigen::Vector3f ¢er) |
| void | Key (const KeyEvent &e) override |
Public Member Functions inherited from open3d::visualization::gui::SceneWidget::MouseInteractor | |
| virtual | ~MouseInteractor ()=default |
| virtual bool | Tick (const TickEvent &e) |
Additional Inherited Members | |
Protected Types inherited from open3d::visualization::gui::RotationInteractor | |
| enum class | State { NONE , PAN , DOLLY , ROTATE_XY , ROTATE_Z } |
Protected Member Functions inherited from open3d::visualization::gui::RotationInteractor | |
| void | SetInteractor (rendering::RotationInteractorLogic *r) |
Protected Attributes inherited from open3d::visualization::gui::RotationInteractor | |
| rendering::RotationInteractorLogic * | interactor_ = nullptr |
| int | mouse_down_x_ = 0 |
| int | mouse_down_y_ = 0 |
| State | state_ = State::NONE |
|
inlineexplicit |
|
inlineoverridevirtual |
Reimplemented from open3d::visualization::gui::RotationInteractor.