|
TarzaNN
TarzaNN neural network simulator
|
#include <InputSocketFeaturePlane.h>
Public Member Functions | |
| ~InputSocketFeaturePlane () | |
| OutputImage * | getHeadImage () |
| bool | moveHead (int deltaX, int deltaY, bool notify=true) |
Protected Member Functions | |
| InputSocketFeaturePlane (Network *net, int l, QString *n, int w, int h, NotifyStrategyAbstract *notify, const char *controllerHost="130.63.92.218", int controllerPort=4000, const char *imageHost="130.63.92.218", int imagePort=5000) | |
Friends | |
| class | FeaturePlaneFactory |
| InputSocketFeaturePlane::InputSocketFeaturePlane | ( | Network * | net, |
| int | l, | ||
| QString * | n, | ||
| int | w, | ||
| int | h, | ||
| NotifyStrategyAbstract * | notify, | ||
| const char * | controllerHost = "130.63.92.218", |
||
| int | controllerPort = 4000, |
||
| const char * | imageHost = "130.63.92.218", |
||
| int | imagePort = 5000 |
||
| ) | [protected] |
| InputSocketFeaturePlane::~InputSocketFeaturePlane | ( | ) |
| OutputImage * InputSocketFeaturePlane::getHeadImage | ( | ) | [virtual] |
Reimplemented from FeaturePlaneAbstract.
| bool InputSocketFeaturePlane::moveHead | ( | int | deltaX, |
| int | deltaY, | ||
| bool | notify = true |
||
| ) | [virtual] |
todo update due to the fact we have implemented InputControllerAbstract with templates, we cannot do dynamic casting. we will have to overload a whole bunch of methods in the appropriate classes
Reimplemented from FeaturePlaneAbstract.
friend class FeaturePlaneFactory [friend] |
Reimplemented from FeaturePlaneAbstract.
1.7.5.1