|
SpikeStream Library
0.2
|
#include <NeuronType.h>
Public Member Functions | |
| NeuronType () | |
| NeuronType (unsigned int neuronTypeID, const QString &description, const QString ¶mTableName, const QString &classLibraryName) | |
| NeuronType (const NeuronType &neurType) | |
| NeuronType & | operator= (const NeuronType &rhs) |
| ~NeuronType () | |
| unsigned int | getID () const |
| QString | getDescription () const |
| int | getParameterCount () |
| QString | getParameterTableName () const |
| QList< ParameterInfo > | getParameterInfoList () const |
| QString | getClassLibaryName () const |
| void | setParameterInfoList (QList< ParameterInfo > ¶mInfoList) |
Holds information about a particular neuron type in the NeuronTypes table.
Definition at line 14 of file NeuronType.h.
Empty construtor
Definition at line 9 of file NeuronType.cpp.
| NeuronType::NeuronType | ( | unsigned int | neuronTypeID, |
| const QString & | description, | ||
| const QString & | paramTableName, | ||
| const QString & | classLibraryName | ||
| ) |
Standard constructor
Definition at line 18 of file NeuronType.cpp.
| NeuronType::NeuronType | ( | const NeuronType & | neurType | ) |
Copy constructor
Definition at line 27 of file NeuronType.cpp.
Destructor
Definition at line 53 of file NeuronType.cpp.
| QString NeuronType::getClassLibaryName | ( | ) | const |
Returns, where applicable, the location of a file holding code for this synapse type.
Definition at line 86 of file NeuronType.cpp.
| QString NeuronType::getDescription | ( | ) | const |
Returns a description of this neuron type
Definition at line 68 of file NeuronType.cpp.
| unsigned int NeuronType::getID | ( | ) | const |
Returns the ID of this neuron type
Definition at line 62 of file NeuronType.cpp.
| int spikestream::NeuronType::getParameterCount | ( | ) | [inline] |
Definition at line 24 of file NeuronType.h.
| QList< ParameterInfo > NeuronType::getParameterInfoList | ( | ) | const |
Returns the list of parameter types
Definition at line 80 of file NeuronType.cpp.
| QString NeuronType::getParameterTableName | ( | ) | const |
Returns the name of the database table holding parameters associated with this neuron type
Definition at line 74 of file NeuronType.cpp.
| NeuronType & NeuronType::operator= | ( | const NeuronType & | rhs | ) |
Assignment operator
Definition at line 37 of file NeuronType.cpp.
| void NeuronType::setParameterInfoList | ( | QList< ParameterInfo > & | parameterInfoList | ) |
Sets the information about the parameters
Definition at line 92 of file NeuronType.cpp.