9#ifndef SE_SINGLERES_TSDF_UPDATER_HPP
10#define SE_SINGLERES_TSDF_UPDATER_HPP
17template<Colour ColB, Semantics SemB,
int BlockSize,
typename SensorT>
21 typedef typename MapType::OctreeType::BlockType
BlockType;
31#include "impl/singleres_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::BlockType BlockType
Definition singleres_tsdf_updater.hpp:21
MapType::DataType DataType
Definition singleres_tsdf_updater.hpp:20
Updater(MapType &map, std::vector< OctantBase * > &block_ptrs, const timestamp_t timestamp, const Measurements< SensorT > &measurements)
Map< Data< Field::TSDF, ColB, SemB >, Res::Single, BlockSize > MapType
Definition singleres_tsdf_updater.hpp:19
Definition updater.hpp:16