|
MachineIntelligenceCore:Algorithms
|
Class representing an exit action. More...
#include <Action2D.hpp>


Public Member Functions | |
| ExitAction () | |
Public Member Functions inherited from mic::types::NESWAction | |
| NESWAction () | |
| NESWAction (NESW type_) | |
| NESWAction (size_t type_) | |
| void | setAction (NESW type_) |
Public Member Functions inherited from mic::types::Action2D< NESW > | |
| virtual | ~Action2D () |
| NESW | getType () |
Public Member Functions inherited from mic::types::Action2DInterface | |
| Action2DInterface () | |
Additional Inherited Members | |
Public Attributes inherited from mic::types::Action2DInterface | |
| int | dx |
| Increment according to x axis. More... | |
| int | dy |
| Increment according to y axis. More... | |
Protected Member Functions inherited from mic::types::Action2D< NESW > | |
| Action2D () | |
Protected Attributes inherited from mic::types::Action2D< NESW > | |
| 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.