TarzaNN
TarzaNN neural network simulator
Public Member Functions | Static Public Member Functions
FeaturePlaneProxy Class Reference

#include <FeaturePlaneProxy.h>

Inheritance diagram for FeaturePlaneProxy:
FeaturePlaneAbstract Observer Viewable

List of all members.

Public Member Functions

 FeaturePlaneProxy ()
 FeaturePlaneProxy (Network *net, int l, QString *n, int w, int h, int angles, int speeds, int alpha, int speed, NotifyStrategyAbstract *notify)
 FeaturePlaneProxy (Network *net, int l, char *filename)
 ~FeaturePlaneProxy ()
void run ()
 Entry point for thread pool invocation.
FeaturePlaneInputaddFilter (Filter *f, FeaturePlaneAbstract *fp, int type, int fpOutputIndex, bool wta)

Static Public Member Functions

static int getType (const QString &name)
static QString getType (int value)

Detailed Description

Proxy for a FeaturePlane on a remote computer. This class handles communications between feature planes. Uses the Proxy design pattern


Constructor & Destructor Documentation

FeaturePlaneProxy::FeaturePlaneProxy ( )
FeaturePlaneProxy::FeaturePlaneProxy ( Network net,
int  l,
QString *  n,
int  w,
int  h,
int  angles,
int  speeds,
int  alpha,
int  speed,
NotifyStrategyAbstract notify 
)

Normal constructor

FeaturePlaneProxy::FeaturePlaneProxy ( Network net,
int  l,
char *  filename 
)

Proxy of input feature plane, reads in file to get width and height.

FeaturePlaneProxy::~FeaturePlaneProxy ( )

Member Function Documentation

FeaturePlaneInput * FeaturePlaneProxy::addFilter ( Filter f,
FeaturePlaneAbstract fp,
int  type,
int  fpOutputIndex,
bool  wta 
) [virtual]

Add an input filter/feature plane pair. In general, do nothing, redefined in FeaturePlane

Reimplemented from FeaturePlaneAbstract.

static int FeaturePlaneProxy::getType ( const QString &  name) [static]
static QString FeaturePlaneProxy::getType ( int  value) [static]

Reimplemented from FeaturePlaneAbstract.

void FeaturePlaneProxy::run ( )

Entry point for thread pool invocation.

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