ZoneManager Class Reference
#include <ZoneOps.h>
List of all members.
Public Member Functions |
void | build_graph (const ObstacleList &obstacles, const MapXY &start) |
WayPointNodeList | path_through_zone (const ObstacleList &obstacles, MapXY start, MapXY end) |
| ZoneManager (const ZonePerimeter &_zone, float _safety_radius, float _scale, int _max_cells, bool _write_graph, ElementID _starting_id, MapXY _lower_left, MapXY _upper_right) |
Public Attributes |
ElementID | starting_id |
Private Attributes |
WayPointEdgeList | edges |
MapXY | ll |
WayPointNodeList | nodes |
std::vector< MapXY > | perimeter_points |
float | safety_radius |
float | scale |
MapXY | ur |
bool | write_graph |
ZonePerimeter | zone |
Detailed Description
Definition at line 14 of file ZoneOps.h.
Constructor & Destructor Documentation
ZoneManager::ZoneManager |
( |
const ZonePerimeter & |
_zone, |
|
|
float |
_safety_radius, |
|
|
float |
_scale, |
|
|
int |
_max_cells, |
|
|
bool |
_write_graph, |
|
|
ElementID |
_starting_id, |
|
|
MapXY |
_lower_left, |
|
|
MapXY |
_upper_right | |
|
) |
| | |
Member Function Documentation
void ZoneManager::build_graph |
( |
const ObstacleList & |
obstacles, |
|
|
const MapXY & |
start | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following files:
art_map
Author(s): David Li, Patrick Beeson, Bartley Gillen, Tarun Nimmagadda,
Mickey Ristroph, Michael Quinlan, Jack O'Quin
autogenerated on Fri Mar 1 14:12:37 2013