supereight
|
#include <Eigen/Core>
#include "impl/structure_meshing_impl.hpp"
Go to the source code of this file.
Namespaces | |
namespace | se |
Helper wrapper to allocate and de-allocate octants in the octree. | |
Functions | |
template<typename OctreeT > | |
OctreeT::StructureMesh | se::octree_structure_mesh (OctreeT &octree, const bool only_leaves=true) |
Return a mesh of the octants of octree . | |