UFO 1.0.0
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
Loading...
Searching...
No Matches
block.hpp
1
42#ifndef UFO_CONTAINER_TREE_BLOCK_HPP
43#define UFO_CONTAINER_TREE_BLOCK_HPP
44
45// UFO
46#include <ufo/container/tree/inner_block.hpp>
47#include <ufo/container/tree/leaf_block.hpp>
48
49// STL
50#include <cstddef>
51
52namespace ufo
53{
54struct TreeBlock {
55 template <std::size_t Dim, std::size_t BF>
57
58 template <std::size_t Dim, std::size_t BF>
60};
61} // namespace ufo
62
63#endif // UFO_CONTAINER_TREE_BLOCK_HPP
All vision-related classes and functions.
Definition cloud.hpp:49