7 #ifdef HPP_FCL_HAS_DOXYGEN_AUTODOC 8 #include "doxygen_autodoc/functions.h" 16 bp::class_<OcTree, bp::bases<CollisionGeometry>, shared_ptr<OcTree> >(
17 "OcTree", doxygen::class_doc<OcTree>(), bp::no_init)
18 .def(dv::init<OcTree, FCL_REAL>())
FCL_REAL getOccupancyThres() const
the threshold used to decide whether one node is occupied, this is NOT the octree occupied_thresold ...
FCL_REAL getDefaultOccupancy() const
AABB getRootBV() const
get the bounding volume for the root
unsigned int getTreeDepth() const
Returns the depth of octree.
HPP_FCL_DLLAPI OcTreePtr_t makeOctree(const Eigen::Matrix< FCL_REAL, Eigen::Dynamic, 3 > &point_cloud, const FCL_REAL resolution)
Build an OcTree from a point cloud and a given resolution.
FCL_REAL getFreeThres() const
the threshold used to decide whether one node is free, this is NOT the octree free_threshold ...
void def(const char *name, Func func)
void setOccupancyThres(FCL_REAL d)
void setCellDefaultOccupancy(FCL_REAL d)
member_func_impl< function_type > member_func(const char *name, const function_type &function)
void setFreeThres(FCL_REAL d)