|
AnimatLab
2
Test
|
Implements the synapse type class. More...
#include "stdafx.h"#include "IonChannel.h"#include "SynapseType.h"#include "Connexion.h"#include "CaActivation.h"#include "Neuron.h"#include "ElectricalSynapse.h"#include "NonSpikingChemicalSynapse.h"#include "SpikingChemicalSynapse.h"#include "IntegrateFireModule.h"#include "ClassFactory.h"#include <time.h>
Include dependency graph for SynapseType.cpp:Go to the source code of this file.
Namespaces | |
| IntegrateFireSim | |
| Contains all of the classes to implement a basic integrate and fire neural model. | |
| IntegrateFireSim::Synapses | |
| Synapse classes for the integrate and fire neural model. | |
Implements the synapse type class.
Definition in file SynapseType.cpp.