#include <cuboid_world_factory.h>


Public Member Functions | |
| CuboidWorldFactory () | |
| virtual | ~CuboidWorldFactory () |
| virtual void | set_size (double, double, double) throw () |
| virtual double | width (void) const throw () |
| virtual double | height (void) const throw () |
| virtual double | length (void) const throw () |
Protected Member Functions | |
| virtual Vec | new_position (void) const throw () |
| shawn::CuboidWorldFactory::CuboidWorldFactory | ( | ) |
| virtual shawn::CuboidWorldFactory::~CuboidWorldFactory | ( | ) | [virtual] |
| virtual void shawn::CuboidWorldFactory::set_size | ( | double | , | |
| double | , | |||
| double | ||||
| ) | throw () [virtual] |
| virtual double shawn::CuboidWorldFactory::width | ( | void | ) | const throw () [virtual] |
| virtual double shawn::CuboidWorldFactory::height | ( | void | ) | const throw () [virtual] |
| virtual double shawn::CuboidWorldFactory::length | ( | void | ) | const throw () [virtual] |
| virtual Vec shawn::CuboidWorldFactory::new_position | ( | void | ) | const throw () [protected, virtual] |
Reimplemented from shawn::ProcessorWorldFactory.
1.5.6