|
Equalizer 1.0
|
Inheritance diagram for osgScaleViewer::FrameData:
Collaboration diagram for osgScaleViewer::FrameData:Public Member Functions | |
| void | setCameraPosition (eq::Vector3f cameraPosition) |
| Sets the camera position. | |
| const eq::Vector3f | getCameraPosition () const |
| Gets the camera position. | |
| void | setCameraLookAtPoint (eq::Vector3f cameraLookAtPoint) |
| Sets the camera look at point. | |
| const eq::Vector3f | getCameraLookAtPoint () const |
| Gets the camera look at point. | |
| void | setCameraUpVector (eq::Vector3f cameraUpVector) |
| Sets the camera up vector. | |
| const eq::Vector3f | getCameraUpVector () const |
| Gets the camera up vector. | |
| void | toggleStatistics () |
| Toggle the display of run-time statistics. | |
| bool | useStatistics () const |
Protected Member Functions | |
| virtual void | serialize (co::DataOStream &os, const uint64_t dirtyBits) |
| virtual void | deserialize (co::DataIStream &is, const uint64_t dirtyBits) |
| virtual ChangeType | getChangeType () const |
| Reimplemented. | |
Protected Types | |
| enum | DirtyBits { DIRTY_CAMERA = eq::fabric::Serializable::DIRTY_CUSTOM << 0, DIRTY_FLAGS = eq::fabric::Serializable::DIRTY_CUSTOM << 1 } |
The changed parts of the data since the last pack(). More... | |
Definition at line 45 of file share/Equalizer/examples/osgScaleViewer/frameData.h.
enum osgScaleViewer::FrameData::DirtyBits [protected] |
The changed parts of the data since the last pack().
Reimplemented from eq::fabric::Serializable.
Definition at line 102 of file share/Equalizer/examples/osgScaleViewer/frameData.h.
| void osgScaleViewer::FrameData::deserialize | ( | co::DataIStream & | is, |
| const uint64_t | dirtyBits | ||
| ) | [protected, virtual] |
Reimplemented from eq::fabric::Serializable.
Definition at line 54 of file osgScaleViewer/frameData.cpp.
References eVolve::FrameData::deserialize().
Here is the call graph for this function:| const eq::Vector3f osgScaleViewer::FrameData::getCameraLookAtPoint | ( | ) | const [inline] |
Gets the camera look at point.
Definition at line 72 of file share/Equalizer/examples/osgScaleViewer/frameData.h.
| const eq::Vector3f osgScaleViewer::FrameData::getCameraPosition | ( | ) | const [inline] |
Gets the camera position.
Definition at line 60 of file share/Equalizer/examples/osgScaleViewer/frameData.h.
| const eq::Vector3f osgScaleViewer::FrameData::getCameraUpVector | ( | ) | const [inline] |
Gets the camera up vector.
Definition at line 85 of file share/Equalizer/examples/osgScaleViewer/frameData.h.
| void osgScaleViewer::FrameData::serialize | ( | co::DataOStream & | os, |
| const uint64_t | dirtyBits | ||
| ) | [protected, virtual] |
Reimplemented from eq::fabric::Serializable.
Definition at line 45 of file osgScaleViewer/frameData.cpp.
References eVolve::FrameData::serialize().
Here is the call graph for this function:| void osgScaleViewer::FrameData::setCameraLookAtPoint | ( | eq::Vector3f | cameraLookAtPoint | ) |
Sets the camera look at point.
| cameraLookAtPoint | the camera look at point vector. |
Definition at line 70 of file osgScaleViewer/frameData.cpp.
References eq::fabric::Serializable::setDirty().
Here is the call graph for this function:| void osgScaleViewer::FrameData::setCameraPosition | ( | eq::Vector3f | cameraPosition | ) |
Sets the camera position.
| cameraPosition | the camera position. |
Definition at line 64 of file osgScaleViewer/frameData.cpp.
References eq::fabric::Serializable::setDirty().
Here is the call graph for this function:| void osgScaleViewer::FrameData::setCameraUpVector | ( | eq::Vector3f | cameraUpVector | ) |
Sets the camera up vector.
| cameraUpVector | the camera up vector. |
Definition at line 76 of file osgScaleViewer/frameData.cpp.
References eq::fabric::Serializable::setDirty().
Here is the call graph for this function:| void osgScaleViewer::FrameData::toggleStatistics | ( | ) |
Toggle the display of run-time statistics.
Definition at line 82 of file osgScaleViewer/frameData.cpp.
References eq::fabric::Serializable::setDirty().
Referenced by osgScaleViewer::Config::handleEvent().
Here is the call graph for this function:
Here is the caller graph for this function:| bool osgScaleViewer::FrameData::useStatistics | ( | ) | const [inline] |
Definition at line 91 of file share/Equalizer/examples/osgScaleViewer/frameData.h.
1.0 by
1.7.3