|
Equalizer
1.4.1
|
Inheritance diagram for eVolve::FrameData:
Collaboration diagram for eVolve::FrameData:Public Member Functions | |
| void | reset () |
Rendering flags. | |
| 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 |
View interface. | |
| void | setCurrentViewID (const eq::uint128_t &id) |
| eq::uint128_t | getCurrentViewID () const |
Message overlay. | |
| 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 |
Definition at line 39 of file share/Equalizer/examples/eVolve/frameData.h.
enum eVolve::FrameData::DirtyBits [protected] |
The changed parts of the data since the last pack().
Reimplemented from co::Serializable.
Definition at line 102 of file share/Equalizer/examples/eVolve/frameData.h.
| void eVolve::FrameData::deserialize | ( | co::DataIStream & | is, |
| const uint64_t | dirtyBits | ||
| ) | [protected, virtual] |
Reimplemented from co::Serializable.
Definition at line 172 of file eVolve/frameData.cpp.
References eqPly::FrameData::deserialize().
Referenced by osgScaleViewer::FrameData::deserialize().
Here is the call graph for this function:
Here is the caller graph for this function:| virtual ChangeType eVolve::FrameData::getChangeType | ( | ) | const [inline, protected, virtual] |
Reimplemented from co::Serializable.
Definition at line 99 of file share/Equalizer/examples/eVolve/frameData.h.
References co::Object::DELTA.
| void eVolve::FrameData::serialize | ( | co::DataOStream & | os, |
| const uint64_t | dirtyBits | ||
| ) | [protected, virtual] |
Reimplemented from co::Serializable.
Definition at line 155 of file eVolve/frameData.cpp.
References eqPly::FrameData::serialize().
Referenced by osgScaleViewer::FrameData::serialize().
Here is the call graph for this function:
Here is the caller graph for this function:
1.4.1 by
1.7.6.1