CSIM: extoutlinearneuron.h Source File

extoutlinearneuron.h

Go to the documentation of this file.
00001 
00005 #ifndef _EXTOUTLINEARNEURON_H_
00006 #define _EXTOUTLINEARNEURON_H_
00007 
00008 #include "linearneuron.h"
00009 
00011 class ExtOutLinearNeuron : public LinearNeuron {
00012 
00013   DO_REGISTERING
00014 
00015   public:
00016   ExtOutLinearNeuron(void);
00017   ~ExtOutLinearNeuron();
00018 
00019   void output(void);
00020   void reset(void);
00021 
00022  private:
00024   int myIndex;
00025 
00027   int beReal;
00028 };
00029 
00030 #endif

 
(C) 2003, Thomas Natschläger last modified 07/10/2006