Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

NeuronFactory Class Template Reference

#include <amygdala/netloader.h>

Inheritance diagram for NeuronFactory:

List of all members.

Public Methods

 NeuronFactory ()
virtual ~NeuronFactory ()
virtual NeuronNewNeuron (AmIdInt id)
virtual string GetType ()

Detailed Description

template<class neuron>
class NeuronFactory< neuron >

create Neuron instances of class <neuron>. When users want to write their own neuron types they can instantiale a NeuronFactory for it and register it.
See also:
NetLoader::RegisterNeuronClass()
Author:
Rüdiger Koch


Member Function Documentation

template<class neuron>
virtual string NeuronFactory< neuron >::GetType   [inline, virtual]
 

Return the Type of the Neuron class


The documentation for this class was generated from the following file:
Generated on Wed Sep 4 02:30:37 2002 for Amygdala by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002