SceneLoader Class Reference
Abstract scene loader. More...
#include <SceneLoader.h>
Inheritance diagram for SceneLoader:

Public Member Functions | |
Constructors | |
| SceneLoader () | |
| virtual | ~SceneLoader () |
Main usage interface | |
| virtual bool | parse (const std::string &fileName, ParseData &outData)=0 |
| Attempts to parse the given file, storing the results in outData. | |
Detailed Description
Abstract scene loader.
- Date:
- Fall 2008
Definition at line 76 of file SceneLoader.h.
Constructor & Destructor Documentation
| SceneLoader::SceneLoader | ( | ) | [inline] |
Definition at line 81 of file SceneLoader.h.
| virtual SceneLoader::~SceneLoader | ( | ) | [inline, virtual] |
Definition at line 85 of file SceneLoader.h.
Member Function Documentation
| virtual bool SceneLoader::parse | ( | const std::string & | fileName, | |
| ParseData & | outData | |||
| ) | [pure virtual] |
Attempts to parse the given file, storing the results in outData.
- Returns:
- whether or not parsing was successful
Implemented in MiltonJSONSceneLoader.
The documentation for this class was generated from the following file:
Generated on 28 Feb 2009 for Milton by
1.5.6