#include <VImage.h>
Public Member Functions | |
| VImage () | |
| ~VImage () | |
| bool | loadImage (std::string filename) |
| unsigned int | getImageHandle () |
| VImage::VImage | ( | ) | [inline] |
default constructor
| VImage::~VImage | ( | ) | [inline] |
default destructor
| bool VImage::loadImage | ( | std::string | filename | ) |
loads an image from disc
| filename | filename of Image |
| unsigned int VImage::getImageHandle | ( | ) | [inline] |
returns the image Handle
1.5.6