occupancy_grid_utils::TerminationCondition Struct Reference

Termination condition for shortest path search max_dist is a distance such that as soon as we see a cell with greater than this distance, we stop goals is a set such that once we've expanded all the cells in this set, we stop. More...

#include <shortest_path.h>

List of all members.

Public Member Functions

 TerminationCondition (const Cells &goals, const double max_distance)
 TerminationCondition (const Cells &goals)
 TerminationCondition (double max_distance)
 TerminationCondition ()

Public Attributes

boost::optional< std::set< Cell > > goals_
boost::optional< double > max_distance_

Detailed Description

Termination condition for shortest path search max_dist is a distance such that as soon as we see a cell with greater than this distance, we stop goals is a set such that once we've expanded all the cells in this set, we stop.

Definition at line 78 of file shortest_path.h.


Constructor & Destructor Documentation

occupancy_grid_utils::TerminationCondition::TerminationCondition (  ) 

Definition at line 56 of file shortest_path.cpp.

occupancy_grid_utils::TerminationCondition::TerminationCondition ( double  max_distance  ) 

Definition at line 59 of file shortest_path.cpp.

occupancy_grid_utils::TerminationCondition::TerminationCondition ( const Cells goals  ) 

Definition at line 63 of file shortest_path.cpp.

occupancy_grid_utils::TerminationCondition::TerminationCondition ( const Cells goals,
const double  max_distance 
)

Definition at line 67 of file shortest_path.cpp.


Member Data Documentation

Definition at line 86 of file shortest_path.h.

Definition at line 85 of file shortest_path.h.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Friends


occupancy_grid_utils
Author(s): Bhaskara Marthi
autogenerated on Fri Jan 11 10:07:10 2013