9#ifndef SE_MULTIRES_TSDF_UPDATER_HPP
10#define SE_MULTIRES_TSDF_UPDATER_HPP
18template<Colour ColB, Semantics SemB,
int BlockSize,
typename SensorT>
23 typedef typename MapType::OctreeType::BlockType
BlockType;
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::OctreeType OctreeType
Definition multires_tsdf_updater.hpp:22
MapType::OctreeType::BlockType BlockType
Definition multires_tsdf_updater.hpp:23
Updater(MapType &map, std::vector< OctantBase * > &block_ptrs, const timestamp_t timestamp, const Measurements< SensorT > &measurements)
MapType::DataType DataType
Definition multires_tsdf_updater.hpp:21
Map< Data< Field::TSDF, ColB, SemB >, Res::Multi, BlockSize > MapType
Definition multires_tsdf_updater.hpp:20
Definition updater.hpp:16