supereight
|
Go to the source code of this file.
Namespaces | |
namespace | se |
Helper wrapper to allocate and de-allocate octants in the octree. | |
namespace | se::integrator |
Helper wrapper to integrate data in the octree. | |
Functions | |
template<typename OctreeT > | |
bool | se::integrator::setData (OctreeT &octree, const Eigen::Vector3i &voxel_coord, const typename OctreeT::DataType &data) |
Set voxel data for a given coordinate. | |