MCPcopy Create free account
hub / github.com/OctoMap/octomap / clearCameraPath

Method clearCameraPath

octovis/src/CameraFollowMode.cpp:100–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void CameraFollowMode::clearCameraPath() {
101 emit deleteCameraPath(CAMERA_PATH_ID);
102 m_current_cam_frame = 1;
103 m_number_cam_frames = 0;
104 emit frameChanged(m_current_cam_frame);
105 emit changeNumberOfFrames(m_number_cam_frames);
106}
107
108void CameraFollowMode::saveToCameraPath() {
109 emit updateCameraPath(CAMERA_PATH_ID, m_current_cam_frame-1);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected