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