Concrete implementation of a CaptureOperation that writes the screen capture to a file.
More...
List of all members.
Detailed Description
Concrete implementation of a CaptureOperation that writes the screen capture to a file.
Member Enumeration Documentation
- Enumerator:
OVERWRITE |
|
SEQUENTIAL_NUMBER |
|
Constructor & Destructor Documentation
osgViewer::ScreenCaptureHandler::WriteToFile::WriteToFile |
( |
const std::string & |
filename, |
|
|
const std::string & |
extension, |
|
|
SavePolicy |
savePolicy = OVERWRITE | |
|
) |
| | |
Member Function Documentation
SavePolicy osgViewer::ScreenCaptureHandler::WriteToFile::getSavePolicy |
( |
|
) |
const [inline] |
virtual void osgViewer::ScreenCaptureHandler::WriteToFile::operator() |
( |
const osg::Image & |
image, |
|
|
const unsigned int |
context_id | |
|
) |
| | [virtual] |
WriteToFile& osgViewer::ScreenCaptureHandler::WriteToFile::operator= |
( |
const WriteToFile & |
|
) |
[inline, protected] |
void osgViewer::ScreenCaptureHandler::WriteToFile::setSavePolicy |
( |
SavePolicy |
savePolicy |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: