Assignment Search Framework
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
map_pathfinding_transitions.h File Reference

Go to the source code of this file.

Classes

class  MapPathfindingTransitions
 

Enumerations

enum  MapDir {
  MapDir::north, MapDir::northeast, MapDir::east, MapDir::southeast,
  MapDir::south, MapDir::southwest, MapDir::west, MapDir::northwest,
  MapDir::dummy
}
 

Functions

std::ostream & operator<< (std::ostream &out, const MapDir &dir)
 

Enumeration Type Documentation

enum MapDir
strong
Enumerator
north 
northeast 
east 
southeast 
south 
southwest 
west 
northwest 
dummy 

Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const MapDir dir 
)

Defines an output representation map pathfinding actions.

Parameters
outThe output stream.
dirThe action to output.
Returns
A string representation of the given action.