#include <standard_camera.h>
Public Member Functions | |
bool | isStandard () const |
bool | isStandard () const |
StandardCamera () | |
StandardCamera () | |
void | toggleMode () |
void | toggleMode () |
float | zFar () const |
float | zFar () const |
float | zNear () const |
float | zNear () const |
Private Attributes | |
bool | _standard |
Definition at line 24 of file include/hogman_minimal/graph_viewer/standard_camera.h.
AISNavigation::StandardCamera::StandardCamera | ( | ) | [inline] |
Definition at line 27 of file include/hogman_minimal/graph_viewer/standard_camera.h.
AISNavigation::StandardCamera::StandardCamera | ( | ) | [inline] |
Definition at line 27 of file src/graph_viewer/standard_camera.h.
bool AISNavigation::StandardCamera::isStandard | ( | ) | const [inline] |
Definition at line 45 of file include/hogman_minimal/graph_viewer/standard_camera.h.
bool AISNavigation::StandardCamera::isStandard | ( | ) | const [inline] |
Definition at line 45 of file src/graph_viewer/standard_camera.h.
void AISNavigation::StandardCamera::toggleMode | ( | ) | [inline] |
Definition at line 44 of file include/hogman_minimal/graph_viewer/standard_camera.h.
void AISNavigation::StandardCamera::toggleMode | ( | ) | [inline] |
Definition at line 44 of file src/graph_viewer/standard_camera.h.
float AISNavigation::StandardCamera::zFar | ( | ) | const [inline] |
Definition at line 36 of file include/hogman_minimal/graph_viewer/standard_camera.h.
float AISNavigation::StandardCamera::zFar | ( | ) | const [inline] |
Definition at line 36 of file src/graph_viewer/standard_camera.h.
float AISNavigation::StandardCamera::zNear | ( | ) | const [inline] |
Definition at line 29 of file include/hogman_minimal/graph_viewer/standard_camera.h.
float AISNavigation::StandardCamera::zNear | ( | ) | const [inline] |
Definition at line 29 of file src/graph_viewer/standard_camera.h.
bool AISNavigation::StandardCamera::_standard [private] |
Definition at line 48 of file include/hogman_minimal/graph_viewer/standard_camera.h.