#include <Capture.h>
Protected Attributes | |
std::string | prefix |
int | counter |
Public Member Functions | |
Capture () | |
const std::string & | getPrefix () const |
int | getCounter () const |
void | setPrefix (const std::string v) |
void | setCounter (int v=-1) |
std::string | findFilename () |
bool | saveScreen (const std::string &filename, int compression_level=-1) |
bool | saveScreen (int compression_level=-1) |
|
protected |
|
protected |
sofa::gl::Capture::Capture | ( | ) |
std::string sofa::gl::Capture::findFilename | ( | ) |
|
inline |
|
inline |
bool sofa::gl::Capture::saveScreen | ( | const std::string & | filename, |
int | compression_level = -1 |
||
) |
bool sofa::gl::Capture::saveScreen | ( | int | compression_level = -1 | ) |
|
inline |
|
inline |