9#ifndef SE_MULTIRES_TSDF_UPDATER_HPP
10#define SE_MULTIRES_TSDF_UPDATER_HPP
18template<Colour ColB, Id IdB,
int BlockSize,
typename SensorT>
33#include "impl/multires_tsdf_updater_impl.hpp"
Helper wrapper to allocate and de-allocate octants in the octree.
Definition bounded_vector.hpp:14
Field
Definition setup_util.hpp:18
MapType::DataType DataType
Definition multires_tsdf_updater.hpp:21
MapType::BlockType BlockType
Definition multires_tsdf_updater.hpp:23
Updater(MapType &map, std::vector< OctantBase * > &block_ptrs, const timestamp_t timestamp, const Measurements< SensorT > &measurements)
Map< Data< Field::TSDF, ColB, IdB >, Res::Multi, BlockSize > MapType
Definition multires_tsdf_updater.hpp:20
MapType::OctreeType OctreeType
Definition multires_tsdf_updater.hpp:22
Definition updater.hpp:16