#include <simplepic.h>
Public Member Functions | |
| void | Create (int tx, int ty) |
| void | OpenGLSnap (GLenum format=0) |
| PixType & | Pix (int x, int y) |
| bool | SavePPM (const char *filename) |
Public Attributes | |
| std::vector< PixType > | img |
| int | sx |
| int | sy |
Definition at line 36 of file simplepic.h.
| void vcg::SimplePic< PixType >::Create | ( | int | tx, |
| int | ty | ||
| ) | [inline] |
Definition at line 40 of file simplepic.h.
| void vcg::SimplePic< PixType >::OpenGLSnap | ( | GLenum | format = 0 | ) | [inline] |
Definition at line 47 of file simplepic.h.
| PixType& vcg::SimplePic< PixType >::Pix | ( | int | x, |
| int | y | ||
| ) | [inline] |
Definition at line 45 of file simplepic.h.
| bool vcg::SimplePic< PixType >::SavePPM | ( | const char * | filename | ) | [inline] |
Definition at line 70 of file simplepic.h.
| std::vector<PixType> vcg::SimplePic< PixType >::img |
Definition at line 38 of file simplepic.h.
| int vcg::SimplePic< PixType >::sx |
Definition at line 39 of file simplepic.h.
| int vcg::SimplePic< PixType >::sy |
Definition at line 39 of file simplepic.h.