supereight
Loading...
Searching...
No Matches
Functions
se::integrator Namespace Reference

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.
 

Detailed Description

Helper wrapper to integrate data in the octree.

Function Documentation

◆ setData()

template<typename OctreeT >
bool se::integrator::setData ( OctreeT octree,
const Eigen::Vector3i &  voxel_coord,
const typename OctreeT::DataType &  data 
)
inline

Set voxel data for a given coordinate.

Template Parameters
OctreeTThe type of the octree used
Parameters
[in]octree_ptrThe shared pointer to the octree
[in]voxel_coordThe coordinates of the voxel to be set
[in]dataThe data to be set in the voxel
Returns
True if the data was set, False otherwise