#include <xercesc/sax/HandlerBase.hpp>
#include <xercesc/sax/AttributeList.hpp>
#include <mitsuba/core/plugin.h>
#include <mitsuba/core/properties.h>
#include <mitsuba/core/version.h>
#include <boost/unordered_map.hpp>
#include <stack>
#include <map>
Go to the source code of this file.
Classes | |
class | mitsuba::VersionException |
This exception is thrown when attempting to load an outdated file. More... | |
class | mitsuba::SceneHandler |
XML parser for Mitsuba scene files. To be used with the SAX interface of Xerces-C++. More... | |
Namespaces | |
mitsuba | |
Macros | |
#define | __MITSUBA_RENDER_SCENEHANDLER_H_ |
Functions | |
void | mitsuba::pushSceneCleanupHandler (void(*cleanup)()) |
Push a cleanup handler to be executed after loading the scene is done. More... | |
#define __MITSUBA_RENDER_SCENEHANDLER_H_ |