6 #include <sawOpenSceneGraph/sawOpenSceneGraphConfig.h>
27 bool quadbufferstereo;
28 bool IsQuadBufferStereoEnabled()
const {
return quadbufferstereo; }
51 int x,
int y,
int width,
int height,
52 double fovy,
double aspectRatio,
53 double zNear,
double zFar,
54 bool trackball =
true,
56 bool quadbufferstereo =
false,
57 bool offscreenrendering =
false );
60 int x,
int y,
int width,
int height,
62 double zNear,
double zFar,
63 bool trackball =
true,
65 bool quadbufferstereo =
false,
66 bool offscreenrendering =
false );
70 virtual void Initialize(
const std::string& name = std::string() );
72 #ifdef SAW_OPENSCENEGRAPH_SUPPORTS_OPENCV
#define CISST_EXPORT
Definition: cmnExportMacros.h:50
An nArray object of dynamic size.
Definition: vctDynamicNArray.h:122
Declaration of vctDynamicNArray.
Definition: osaOSGWorld.h:24
Errno
Definition: osaOSGCamera.h:33
Definition: osaOSGMono.h:13
std::string Mat
Definition: svlTypes.h:72
virtual void Initialize(const std::string &CMN_UNUSED(name)=std::string())
Definition: osaOSGCamera.h:228
Definition: osaOSGCamera.h:27