Inheritance diagram for osgViewer::ScreenCaptureHandler::WriteToFile:

Public Types | |
| OVERWRITE | |
| SEQUENTIAL_NUMBER | |
| enum | SavePolicy { OVERWRITE, SEQUENTIAL_NUMBER } |
Public Member Functions | |
| WriteToFile (const std::string &filename, const std::string &extension, SavePolicy savePolicy=OVERWRITE) | |
| virtual void | operator() (const osg::Image &image, const unsigned int context_id) |
| void | setSavePolicy (SavePolicy savePolicy) |
| SavePolicy | getSavePolicy () const |
Protected Attributes | |
| const std::string | _filename |
| const std::string | _extension |
| SavePolicy | _savePolicy |
| std::vector< unsigned int > | _contextSaveCounter |
| osgViewer::ScreenCaptureHandler::WriteToFile::WriteToFile | ( | const std::string & | filename, | |
| const std::string & | extension, | |||
| SavePolicy | savePolicy = OVERWRITE | |||
| ) |
| SavePolicy osgViewer::ScreenCaptureHandler::WriteToFile::getSavePolicy | ( | ) | const [inline] |
| virtual void osgViewer::ScreenCaptureHandler::WriteToFile::operator() | ( | const osg::Image & | image, | |
| const unsigned int | context_id | |||
| ) | [virtual] |
| void osgViewer::ScreenCaptureHandler::WriteToFile::setSavePolicy | ( | SavePolicy | savePolicy | ) | [inline] |
std::vector<unsigned int> osgViewer::ScreenCaptureHandler::WriteToFile::_contextSaveCounter [protected] |
const std::string osgViewer::ScreenCaptureHandler::WriteToFile::_extension [protected] |
const std::string osgViewer::ScreenCaptureHandler::WriteToFile::_filename [protected] |