|
gucoordinates
|
#include <Camera.hpp>


Public Member Functions | |
| Camera () NOEXCEPT | |
| Camera (centimetres_d, centimetres_d, degrees_d, degrees_d, degrees_d) NOEXCEPT | |
| Camera (const Camera &other) NOEXCEPT | |
| Camera (const gu_camera &other) NOEXCEPT | |
| Camera (Camera &&other) NOEXCEPT | |
| Camera (gu_camera &&other) NOEXCEPT | |
| ~Camera () NOEXCEPT | |
| Camera & | operator= (const Camera &other) NOEXCEPT |
| Camera & | operator= (const gu_camera &other) NOEXCEPT |
| Camera & | operator= (Camera &&other) NOEXCEPT |
| Camera & | operator= (gu_camera &&other) NOEXCEPT |
| centimetres_d | height () const NOEXCEPT |
| void | set_height (const centimetres_d) NOEXCEPT |
| centimetres_d | centerOffset () const NOEXCEPT |
| void | set_centerOffset (const centimetres_d) NOEXCEPT |
| degrees_d | vDirection () const NOEXCEPT |
| void | set_vDirection (const degrees_d) NOEXCEPT |
| degrees_d | vFov () const NOEXCEPT |
| void | set_vFov (const degrees_d) NOEXCEPT |
| degrees_d | hFov () const NOEXCEPT |
| void | set_hFov (const degrees_d) NOEXCEPT |
| bool | operator== (const Camera &other) const NOEXCEPT |
| bool | operator!= (const Camera &other) const NOEXCEPT |
| bool | operator== (const gu_camera &other) const NOEXCEPT |
| bool | operator!= (const gu_camera &other) const NOEXCEPT |
Additional Inherited Members | |
Public Attributes inherited from gu_camera | |
| centimetres_d | height |
| The height from the pivot of the camera to the middle of the camera. More... | |
| centimetres_d | centerOffset |
| The distance the camera is from the center point. More... | |
| degrees_d | vDirection |
| The degree in which the camera is facing in the vertical direction. More... | |
| degrees_d | vFov |
| The vertical field of view. More... | |
| degrees_d | hFov |
| The horizontal field of view. More... | |
Definition at line 68 of file Camera.hpp.
| GU::Camera::Camera | ( | ) |
Definition at line 61 of file CameraCPP.cc.
| GU::Camera::Camera | ( | centimetres_d | t_height, |
| centimetres_d | t_centerOffset, | ||
| degrees_d | t_vDirection, | ||
| degrees_d | t_vFov, | ||
| degrees_d | t_hFov | ||
| ) |
Definition at line 63 of file CameraCPP.cc.
| GU::Camera::Camera | ( | const Camera & | other | ) |
Definition at line 72 of file CameraCPP.cc.
| GU::Camera::Camera | ( | const gu_camera & | other | ) |
Definition at line 81 of file CameraCPP.cc.
| GU::Camera::Camera | ( | Camera && | other | ) |
Definition at line 91 of file CameraCPP.cc.
| GU::Camera::Camera | ( | gu_camera && | other | ) |
Definition at line 100 of file CameraCPP.cc.
| GU::Camera::~Camera | ( | ) |
Definition at line 110 of file CameraCPP.cc.
| centimetres_d GU::Camera::centerOffset | ( | ) | const |
Definition at line 178 of file CameraCPP.cc.
References gu_camera::centerOffset.
Referenced by CGTEST::GUCoordinatesTests< Class >::equals(), CGTEST::GUCoordinatesTests< Class >::nequals(), and CGTEST::TEST_F().
| centimetres_d GU::Camera::height | ( | ) | const |
Definition at line 168 of file CameraCPP.cc.
References gu_camera::height.
Referenced by CGTEST::GUCoordinatesTests< Class >::equals(), CGTEST::GUCoordinatesTests< Class >::nequals(), and CGTEST::TEST_F().
| degrees_d GU::Camera::hFov | ( | ) | const |
Definition at line 208 of file CameraCPP.cc.
References gu_camera::hFov.
Referenced by CGTEST::GUCoordinatesTests< Class >::equals(), CGTEST::GUCoordinatesTests< Class >::nequals(), and CGTEST::TEST_F().
| bool GU::Camera::operator!= | ( | const Camera & | other | ) | const |
Definition at line 223 of file CameraCPP.cc.
| bool GU::Camera::operator!= | ( | const gu_camera & | other | ) | const |
Definition at line 233 of file CameraCPP.cc.
| GU::Camera & GU::Camera::operator= | ( | Camera && | other | ) |
Definition at line 141 of file CameraCPP.cc.
| GU::Camera & GU::Camera::operator= | ( | const Camera & | other | ) |
Definition at line 112 of file CameraCPP.cc.
| GU::Camera & GU::Camera::operator= | ( | const gu_camera & | other | ) |
Definition at line 126 of file CameraCPP.cc.
| GU::Camera & GU::Camera::operator= | ( | gu_camera && | other | ) |
Definition at line 154 of file CameraCPP.cc.
| bool GU::Camera::operator== | ( | const Camera & | other | ) | const |
Definition at line 218 of file CameraCPP.cc.
References gu_camera_equals().
| bool GU::Camera::operator== | ( | const gu_camera & | other | ) | const |
Definition at line 228 of file CameraCPP.cc.
References gu_camera_equals().
| void GU::Camera::set_centerOffset | ( | const centimetres_d | newValue | ) |
Definition at line 183 of file CameraCPP.cc.
References gu_camera::centerOffset.
Referenced by CGTEST::TEST_F().
| void GU::Camera::set_height | ( | const centimetres_d | newValue | ) |
Definition at line 173 of file CameraCPP.cc.
References gu_camera::height.
Referenced by CGTEST::CameraCPPTests::change(), and CGTEST::TEST_F().
| void GU::Camera::set_hFov | ( | const degrees_d | newValue | ) |
Definition at line 213 of file CameraCPP.cc.
References gu_camera::hFov.
Referenced by CGTEST::TEST_F().
| void GU::Camera::set_vDirection | ( | const degrees_d | newValue | ) |
Definition at line 193 of file CameraCPP.cc.
References gu_camera::vDirection.
Referenced by CGTEST::TEST_F().
| void GU::Camera::set_vFov | ( | const degrees_d | newValue | ) |
Definition at line 203 of file CameraCPP.cc.
References gu_camera::vFov.
Referenced by CGTEST::TEST_F().
| degrees_d GU::Camera::vDirection | ( | ) | const |
Definition at line 188 of file CameraCPP.cc.
References gu_camera::vDirection.
Referenced by CGTEST::GUCoordinatesTests< Class >::equals(), CGTEST::GUCoordinatesTests< Class >::nequals(), and CGTEST::TEST_F().
| degrees_d GU::Camera::vFov | ( | ) | const |
Definition at line 198 of file CameraCPP.cc.
References gu_camera::vFov.
Referenced by CGTEST::GUCoordinatesTests< Class >::equals(), CGTEST::GUCoordinatesTests< Class >::nequals(), and CGTEST::TEST_F().