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