![]() |
Eclipse SUMO - Simulation of Urban MObility
|
view position More...
#include <InternalTest.h>
Public Member Functions | |
int | getDown () const |
get down value | |
int | getLeft () const |
get left value | |
int | getRight () const |
get right value | |
int | getUp () const |
get up value | |
Movement () | |
default constructor | |
Movement (const std::string &up, const std::string &down, const std::string &left, const std::string &right) | |
constructor | |
Private Attributes | |
int | myDown = 0 |
down value | |
int | myLeft = 0 |
left value | |
int | myRight = 0 |
right value | |
int | myUp = 0 |
up value | |
view position
Definition at line 101 of file InternalTest.h.
InternalTest::Movement::Movement | ( | ) |
default constructor
Definition at line 106 of file InternalTest.cpp.
InternalTest::Movement::Movement | ( | const std::string & | up, |
const std::string & | down, | ||
const std::string & | left, | ||
const std::string & | right | ||
) |
constructor
Definition at line 109 of file InternalTest.cpp.
int InternalTest::Movement::getDown | ( | ) | const |
get down value
Definition at line 125 of file InternalTest.cpp.
int InternalTest::Movement::getLeft | ( | ) | const |
get left value
Definition at line 131 of file InternalTest.cpp.
int InternalTest::Movement::getRight | ( | ) | const |
get right value
Definition at line 137 of file InternalTest.cpp.
int InternalTest::Movement::getUp | ( | ) | const |
get up value
Definition at line 119 of file InternalTest.cpp.
|
private |
down value
Definition at line 128 of file InternalTest.h.
|
private |
left value
Definition at line 131 of file InternalTest.h.
|
private |
right value
Definition at line 134 of file InternalTest.h.
|
private |
up value
Definition at line 125 of file InternalTest.h.