35 #ifndef SOWIN_CONSTRAINEDVIEWER_H 36 #define SOWIN_CONSTRAINEDVIEWER_H 38 #include <Inventor/Win/viewers/SoWinFullViewer.h> 46 void setUpDirection(
const SbVec3f & dir);
47 const SbVec3f & getUpDirection(
void)
const;
55 const char *
const name,
63 virtual void tiltCamera(
float delta);
68 void findUpDirection(
SbVec2s mouselocation);
69 void checkForCameraUpConstrain(
void);
72 class SoWinConstrainedViewerP * pimpl;
77 #endif // ! SOWIN_CONSTRAINEDVIEWER_H virtual void resetToHomePosition(void)
Definition: SoWinViewer.cpp:1936
virtual void setCamera(SoCamera *camera)
Definition: SoWinViewer.cpp:1704
virtual void changeCameraValues(SoCamera *camera)
Definition: SoWinViewer.cpp:3622
virtual void saveHomePosition(void)
Definition: SoWinViewer.cpp:1900
The SoWinFullViewer class adds some user interface components to the viewer canvas.
Definition: SoWinFullViewer.h:44
virtual void bottomWheelMotion(float)
Definition: SoWinFullViewer.cpp:566
The SoWinConstrainedViewer class is the superclass for viewers with constrains on the viewpoint...
Definition: SoWinConstrainedViewer.h:42
BuildFlag
Definition: SoWinFullViewer.h:48
Type
Definition: SoWinViewer.h:94
virtual void leftWheelMotion(float)
Definition: SoWinFullViewer.cpp:499