|
SimpleFastOpenAtomicVisualiser
|
The camera controls window. More...
#include <cameraWindow.h>
Public Member Functions | |
| CameraWindow () | |
| void | draw (CommandLine &options) |
| Draw the window with Imgui. | |
| void | applyQueueActions (Camera &camera, std::vector< Atom > &atoms, bool &atomsMoved, const CommandLine &options, const float &dr, const float &dtheta, const float &dphi) |
| Apply queued actions from the UI. | |
The camera controls window.
|
inline |
|
inline |
Apply queued actions from the UI.
| camera | the Camera to update. |
| atoms | the Atoms to update. |
| atomsMoved | signal if atoms have been modified. |
| options | the options to use for actions. |
| dr | the length unit. |
| dtheta | the rotation unit. |
| dphi | the incline unit. |
|
inline |
Draw the window with Imgui.
| options | the current options. |