HOG2
Classes | Typedefs | Functions
MotionCaptureMovement.h File Reference
#include <iostream>
#include "SearchEnvironment.h"
#include "UnitSimulation.h"
#include "FPUtil.h"
Include dependency graph for MotionCaptureMovement.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mcMovementState
 
class  MCEnvironment
 

Typedefs

typedef int mcMovementAction
 

Functions

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

Typedef Documentation

◆ mcMovementAction

typedef int mcMovementAction

Definition at line 37 of file MotionCaptureMovement.h.

Function Documentation

◆ operator<<()

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

Definition at line 31 of file MotionCaptureMovement.h.

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

◆ operator==()

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