, including all inherited members.
addStartState(const State *state) | ompl::base::ProblemDefinition | [inline] |
addStartState(const ScopedState<> &state) | ompl::base::ProblemDefinition | [inline] |
clearGoal(void) | ompl::base::ProblemDefinition | [inline] |
clearStartStates(void) | ompl::base::ProblemDefinition | [inline] |
fixInvalidInputState(State *state, double dist, bool start, unsigned int attempts) | ompl::base::ProblemDefinition | [protected] |
fixInvalidInputStates(double distStart, double distGoal, unsigned int attempts) | ompl::base::ProblemDefinition | |
getGoal(void) const | ompl::base::ProblemDefinition | [inline] |
getInputStates(std::vector< const State * > &states) const | ompl::base::ProblemDefinition | |
getStartState(unsigned int index) const | ompl::base::ProblemDefinition | [inline] |
getStartState(unsigned int index) | ompl::base::ProblemDefinition | [inline] |
getStartStateCount(void) const | ompl::base::ProblemDefinition | [inline] |
goal_ | ompl::base::ProblemDefinition | [protected] |
hasStartState(const State *state, unsigned int *startIndex=NULL) | ompl::base::ProblemDefinition | |
isTrivial(unsigned int *startIndex=NULL, double *distance=NULL) const | ompl::base::ProblemDefinition | |
msg_ | ompl::base::ProblemDefinition | [protected] |
print(std::ostream &out=std::cout) const | ompl::base::ProblemDefinition | |
ProblemDefinition(const SpaceInformationPtr &si) | ompl::base::ProblemDefinition | [inline] |
setGoal(const GoalPtr &goal) | ompl::base::ProblemDefinition | [inline] |
setGoalState(const State *goal, const double threshold=std::numeric_limits< double >::epsilon()) | ompl::base::ProblemDefinition | |
setGoalState(const ScopedState<> &goal, const double threshold=std::numeric_limits< double >::epsilon()) | ompl::base::ProblemDefinition | [inline] |
setStartAndGoalStates(const State *start, const State *goal, const double threshold=std::numeric_limits< double >::epsilon()) | ompl::base::ProblemDefinition | |
setStartAndGoalStates(const ScopedState<> &start, const ScopedState<> &goal, const double threshold=std::numeric_limits< double >::epsilon()) | ompl::base::ProblemDefinition | [inline] |
si_ | ompl::base::ProblemDefinition | [protected] |
startStates_ | ompl::base::ProblemDefinition | [protected] |
~ProblemDefinition(void) | ompl::base::ProblemDefinition | [inline, virtual] |