9 #ifndef SE_INTEGRATOR_HPP 10 #define SE_INTEGRATOR_HPP 19 namespace integrator {
31 template<
typename OctreeT>
32 inline bool setData(OctreeT& octree,
33 const Eigen::Vector3i& voxel_coord,
34 const typename OctreeT::DataType& data);
39 #include "impl/integrator_impl.hpp" 41 #endif // SE_INTEGRATOR_HPP bool setData(OctreeT &octree, const Eigen::Vector3i &voxel_coord, const typename OctreeT::DataType &data)
Set voxel data for a given coordinate.
Helper wrapper to allocate and de-allocate octants in the octree.
Definition: colour_utils.hpp:17