|
UFO 1.0.0
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
|
Public Member Functions | |
| Predicate (detail::Dynamic< Tree > const &pred) | |
| template<class Pred > requires Filterable<std::remove_cvref_t<Pred>> | |
| Predicate (Pred &&pred) | |
| Predicate (Predicate &&)=default | |
| Predicate (Predicate const &other) | |
| bool | hasPredicate () const |
| void | init (Tree const &t) |
| Predicate & | operator&= (Predicate const &rhs) |
| Predicate & | operator= (detail::Dynamic< Tree > const &rhs) |
| template<class Pred > requires Filterable<std::remove_cvref_t<Pred>> | |
| Predicate & | operator= (Pred &&pred) |
| Predicate & | operator= (Predicate &&)=default |
| Predicate & | operator= (Predicate const &rhs) |
| Predicate & | operator|= (Predicate const &rhs) |
| bool | returnable (Tree const &t, typename Tree::Node const &n) const |
| bool | returnableRay (Tree const &t, typename Tree::Node const &n, typename Tree::Ray const &r) const |
| bool | returnableValue (typename Tree::value_type const &v) const |
| bool | traversable (Tree const &t, typename Tree::Node const &n) const |
| bool | traversableRay (Tree const &t, typename Tree::Node const &n, typename Tree::Ray const &r) const |
Definition at line 215 of file predicate.hpp.
|
inline |
Definition at line 220 of file predicate.hpp.
|
inline |
Definition at line 229 of file predicate.hpp.
|
inline |
Definition at line 238 of file predicate.hpp.
|
inline |
Definition at line 292 of file predicate.hpp.
|
inline |
Definition at line 294 of file predicate.hpp.
|
inline |
Definition at line 268 of file predicate.hpp.
|
inline |
Definition at line 252 of file predicate.hpp.
|
inline |
Definition at line 260 of file predicate.hpp.
|
inline |
Definition at line 240 of file predicate.hpp.
|
inline |
Definition at line 280 of file predicate.hpp.
|
inline |
Definition at line 307 of file predicate.hpp.
|
inline |
Definition at line 317 of file predicate.hpp.
|
inline |
Definition at line 301 of file predicate.hpp.
|
inline |
Definition at line 312 of file predicate.hpp.
|
inline |
Definition at line 323 of file predicate.hpp.