#include <Functors.hpp>
Public Member Functions | |
Clamp (const Scalar &min, const Scalar &max) | |
const Scalar | operator() (const Scalar &x) const |
Public Attributes | |
Scalar | max_ |
Scalar | min_ |
Definition at line 14 of file Functors.hpp.
|
inline |
Definition at line 16 of file Functors.hpp.
|
inline |
Definition at line 21 of file Functors.hpp.
Scalar grid_map::Clamp< Scalar >::max_ |
Definition at line 25 of file Functors.hpp.
Scalar grid_map::Clamp< Scalar >::min_ |
Definition at line 25 of file Functors.hpp.