TarzaNN
TarzaNN neural network simulator
Public Member Functions | Protected Member Functions | Friends
InputSocketFeaturePlane Class Reference

#include <InputSocketFeaturePlane.h>

Inheritance diagram for InputSocketFeaturePlane:
InputControllerAbstract InputFeaturePlaneAbstract FeaturePlaneAbstract Observer Viewable

List of all members.

Public Member Functions

 ~InputSocketFeaturePlane ()
OutputImagegetHeadImage ()
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

Constructor & Destructor Documentation

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 ( )

Member Function Documentation

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.


Friends And Related Function Documentation

friend class FeaturePlaneFactory [friend]

Reimplemented from FeaturePlaneAbstract.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines