#include <NeuronGroupType.h>
Static Public Member Functions | |
| static char * | getDescription (unsigned short) |
| static void | getParameters (map< string, string > &, unsigned short) |
| static unsigned short | getType (string) |
| static unsigned short * | getTypes () |
| static void | printParameters () |
Static Public Attributes | |
| static const int | NumberTypes = NUM_NEUR_GRP_TYPES |
| static const unsigned short | RectangularLayer2D = RECTANGULAR_LAYER_2D_VALUE |
| static const unsigned short | RectangularLayer3D = RECTANGULAR_LAYER_3D_VALUE |
| static const unsigned short | SIMNOSComponentLayer = SIMNOS_COMPONENT_LAYER_VALUE |
Definition at line 96 of file NeuronGroupType.h.
|
|
Returns a cstring description of the type. Definition at line 34 of file NeuronGroupType.cpp. References RECTANGULAR_LAYER_2D_DESC, RECTANGULAR_LAYER_3D_DESC, RectangularLayer2D, RectangularLayer3D, SIMNOS_COMPONENT_LAYER_DESC, and SIMNOSComponentLayer. |
|
||||||||||||
|
Returns the parameters associated with a particular connection type. Definition at line 45 of file NeuronGroupType.cpp. References NUM_RECTANGULAR_LAYER_2D_PARAM, NUM_RECTANGULAR_LAYER_3D_PARAM, NUM_SIMNOS_COMPONENT_LAYER_PARAM, RECTANGULAR_LAYER_2D_PARAM, RECTANGULAR_LAYER_3D_PARAM, RectangularLayer2D, RectangularLayer3D, SIMNOS_COMPONENT_LAYER_PARAM, and SIMNOSComponentLayer. |
|
|
Returns the type value when given the type description. Definition at line 71 of file NeuronGroupType.cpp. References RECTANGULAR_LAYER_2D_DESC, RECTANGULAR_LAYER_3D_DESC, RectangularLayer2D, RectangularLayer3D, SIMNOS_COMPONENT_LAYER_DESC, SIMNOSComponentLayer, and UNDEFINED_TYPE. |
|
|
Returns an array containing all of the type values. Definition at line 84 of file NeuronGroupType.cpp. References NumberTypes, RectangularLayer2D, RectangularLayer3D, and SIMNOSComponentLayer. |
|
|
Debugging method to check that parameter definitions are working ok. Definition at line 94 of file NeuronGroupType.cpp. References NUM_RECTANGULAR_LAYER_2D_PARAM, NUM_RECTANGULAR_LAYER_3D_PARAM, NUM_SIMNOS_COMPONENT_LAYER_PARAM, RECTANGULAR_LAYER_2D_DESC, RECTANGULAR_LAYER_2D_PARAM, RECTANGULAR_LAYER_3D_DESC, RECTANGULAR_LAYER_3D_PARAM, SIMNOS_COMPONENT_LAYER_DESC, and SIMNOS_COMPONENT_LAYER_PARAM. |
|
|
Number of types of neuron group. Definition at line 102 of file NeuronGroupType.h. Referenced by getTypes(). |
|
|
2D rectangular neuron group. Definition at line 105 of file NeuronGroupType.h. Referenced by getDescription(), getParameters(), getType(), and getTypes(). |
|
|
3D rectangular neuron group. Definition at line 108 of file NeuronGroupType.h. Referenced by getDescription(), getParameters(), getType(), and getTypes(). |
|
|
SIMNOS component neuron group. Definition at line 111 of file NeuronGroupType.h. Referenced by getDescription(), getParameters(), getType(), and getTypes(). |
1.4.4