supereight
|
Helper wrapper to integrate data in the octree. More...
Functions | |
template<typename OctreeT > | |
bool | setData (OctreeT &octree, const Eigen::Vector3i &voxel_coord, const typename OctreeT::DataType &data) |
Set voxel data for a given coordinate. | |
Helper wrapper to integrate data in the octree.
|
inline |
Set voxel data for a given coordinate.
OctreeT | The type of the octree used |
[in] | octree_ptr | The shared pointer to the octree |
[in] | voxel_coord | The coordinates of the voxel to be set |
[in] | data | The data to be set in the voxel |