| 274 | | I_ConstructorWithDefaults1(IN, osgViewer::ScreenCaptureHandler::CaptureOperation *, defaultOperation, 0, |
| 275 | | Properties::NON_EXPLICIT, |
| 276 | | ____ScreenCaptureHandler__CaptureOperation_P1, |
| | 274 | I_ConstructorWithDefaults2(IN, osgViewer::ScreenCaptureHandler::CaptureOperation *, defaultOperation, 0, IN, int, numFrames, 1, |
| | 275 | ____ScreenCaptureHandler__CaptureOperation_P1__int, |
| | 318 | I_Method1(void, setFramesToCapture, IN, int, numFrames, |
| | 319 | Properties::NON_VIRTUAL, |
| | 320 | __void__setFramesToCapture__int, |
| | 321 | "Set the number of frames to capture. ", |
| | 322 | " param numFrames >0: capture that number of frames. <0: capture all frames, call stopCapture() to stop it. "); |
| | 323 | I_Method0(int, getFramesToCapture, |
| | 324 | Properties::NON_VIRTUAL, |
| | 325 | __int__getFramesToCapture, |
| | 326 | "Get the number of frames to capture. ", |
| | 327 | ""); |
| | 328 | I_Method0(void, startCapture, |
| | 329 | Properties::NON_VIRTUAL, |
| | 330 | __void__startCapture, |
| | 331 | "Start capturing any viewer(s) the handler is attached to at the end of the next frame. ", |
| | 332 | ""); |
| | 333 | I_Method0(void, stopCapture, |
| | 334 | Properties::NON_VIRTUAL, |
| | 335 | __void__stopCapture, |
| | 336 | "Stop capturing. ", |
| | 337 | ""); |
| | 347 | "", |
| | 348 | ""); |
| | 349 | I_ProtectedMethod1(void, removeCallbackFromViewer, IN, osgViewer::ViewerBase &, viewer, |
| | 350 | Properties::NON_VIRTUAL, |
| | 351 | Properties::NON_CONST, |
| | 352 | __void__removeCallbackFromViewer__osgViewer_ViewerBase_R1, |
| | 353 | "", |
| | 354 | ""); |
| | 355 | I_ProtectedMethod1(osg::Camera *, findAppropriateCameraForCallback, IN, osgViewer::ViewerBase &, viewer, |
| | 356 | Properties::NON_VIRTUAL, |
| | 357 | Properties::NON_CONST, |
| | 358 | __osg_Camera_P1__findAppropriateCameraForCallback__osgViewer_ViewerBase_R1, |
| 345 | | I_ConstructorWithDefaults3(IN, const std::string &, filename, , IN, const std::string &, extension, , IN, osgViewer::ScreenCaptureHandler::WriteToFile::SavePolicy, savePolicy, osgViewer::ScreenCaptureHandler::WriteToFile::OVERWRITE, |
| | 392 | I_ConstructorWithDefaults3(IN, const std::string &, filename, , IN, const std::string &, extension, , IN, osgViewer::ScreenCaptureHandler::WriteToFile::SavePolicy, savePolicy, osgViewer::ScreenCaptureHandler::WriteToFile::SEQUENTIAL_NUMBER, |