|
Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
#include <imageppm.h>
Public Member Functions | |
| ImagePPM () | |
| ImagePPM (int width, int height, unsigned char *data) | |
| data must contain width*height*3 (RGB) values! More... | |
| ~ImagePPM () | |
| int | loadImage (const std::string &filename) |
| int | storeImage (const std::string &filename) |
| int | width () |
| int | height () |
| unsigned char * | data () |
| ImagePPM | ( | ) |
| ImagePPM | ( | int | width, |
| int | height, | ||
| unsigned char * | data | ||
| ) |
data must contain width*height*3 (RGB) values!
| ~ImagePPM | ( | ) |
|
inline |
|
inline |
| int loadImage | ( | const std::string & | filename | ) |
| int storeImage | ( | const std::string & | filename | ) |
|
inline |