|
|||||||||||
Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
extoutlifneuron.hGo to the documentation of this file.00001 00005 #ifndef _EXTOUTLIFNEURON_H_ 00006 #define _EXTOUTLIFNEURON_H_ 00007 00008 #include "lifneuron.h" 00009 00011 class ExtOutLifNeuron : public LifNeuron { 00012 00013 DO_REGISTERING 00014 00015 public: 00016 ExtOutLifNeuron(void); 00017 ~ExtOutLifNeuron(); 00018 00019 void output(void); 00020 void reset(void); 00021 00023 int myIndex; 00024 00026 int beReal; 00027 }; 00028 00029 #endif | |||||||||||
(C) 2003, Thomas Natschläger | last modified 07/10/2006 |