#include <Inventor/components/stereo/SoPassiveStereo.h>
Public Member Functions | |
| SoPassiveStereo (SoStereoViewer *stereoVwr=NULL) | |
| ~SoPassiveStereo () | |
| virtual void | reverseStereoView (SbBool reverse) |
| virtual SbBool | isStereoViewReversed () |
| virtual void | renderStereoView () |
| virtual SbBool | canClearBeforeRender () |
| SbBool | requireHardware () |
| StereoViewType | getStereoViewType () |
| void | clearStereo () |
| void | doLeftEyeSettings () |
| void | doRightEyeSettings () |
| void | doMonoscopicSettings () |
| SoPassiveStereo::SoPassiveStereo | ( | SoStereoViewer * | stereoVwr = NULL |
) | [inline] |
Constructor.
| SoPassiveStereo::~SoPassiveStereo | ( | ) | [inline] |
Destructor.
| virtual SbBool SoPassiveStereo::canClearBeforeRender | ( | ) | [virtual] |
Queries ability to clear before rendering.
Implements SoBaseStereo.
| void SoPassiveStereo::clearStereo | ( | ) | [virtual] |
Clears stereo.
Reimplemented from SoBaseStereo.
| void SoPassiveStereo::doLeftEyeSettings | ( | ) | [inline, virtual] |
Implements SoBaseStereo.
| void SoPassiveStereo::doMonoscopicSettings | ( | ) | [inline, virtual] |
Implements SoBaseStereo.
| void SoPassiveStereo::doRightEyeSettings | ( | ) | [inline, virtual] |
Implements SoBaseStereo.
| StereoViewType SoPassiveStereo::getStereoViewType | ( | ) | [inline, virtual] |
Always returns SoBaseStereo::PASSIVE_STEREO.
Implements SoBaseStereo.
| virtual SbBool SoPassiveStereo::isStereoViewReversed | ( | ) | [virtual] |
Queries stereo reversal.
Implements SoBaseStereo.
| virtual void SoPassiveStereo::renderStereoView | ( | ) | [virtual] |
Renders the stereo view.
Implements SoBaseStereo.
| SbBool SoPassiveStereo::requireHardware | ( | ) | [inline, virtual] |
Always returns FALSE.
Implements SoBaseStereo.
| virtual void SoPassiveStereo::reverseStereoView | ( | SbBool | reverse | ) | [virtual] |
Sets stereo reversal.
Implements SoBaseStereo.