HOG2
Classes | Functions
Map2DHeading.h File Reference
#include "SearchEnvironment.h"
#include "Map.h"
#include <cassert>
#include <iostream>
#include <unordered_map>
Include dependency graph for Map2DHeading.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  xyhLoc
 
struct  xyhAct
 
class  Map2DHeading
 
struct  Map2DHeading::hdData
 

Functions

static std::ostream & operator<< (std::ostream &out, const xyhLoc &loc)
 
static bool operator== (const xyhLoc &l1, const xyhLoc &l2)
 

Function Documentation

◆ operator<<()

static std::ostream& operator<< ( std::ostream &  out,
const xyhLoc loc 
)
static

Definition at line 30 of file Map2DHeading.h.

References loc::x, and loc::y.

◆ operator==()

static bool operator== ( const xyhLoc l1,
const xyhLoc l2 
)
static

Definition at line 36 of file Map2DHeading.h.

References xyhLoc::h, xyhLoc::x, and xyhLoc::y.