#include <chansetup.h>
Public Types | |
enum | FOVType { Invalid, Default, Horizontal, Both } |
Public Member Functions | |
SetupFOV (void) | |
SetupFOV (const SetupFOV &) | |
~SetupFOV (void) | |
SetupFOV & | operator= (const SetupFOV &) |
void | setFOV (void) |
void | setFOV (const float) |
void | setFOV (const float, const float) |
FOVType | getType (void) const |
float | getHoriz (void) const |
float | getVert (void) const |
Private Attributes | |
FOVType | _type |
float | _horiz |
float | _vert |
|
Definition at line 36 of file chansetup.h. |
|
Definition at line 22 of file chansetup.I. References INLINE. |
|
Definition at line 26 of file chansetup.I. References INLINE. |
|
Definition at line 30 of file chansetup.I. |
|
Definition at line 58 of file chansetup.I. Referenced by ChanConfig::chan_eval(), and ChanResolveFOV(). |
|
Definition at line 54 of file chansetup.I. |
|
Definition at line 62 of file chansetup.I. References INLINE. Referenced by ChanConfig::chan_eval(), and ChanResolveFOV(). |
|
Definition at line 32 of file chansetup.I. References _vert. |
|
Definition at line 48 of file chansetup.I. References _vert. |
|
Definition at line 43 of file chansetup.I. |
|
Definition at line 39 of file chansetup.I. References _horiz, _type, Horizontal, and INLINE. |
|
Definition at line 39 of file chansetup.h. Referenced by getType(), setFOV(), and ~SetupFOV(). |
|
Definition at line 38 of file chansetup.h. Referenced by setFOV(), and ~SetupFOV(). |
|
Definition at line 39 of file chansetup.h. Referenced by getHoriz(), operator=(), and setFOV(). |