SiReNe Simulation Software  1.0
NeuralModel Struct Reference

Description of a neural model containing neurons of the same type. More...

#include <Sirene.h>

Collaboration diagram for NeuralModel:

Data Fields

NeuronNeurons
 List of neurons in the model. More...
 
int NumberOfNeurons
 Number of neurons. More...
 
int NumberOfParameters
 Number of parameters. More...
 
int NumberOfVariables
 Number of variables. More...
 
int FirstNeuronNumber
 First neuron number in global list. More...
 
double SpikeTreshold
 Spike detection by a potential threshold. More...
 
double * Parameters
 Parameters array. More...
 
void(* ODEModel )(Simul *Simulation, int ModelNum, int NeuronNum, double t, double *Variables, double *Derivatives)
 ODE of the neural model. More...
 

Detailed Description


Field Documentation

◆ FirstNeuronNumber

int NeuralModel::FirstNeuronNumber

Referenced by main(), and PrepareSimu().

◆ Neurons

◆ NumberOfNeurons

int NeuralModel::NumberOfNeurons

◆ NumberOfParameters

int NeuralModel::NumberOfParameters

Referenced by main(), NeuralModelPrint(), and PrepareSimu().

◆ NumberOfVariables

int NeuralModel::NumberOfVariables

◆ ODEModel

void(* NeuralModel::ODEModel) (Simul *Simulation, int ModelNum, int NeuronNum, double t, double *Variables, double *Derivatives)

Referenced by main(), and UpdateNeuron().

◆ Parameters

double* NeuralModel::Parameters

◆ SpikeTreshold

double NeuralModel::SpikeTreshold

The documentation for this struct was generated from the following file: