Menge
Modular Pedestrian Simulation Framework for Research and Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
image.h File Reference

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...
 

Detailed Description

The interface for loading and using images in the scene graph.