Home
last modified time | relevance | path

Searched defs:otherTree (Results 1 – 6 of 6) sorted by relevance

/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/sbl/src/
H A DSBL.cpp127 TreeData &otherTree = startTree ? tStart_ : tGoal_; in solve() local
183 bool ompl::geometric::SBL::checkSolution(bool start, TreeData &tree, TreeData &otherTree, Motion *m… in checkSolution()
H A DpSBL.cpp146 TreeData &otherTree = startTree ? tStart_ : tGoal_; in threadSolve() local
259 bool ompl::geometric::pSBL::checkSolution(RNG &rng, bool start, TreeData &tree, TreeData &otherTree in checkSolution()
/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/rlrt/src/
H A DBiRLRT.cpp213 std::vector<Motion *> *tree, *otherTree; in solve() local
/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/rrt/src/
H A DRRTConnect.cpp238 TreeData &otherTree = startTree ? tStart_ : tGoal_; in solve() local
H A DBiTRRT.cpp404 TreeData otherTree = tGoal_; in solve() local
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dtree.cpp374 _TheTree::_TheTree (_String const &name, _TheTree* otherTree):_TreeTopology (&name) { in _TheTree() function in _TheTree