Home
last modified time | relevance | path

Searched refs:removeList_ (Results 1 – 3 of 3) sorted by relevance

/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/sbl/src/
H A DpSBL.cpp85 removeList_.motions.clear(); in clear()
116 removeList_.lock.lock(); in threadSolve()
117 if (!removeList_.motions.empty()) in threadSolve()
123 for (auto &motion : removeList_.motions) in threadSolve()
126 removeList_.motions.clear(); in threadSolve()
132 removeList_.lock.unlock(); in threadSolve()
355 removeList_.lock.lock(); in isPathValid()
356 removeList_.motions.push_back(prm); in isPathValid()
357 removeList_.lock.unlock(); in isPathValid()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/common/
H A Ddofmanager.hh135 LocalIndexSetObjectsType & removeList_; member in Dune::Fem::ManagedIndexSet
151 , removeList_(removeList) in ManagedIndexSet()
159 removeList_ += removeIdxObj_; in ManagedIndexSet()
170 removeList_.remove( removeIdxObj_ ); in ~ManagedIndexSet()
/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/sbl/
H A DpSBL.h259 MotionsToBeRemoved removeList_; variable