
Public Member Functions | |
| CDistanceMachine () | |
| virtual | ~CDistanceMachine () |
| void | set_distance (CDistance *d) |
| CDistance * | get_distance () |
Protected Attributes | |
| CDistance * | distance |
Definition at line 23 of file DistanceMachine.h.
| CDistanceMachine::CDistanceMachine | ( | ) |
default constructor
Definition at line 13 of file DistanceMachine.cpp.
| CDistanceMachine::~CDistanceMachine | ( | ) | [virtual] |
Definition at line 18 of file DistanceMachine.cpp.
| CDistance* CDistanceMachine::get_distance | ( | ) |
| void CDistanceMachine::set_distance | ( | CDistance * | d | ) |
CDistance* CDistanceMachine::distance [protected] |
the distance
Definition at line 49 of file DistanceMachine.h.