Public Types | |
| enum | PlaneType { X, Y, Z, Inl, Crl, YZ } |
| enum | StereoType { None, RedCyan, QuadBuffer } |
Public Member Functions | |
| uiSoViewer (uiParent *, const char *nm="uiSoViewer") | |
| ~uiSoViewer () | |
| SoNode * | getSceneGraph () const |
| void | setSceneID (int) |
| visBase::Scene * | getScene () |
| const visBase::Scene * | getScene () const |
| int | sceneID () const |
| void | setViewing (bool) |
| bool | isViewing () const |
| void | anyWheelStart () |
| void | anyWheelStop () |
| void | rotateH (float angle) |
| void | rotateV (float angle) |
| void | dolly (float rel) |
| void | setCameraZoom (float) |
| float | getCameraZoom () |
| const Coord3 | getCameraPosition () const |
| void | viewPlane (PlaneType) |
| void | align () |
| bool | setStereoType (StereoType) |
| StereoType | getStereoType () const |
| void | setStereoOffset (float) |
| float | getStereoOffset () const |
| void | viewAll () |
| void | setHomePos () |
| void | toHomePos () |
| void | saveHomePos () |
| void | showRotAxis (bool) |
| void | setAxisAnnotColor (const Color &) |
| bool | rotAxisShown () const |
| void | toggleCameraType () |
| bool | isCameraPerspective () const |
| void | setBackgroundColor (const Color &) |
| Color | getBackgroundColor () const |
| const SbVec2s & | getViewportSizePixels () const |
| void | fillPar (IOPar &) const |
| bool | usePar (const IOPar &) |
| bool | dumpOIFile (const char *) const |
| void | setKeyBindings (const char *keybindname) |
| void | getAllKeyBindings (BufferStringSet &) |
| const char * | getCurrentKeyBindings () const |
| float | getHeadOnLightIntensity () const |
| void | setHeadOnLightIntensity (float) |
Public Attributes | |
| Notifier< uiSoViewer > | destroyed |
| Notifier< uiSoViewer > | viewmodechanged |
| CNotifier< uiSoViewer, bool > | pageupdown |
| CallBack * | vmcb |
Private Member Functions | |
| uiSoViewerBody & | mkbody (uiParent *, const char *) |
Private Attributes | |
| uiSoViewerBody * | body_ |
Friends | |
| class | uiSoViewerBody |
| uiSoViewer::uiSoViewer | ( | uiParent * | , | |
| const char * | nm = "uiSoViewer" | |||
| ) |
| uiSoViewer::~uiSoViewer | ( | ) |
| void uiSoViewer::align | ( | ) |
| void uiSoViewer::anyWheelStart | ( | ) |
| void uiSoViewer::anyWheelStop | ( | ) |
| void uiSoViewer::dolly | ( | float | rel | ) |
| bool uiSoViewer::dumpOIFile | ( | const char * | ) | const |
| void uiSoViewer::fillPar | ( | IOPar & | ) | const |
| void uiSoViewer::getAllKeyBindings | ( | BufferStringSet & | ) |
| Color uiSoViewer::getBackgroundColor | ( | ) | const |
| const Coord3 uiSoViewer::getCameraPosition | ( | ) | const |
| float uiSoViewer::getCameraZoom | ( | ) |
| const char* uiSoViewer::getCurrentKeyBindings | ( | ) | const |
| float uiSoViewer::getHeadOnLightIntensity | ( | ) | const |
| visBase::Scene* uiSoViewer::getScene | ( | ) |
| const visBase::Scene* uiSoViewer::getScene | ( | ) | const |
| SoNode* uiSoViewer::getSceneGraph | ( | ) | const |
| float uiSoViewer::getStereoOffset | ( | ) | const |
| StereoType uiSoViewer::getStereoType | ( | ) | const |
| const SbVec2s& uiSoViewer::getViewportSizePixels | ( | ) | const |
| bool uiSoViewer::isCameraPerspective | ( | ) | const |
| bool uiSoViewer::isViewing | ( | ) | const |
| uiSoViewerBody& uiSoViewer::mkbody | ( | uiParent * | , | |
| const char * | ||||
| ) | [private] |
| void uiSoViewer::rotateH | ( | float | angle | ) |
| void uiSoViewer::rotateV | ( | float | angle | ) |
| bool uiSoViewer::rotAxisShown | ( | ) | const |
| void uiSoViewer::saveHomePos | ( | ) |
| int uiSoViewer::sceneID | ( | ) | const |
| void uiSoViewer::setAxisAnnotColor | ( | const Color & | ) |
| void uiSoViewer::setCameraZoom | ( | float | ) |
| void uiSoViewer::setHeadOnLightIntensity | ( | float | ) |
| void uiSoViewer::setHomePos | ( | ) |
| void uiSoViewer::setKeyBindings | ( | const char * | keybindname | ) |
| void uiSoViewer::setSceneID | ( | int | ) |
| void uiSoViewer::setStereoOffset | ( | float | ) |
| bool uiSoViewer::setStereoType | ( | StereoType | ) |
| void uiSoViewer::setViewing | ( | bool | ) |
| void uiSoViewer::showRotAxis | ( | bool | ) |
| void uiSoViewer::toggleCameraType | ( | ) |
| void uiSoViewer::toHomePos | ( | ) |
| bool uiSoViewer::usePar | ( | const IOPar & | ) |
| void uiSoViewer::viewAll | ( | ) |
| void uiSoViewer::viewPlane | ( | PlaneType | ) |
friend class uiSoViewerBody [friend] |
uiSoViewerBody* uiSoViewer::body_ [private] |
Reimplemented from uiBaseObject.
1.7.1