|
void | reset () |
|
|
void | setOrtho (const bool ortho) |
|
void | adjustQuality (const float delta) |
|
void | toggleBackground () |
|
void | toggleNormalsQuality () |
|
void | toggleColorMode () |
|
void | toggleOrtho () |
|
void | toggleHelp () |
|
void | toggleStatistics () |
|
void | spinCamera (const float x, const float y) |
|
void | moveCamera (const float x, const float y, const float z) |
|
void | setTranslation (const eq::Vector3f &translation) |
|
void | setRotation (const eq::Vector3f &rotation) |
|
bool | showHelp () const |
|
bool | useOrtho () const |
|
bool | useStatistics () const |
|
const eq::Vector3f & | getTranslation () const |
|
const eq::Matrix4f & | getRotation () const |
|
float | getQuality () const |
|
ColorMode | getColorMode () const |
|
BackgroundMode | getBackgroundMode () const |
|
NormalsQuality | getNormalsQuality () const |
|
|
void | setCurrentViewID (const eq::uint128_t &id) |
|
eq::uint128_t | getCurrentViewID () const |
|
|
enum | DirtyBits { DIRTY_CAMERA = co::Serializable::DIRTY_CUSTOM << 0,
DIRTY_FLAGS = co::Serializable::DIRTY_CUSTOM << 1,
DIRTY_VIEW = co::Serializable::DIRTY_CUSTOM << 2,
DIRTY_MESSAGE = co::Serializable::DIRTY_CUSTOM << 3
} |
| The changed parts of the data since the last pack(). More...
|
|
void | setMessage (const std::string &message) |
|
const std::string & | getMessage () const |
|
virtual void | serialize (co::DataOStream &os, const uint64_t dirtyBits) |
|
virtual void | deserialize (co::DataIStream &is, const uint64_t dirtyBits) |
|
virtual ChangeType | getChangeType () const |
|
void eVolve::FrameData::deserialize |
( |
co::DataIStream & |
is, |
|
|
const uint64_t |
dirtyBits |
|
) |
| |
|
protectedvirtual |
void eVolve::FrameData::serialize |
( |
co::DataOStream & |
os, |
|
|
const uint64_t |
dirtyBits |
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following files: