approximate_ | ompl::base::Goal | [protected] |
as(void) | ompl::base::Goal | [inline] |
as(void) const | ompl::base::Goal | [inline] |
clearSolutionPath(void) | ompl::base::Goal | [inline] |
difference_ | ompl::base::Goal | [protected] |
getDifference(void) const | ompl::base::Goal | [inline] |
getMaximumPathLength(void) const | ompl::base::Goal | [inline] |
getSolutionPath(void) const | ompl::base::Goal | [inline] |
getSpaceInformation(void) const | ompl::base::Goal | [inline] |
Goal(const SpaceInformationPtr &si) | ompl::base::Goal | |
isAchieved(void) const | ompl::base::Goal | [inline] |
isApproximate(void) const | ompl::base::Goal | [inline] |
isSatisfied(const State *st) const =0 | ompl::base::Goal | [pure virtual] |
isSatisfied(const State *st, double *distance) const | ompl::base::Goal | [virtual] |
isSatisfied(const State *st, double pathLength, double *distance) const | ompl::base::Goal | |
isStartGoalPairValid(const State *, const State *) const | ompl::base::Goal | [inline, virtual] |
maximumPathLength_ | ompl::base::Goal | [protected] |
path_ | ompl::base::Goal | [protected] |
print(std::ostream &out=std::cout) const | ompl::base::Goal | [inline, virtual] |
setDifference(double difference) | ompl::base::Goal | [inline] |
setMaximumPathLength(double maximumPathLength) | ompl::base::Goal | [inline] |
setSolutionPath(const PathPtr &path, bool approximate=false) | ompl::base::Goal | [inline] |
si_ | ompl::base::Goal | [protected] |
~Goal(void) | ompl::base::Goal | [inline, virtual] |