#include <ObsAvoiAlgoLIP.h>

Public Member Functions | |
| ObsAvoiAlgoLIP (ObsAvoiAlgoLIPParams inParams) | |
| Constructor. | |
| void | step (ObsAvoiAlgoIn in, ObsAvoiAlgoOut &out) |
| Execute a step of the algorithm. | |
| void | getControl (ObsAvoiAlgoIn &in, ObsAvoiAlgoOut *out) |
| string | getObjectName () const |
| Gets the name. | |
| MipAlgorithms::ObsAvoiAlgoLIP::ObsAvoiAlgoLIP | ( | ObsAvoiAlgoLIPParams | inParams | ) |
Constructor.
| [in] | inParams | Algorithm parameters. |
| void MipAlgorithms::ObsAvoiAlgoLIP::step | ( | ObsAvoiAlgoIn | in, | |
| ObsAvoiAlgoOut & | out | |||
| ) |
Execute a step of the algorithm.
| [in] | in | Inputs of the algorithm. |
| [out] | &out | Inputs of the algorithm. |
| void MipAlgorithms::ObsAvoiAlgoLIP::getControl | ( | ObsAvoiAlgoIn & | in, | |
| ObsAvoiAlgoOut * | out | |||
| ) | [inline, virtual] |
retrieve control commands computed by the algorithm
| [in] | in | input object |
| [out] | out | pointer to output object |
Reimplemented from MipAlgorithms::ObsAvoiAlgo.
| string MipAlgorithms::ObsAvoiAlgoLIP::getObjectName | ( | ) | const [inline, virtual] |
1.5.6