#include <chansetup.h>
Public Types | |
enum | FOVType { Invalid, Default, Horizontal, Both } |
Public Member Functions | |
INLINE | SetupFOV (void) |
INLINE | SetupFOV (const SetupFOV &) |
INLINE | ~SetupFOV (void) |
INLINE SetupFOV & | operator= (const SetupFOV &) |
INLINE void | setFOV (void) |
INLINE void | setFOV (const float) |
INLINE void | setFOV (const float, const float) |
INLINE FOVType | getType (void) const |
INLINE float | getHoriz (void) const |
INLINE float | getVert (void) const |
Private Attributes | |
FOVType | _type |
float | _horiz |
float | _vert |
|
Definition at line 33 of file chansetup.h. |
|
|
|
|
|
|
|
Referenced by ChanConfig::chan_eval(), ChanResolveFOV(), and SetupParseFunctor::operator()(). |
|
Referenced by ChanResolveFOV(), and SetupParseFunctor::operator()(). |
|
Referenced by ChanConfig::chan_eval(), ChanResolveFOV(), and SetupParseFunctor::operator()(). |
|
|
|
|
|
|
|
Referenced by ChanResolveFOV(), and SetupParseFunctor::operator()(). |
|
Definition at line 36 of file chansetup.h. |
|
Definition at line 35 of file chansetup.h. |
|
Definition at line 36 of file chansetup.h. |