#include <lazy_edge_model_factory.h>


Public Member Functions | |
| LazyEdgeModelFactory () | |
| virtual | ~LazyEdgeModelFactory () |
| virtual std::string | name (void) const throw () |
| virtual std::string | description (void) const throw () |
| virtual EdgeModel * | create (const SimulationController &) throw () |
| shawn::LazyEdgeModelFactory::LazyEdgeModelFactory | ( | ) |
| virtual shawn::LazyEdgeModelFactory::~LazyEdgeModelFactory | ( | ) | [virtual] |
| virtual std::string shawn::LazyEdgeModelFactory::name | ( | void | ) | const throw () [virtual] |
Implements shawn::KeeperManaged.
| virtual std::string shawn::LazyEdgeModelFactory::description | ( | void | ) | const throw () [virtual] |
Implements shawn::KeeperManaged.
| virtual EdgeModel* shawn::LazyEdgeModelFactory::create | ( | const SimulationController & | ) | throw () [virtual] |
Implements shawn::EdgeModelFactory.
1.5.6