Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

InputNeuron.h

Go to the documentation of this file.
00001 #ifndef _INPUTNEURON_H
00002 #define _INPUTNEURON_H
00003 
00004 #include "Neuron.h"
00005 
00006 namespace annie
00007 {
00013 class InputNeuron : public Neuron
00014 {
00015 private:
00017         void _recacheOutput();
00018 
00020         void _recacheError();
00021 public:
00025         InputNeuron(int label);
00026 
00027 
00032         void setValue(real value);
00033 
00038         virtual std::string toString();
00039 
00043         virtual const char *getClassName();
00044 };
00045 
00046 }; //namespace annie
00047 #endif // define _INPUTNEURON_H
00048 

Generated on Wed Apr 23 10:42:33 2003 for BioFilter by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002