Go to the source code of this file.
|
| typedef boost::function< ompl::base::PlannerPtr(const ompl::base::SpaceInformationPtr &si, const std::string &name)> | ConfiguredPlannerAllocator |
| |
| template<class T > |
| using | ompl_ptr = boost::shared_ptr< T > |
| |
|
| template<class T , class T1 > |
| boost::shared_ptr< T > | ompl_cast (boost::shared_ptr< T1 > ptr) |
| |
◆ ConfiguredPlannerAllocator
| typedef boost::function<ompl::base::PlannerPtr(const ompl::base::SpaceInformationPtr &si, const std::string &name)> ConfiguredPlannerAllocator |
◆ ompl_ptr
◆ ompl_cast()
template<class T , class T1 >
| boost::shared_ptr<T> ompl_cast |
( |
boost::shared_ptr< T1 > |
ptr | ) |
|