Functions

MovementGenerator.cc File Reference

#include "MovementGenerator.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &Stream, const NeighborMapEntry &e)

Detailed Description

Author:
Helge Backhaus

Definition in file MovementGenerator.cc.


Function Documentation

std::ostream& operator<< ( std::ostream &  Stream,
const NeighborMapEntry e 
)

Definition at line 26 of file MovementGenerator.cc.

{
    return Stream << "Positon: " << e.position << " Direction: " << e.direction;
}