#include <ObsAvoiAlgoVFH.h>

Public Member Functions | |
| ObsAvoiAlgoVFH () | |
| null constructor | |
| ObsAvoiAlgoVFH (ObsAvoiAlgoParVFH OAP) | |
| parameter constructor | |
| void | getControl (ObsAvoiAlgoIn &in, ObsAvoiAlgoOut *out) |
| retrieve control commands computed by the algorithm | |
| string | getObjectName () const |
| Gets the name. | |
Protected Attributes | |
| ObsAvoiAlgoParVFH | par |
| MipAlgorithms::ObsAvoiAlgoVFH::ObsAvoiAlgoVFH | ( | ) | [inline] |
null constructor
| MipAlgorithms::ObsAvoiAlgoVFH::ObsAvoiAlgoVFH | ( | ObsAvoiAlgoParVFH | OAP | ) | [inline] |
parameter constructor
| [in] | OAP | parameter object containing the desired value for the parameters |
| void MipAlgorithms::ObsAvoiAlgoVFH::getControl | ( | ObsAvoiAlgoIn & | in, | |
| ObsAvoiAlgoOut * | out | |||
| ) | [virtual] |
retrieve control commands computed by the algorithm
| [in] | in | input object |
| [out] | out | pointer to output object |
Reimplemented from MipAlgorithms::ObsAvoiAlgo.
| string MipAlgorithms::ObsAvoiAlgoVFH::getObjectName | ( | ) | const [inline, virtual] |
ObsAvoiAlgoParVFH MipAlgorithms::ObsAvoiAlgoVFH::par [protected] |
Reimplemented from MipAlgorithms::ObsAvoiAlgo.
1.5.6