#include <ConstantPoints.hpp>

Public Member Functions | |
| ConstantPoints () | |
| virtual void | destroy () |
| virtual void | getObstaclePoints (const TKState &lastState, std::vector< Position3D > &obstaclePoints) const |
| virtual void | initialize () |
| virtual | ~ConstantPoints () |
Protected Attributes | |
| ConstantPointsOptions | options |
Definition at line 26 of file ConstantPoints.hpp.
Definition at line 23 of file ConstantPoints.cpp.
| telekyb_obs::ConstantPoints::~ConstantPoints | ( | ) | [virtual] |
Definition at line 29 of file ConstantPoints.cpp.
| void telekyb_obs::ConstantPoints::destroy | ( | ) | [virtual] |
Implements TELEKYB_NAMESPACE::ObstacleProvider.
Definition at line 42 of file ConstantPoints.cpp.
| void telekyb_obs::ConstantPoints::getObstaclePoints | ( | const TKState & | lastState, |
| std::vector< Position3D > & | obstaclePoints | ||
| ) | const [virtual] |
Implements TELEKYB_NAMESPACE::ObstacleProvider.
Definition at line 48 of file ConstantPoints.cpp.
| void telekyb_obs::ConstantPoints::initialize | ( | ) | [virtual] |
Implements TELEKYB_NAMESPACE::ObstacleProvider.
Definition at line 36 of file ConstantPoints.cpp.
Definition at line 28 of file ConstantPoints.hpp.