
This file defines the non-inline member functions of the lobot::SensorModel class. More...
#include "Robots/LoBot/tti/LoSensorModel.H"#include "Robots/LoBot/lgmd/gabbiani/LoGabbiani.H"#include "Robots/LoBot/config/LoConfigHelpers.H"#include "Robots/LoBot/util/LoMath.H"#include "Robots/LoBot/util/LoDebug.H"#include <numeric>#include <algorithm>#include <functional>#include <iterator>
Go to the source code of this file.
Functions | |
| template<typename T > | |
| static T | lobot::conf (const std::string &key, const T &default_value) | 
| template<typename T > | |
| static range< T > | lobot::conf (const std::string &key, const range< T > &default_value) | 
| template<typename T > | |
| triple< T, T, T > | lobot::conf (const std::string &key, const triple< T, T, T > &default_value) | 
This file defines the non-inline member functions of the lobot::SensorModel class.
Definition in file LoSensorModel.C.
 1.6.3