All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
ompl::base::PlannerOrTerminationCondition Class Reference

Combine two termination conditions into one. If either termination condition returns true, this one will return true as well. More...

#include <PlannerTerminationCondition.h>

Inheritance diagram for ompl::base::PlannerOrTerminationCondition:

List of all members.

Public Member Functions

 PlannerOrTerminationCondition (const PlannerTerminationCondition &c1, const PlannerTerminationCondition &c2)

Detailed Description

Combine two termination conditions into one. If either termination condition returns true, this one will return true as well.

Definition at line 172 of file PlannerTerminationCondition.h.


The documentation for this class was generated from the following files: