![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Simple step (viewport + time) More...
#include <qAnimationDlg.h>

Public Attributes | |
| cc2DViewportObject * | viewport = nullptr |
| ecvViewportParameters | viewportParams |
| int | indexInOriginalTrajectory = -1 |
| CCVector3d | cameraCenter |
| double | duration_sec = 0.0 |
| double | length = 0.0 |
| int | indexInSmoothTrajectory = -1 |
Simple step (viewport + time)
Definition at line 110 of file qAnimationDlg.h.
| CCVector3d qAnimationDlg::Step::cameraCenter |
Definition at line 114 of file qAnimationDlg.h.
Referenced by qAnimationDlg::smoothTrajectory().
| double qAnimationDlg::Step::duration_sec = 0.0 |
Definition at line 115 of file qAnimationDlg.h.
Referenced by qAnimationDlg::countFrames(), qAnimationDlg::onAutoStepsDurationToggled(), qAnimationDlg::onTotalTimeChanged(), qAnimationDlg::preview(), qAnimationDlg::render(), qAnimationDlg::smoothTrajectory(), and qAnimationDlg::updateSmoothTrajectoryDurations().
| int qAnimationDlg::Step::indexInOriginalTrajectory = -1 |
Definition at line 113 of file qAnimationDlg.h.
Referenced by qAnimationDlg::smoothTrajectory().
| int qAnimationDlg::Step::indexInSmoothTrajectory = -1 |
Definition at line 117 of file qAnimationDlg.h.
Referenced by qAnimationDlg::onAutoStepsDurationToggled(), qAnimationDlg::onTotalTimeChanged(), and qAnimationDlg::updateSmoothTrajectoryDurations().
| double qAnimationDlg::Step::length = 0.0 |
Definition at line 116 of file qAnimationDlg.h.
Referenced by qAnimationDlg::onAutoStepsDurationToggled(), qAnimationDlg::onTotalTimeChanged(), qAnimationDlg::updateCameraTrajectory(), and qAnimationDlg::updateSmoothTrajectoryDurations().
| cc2DViewportObject* qAnimationDlg::Step::viewport = nullptr |
Definition at line 111 of file qAnimationDlg.h.
| ecvViewportParameters qAnimationDlg::Step::viewportParams |
Definition at line 112 of file qAnimationDlg.h.
Referenced by qAnimationDlg::preview(), qAnimationDlg::render(), and qAnimationDlg::smoothTrajectory().