Equalizer
1.2.1
|
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 = co::Serializable::DIRTY_CUSTOM << 0, DIRTY_FLAGS = co::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 co::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 co::Serializable.
Definition at line 54 of file osgScaleViewer/frameData.cpp.
References eVolve::FrameData::deserialize().
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.
Referenced by osgScaleViewer::Channel::frameDraw().
const eq::Vector3f osgScaleViewer::FrameData::getCameraPosition | ( | ) | const [inline] |
Gets the camera position.
Definition at line 60 of file share/Equalizer/examples/osgScaleViewer/frameData.h.
Referenced by osgScaleViewer::Channel::frameDraw().
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.
Referenced by osgScaleViewer::Channel::frameDraw().
void osgScaleViewer::FrameData::serialize | ( | co::DataOStream & | os, |
const uint64_t | dirtyBits | ||
) | [protected, virtual] |
Reimplemented from co::Serializable.
Definition at line 45 of file osgScaleViewer/frameData.cpp.
References eVolve::FrameData::serialize().
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 co::Serializable::setDirty().
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 co::Serializable::setDirty().
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 co::Serializable::setDirty().
Toggle the display of run-time statistics.
Definition at line 82 of file osgScaleViewer/frameData.cpp.
References co::Serializable::setDirty().
Referenced by osgScaleViewer::Config::handleEvent().
bool osgScaleViewer::FrameData::useStatistics | ( | ) | const [inline] |
Definition at line 91 of file share/Equalizer/examples/osgScaleViewer/frameData.h.
Referenced by osgScaleViewer::Channel::frameViewFinish().