#include <Factory.h>
Public Member Functions |
| Factory () |
virtual | ~Factory () |
virtual Model * | create (const ::std::string &filename) |
virtual void | load (const ::std::string &filename, Model *model)=0 |
Constructor & Destructor Documentation
rl::mdl::Factory::Factory |
( |
| ) |
|
rl::mdl::Factory::~Factory |
( |
| ) |
|
|
virtual |
Member Function Documentation
Model * rl::mdl::Factory::create |
( |
const ::std::string & |
filename | ) |
|
|
virtual |
virtual void rl::mdl::Factory::load |
( |
const ::std::string & |
filename, |
|
|
Model * |
model |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following files: