Combine two termination conditions into one. Both termination conditions need to return true for this one to return true. More...
#include <PlannerTerminationCondition.h>
Public Member Functions | |
virtual bool | eval (void) const |
Evaluate the termination conditions for c1_ and c2_. | |
PlannerAndTerminationCondition (const PlannerTerminationCondition &c1, const PlannerTerminationCondition &c2) | |
Private Attributes | |
PlannerTerminationCondition | c1_ |
PlannerTerminationCondition | c2_ |
Combine two termination conditions into one. Both termination conditions need to return true for this one to return true.
Definition at line 196 of file PlannerTerminationCondition.h.
ompl::base::PlannerAndTerminationCondition::PlannerAndTerminationCondition | ( | const PlannerTerminationCondition & | c1, | |
const PlannerTerminationCondition & | c2 | |||
) | [inline] |
Definition at line 199 of file PlannerTerminationCondition.h.
virtual bool ompl::base::PlannerAndTerminationCondition::eval | ( | void | ) | const [virtual] |
Evaluate the termination conditions for c1_ and c2_.
Reimplemented from ompl::base::PlannerTerminationCondition.
Definition at line 209 of file PlannerTerminationCondition.h.
Definition at line 210 of file PlannerTerminationCondition.h.