#include <searchmove.h>
Public Member Functions | |
| bool | operator== (const SearchMove &other) |
| SearchMove () | |
| SearchMove (double v, double w, double dt) | |
Public Attributes | |
| double | DeltaT |
| double | V |
| double | W |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, SearchMove &move) |
Definition at line 6 of file searchmove.h.
|
inline |
Definition at line 11 of file searchmove.h.
| SearchMove::SearchMove | ( | double | v, |
| double | w, | ||
| double | dt | ||
| ) |
Definition at line 3 of file searchmove.cpp.
| bool SearchMove::operator== | ( | const SearchMove & | other | ) |
Definition at line 10 of file searchmove.cpp.
|
friend |
Definition at line 17 of file searchmove.h.
| double SearchMove::DeltaT |
Definition at line 9 of file searchmove.h.
| double SearchMove::V |
Definition at line 9 of file searchmove.h.
| double SearchMove::W |
Definition at line 9 of file searchmove.h.