MachineIntelligenceCore:Algorithms
|
Class representing an exit action. More...
#include <Action2D.hpp>
Public Member Functions | |
ExitAction () | |
![]() | |
NESWAction () | |
NESWAction (NESW type_) | |
NESWAction (size_t type_) | |
void | setAction (NESW type_) |
![]() | |
virtual | ~Action2D () |
NESW | getType () |
![]() | |
Action2DInterface () | |
Additional Inherited Members | |
![]() | |
int | dx |
Increment according to x axis. More... | |
int | dy |
Increment according to y axis. More... | |
![]() | |
Action2D () | |
![]() | |
NESW | type |
Class representing an exit action.
Definition at line 224 of file Action2D.hpp.
|
inline |
Exit action constructor. Empty.
Definition at line 229 of file Action2D.hpp.
References mic::types::Exit, and mic::types::Action2D< NESW >::type.