![]() |
Menge
Modular Pedestrian Simulation Framework for Research and Development
|
The interface for loading and using images in the scene graph. More...
#include "CoreConfig.h"#include <string>#include "graphCommon.h"#include "ManagedData.h"#include <map>#include "SDL/SDL_image.h"Go to the source code of this file.
Classes | |
| class | Menge::ImageData |
| Manged image data (see ManagedData). More... | |
| class | Menge::Image |
| Wrapper for the managed ImageData. More... | |
Namespaces | |
| Menge | |
| The core namespace. All elements of Menge are contained in this namespace. | |
Functions | |
| Image * | Menge::loadImage (const std::string &fileName) |
| Given a filename, returns a pointer to an Image with that data. More... | |
The interface for loading and using images in the scene graph.
1.8.8