|
UFO 1.0.0
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
|
Public Types | |
| using | value_type = T::value_type |
Public Member Functions | |
| constexpr | PredicateInterval (value_type min, value_type max) noexcept |
| constexpr | PredicateInterval (value_type value) noexcept |
Public Attributes | |
| value_type | max = std::numeric_limits<value_type>::max() |
| value_type | min = std::numeric_limits<value_type>::lowest() |
Definition at line 58 of file predicate_interval.hpp.
| using ufo::pred::PredicateInterval< T, Negated >::value_type = T::value_type |
Definition at line 59 of file predicate_interval.hpp.
|
inlineconstexprnoexcept |
Definition at line 63 of file predicate_interval.hpp.
|
inlineconstexprnoexcept |
Definition at line 65 of file predicate_interval.hpp.
| value_type ufo::pred::PredicateInterval< T, Negated >::max = std::numeric_limits<value_type>::max() |
Definition at line 71 of file predicate_interval.hpp.
| value_type ufo::pred::PredicateInterval< T, Negated >::min = std::numeric_limits<value_type>::lowest() |
Definition at line 70 of file predicate_interval.hpp.