NEST  2.6.0,not_revisioned_source_dir@0
topology_names.h
Go to the documentation of this file.
1 /*
2  * topology_names.h
3  *
4  * This file is part of NEST.
5  *
6  * Copyright (C) 2004 The NEST Initiative
7  *
8  * NEST is free software: you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation, either version 2 of the License, or
11  * (at your option) any later version.
12  *
13  * NEST is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with NEST. If not, see <http://www.gnu.org/licenses/>.
20  *
21  */
22 
23 #ifndef TOPOLOGY_NAMES_H
24 #define TOPOLOGY_NAMES_H
25 
26 /*
27  This file is part of the NEST topology module.
28  Author: Kittel Austvoll
29 
30 */
31 
32 #include "name.h"
33 
34 namespace nest
35 {
40  namespace names
41  {
42  extern const Name rows;
43  extern const Name columns;
44  extern const Name row;
45  extern const Name column;
46  extern const Name depth;
47  extern const Name extent;
48  extern const Name center;
49  extern const Name edge_wrap;
50  extern const Name anchor;
51  // extern const Name x; // this name is already defined in nest_names
52  extern const Name y;
53  extern const Name positions;
54  extern const Name topology;
55  extern const Name points;
56  extern const Name sources;
57  extern const Name mask;
58  extern const Name lid;
59  extern const Name elements;
60  extern const Name allow_oversized_mask;
61  extern const Name connection_type;
63  extern const Name convergent;
64  extern const Name divergent;
65  extern const Name kernel;
66  extern const Name lower_left;
67  extern const Name upper_right;
68  extern const Name radius;
69  extern const Name outer_radius;
70  extern const Name inner_radius;
71  extern const Name tau;
72  extern const Name p_center;
73  extern const Name sigma;
74  extern const Name min;
75  extern const Name max;
76  extern const Name mean_x;
77  extern const Name mean_y;
78  extern const Name sigma_x;
79  extern const Name sigma_y;
80  extern const Name rho;
81  extern const Name layers;
82  extern const Name layer;
83  extern const Name allow_autapses;
84  extern const Name allow_multapses;
85  extern const Name circular;
86  extern const Name spherical;
87  extern const Name rectangular;
88  extern const Name box;
89  extern const Name volume;
90  extern const Name doughnut;
91  extern const Name grid;
92  extern const Name grid3d;
93  extern const Name cutoff;
94  extern const Name mu;
95  }
96 }
97 
98 #endif
const Name mean_y("mean_y")
Definition: topology_names.h:77
const Name number_of_connections("number_of_connections")
Definition: topology_names.h:62
const Name edge_wrap("edge_wrap")
Definition: topology_names.h:49
const Name elements("elements")
Definition: topology_names.h:59
const Name kernel("kernel")
Definition: topology_names.h:65
const Name layer("layer")
Definition: topology_names.h:82
const Name volume("volume")
Definition: topology_names.h:89
const Name rho("rho")
Definition: topology_names.h:80
const Name spherical("spherical")
Definition: topology_names.h:86
const Name extent("extent")
Definition: topology_names.h:47
const Name layers("layers")
Definition: topology_names.h:81
const Name lower_left("lower_left")
Definition: topology_names.h:66
Represent strings by ints to facilitate fast comparison.
Definition: name.h:53
const Name connection_type("connection_type")
Definition: topology_names.h:61
const Name depth("depth")
Definition: topology_names.h:46
const Name row("row")
Definition: topology_names.h:44
const Name tau("tau")
Definition: topology_names.h:71
const Name sigma_x("sigma_x")
Definition: topology_names.h:78
const Name points("points")
Definition: topology_names.h:55
const Name sigma_y("sigma_y")
Definition: topology_names.h:79
const Name radius("radius")
Definition: topology_names.h:68
const Name anchor("anchor")
Definition: topology_names.h:50
const Name box("box")
Definition: topology_names.h:88
const Name y("y")
Definition: topology_names.h:52
const Name allow_multapses("allow_multapses")
Definition: topology_names.h:84
const Name center("center")
Definition: topology_names.h:48
const Name p_center("p_center")
Definition: topology_names.h:72
const Name rectangular("rectangular")
Definition: topology_names.h:87
const Name doughnut("doughnut")
Definition: topology_names.h:90
const Name positions("positions")
Definition: topology_names.h:53
const Name sources("sources")
Definition: topology_names.h:56
const Name divergent("divergent")
Definition: topology_names.h:64
const Name grid3d("grid3d")
Definition: topology_names.h:92
const Name topology("topology")
Definition: topology_names.h:54
const Name mean_x("mean_x")
Definition: topology_names.h:76
const Name min("min")
Definition: topology_names.h:74
const Name lid("lid")
Definition: topology_names.h:58
const Name convergent("convergent")
Definition: topology_names.h:63
const Name allow_oversized_mask("allow_oversized_mask")
Definition: topology_names.h:60
const Name columns("columns")
Definition: topology_names.h:43
const Name allow_autapses("allow_autapses")
Definition: topology_names.h:83
const Name max("max")
Definition: topology_names.h:75
const Name sigma("sigma")
Definition: topology_names.h:73
const Name inner_radius("inner_radius")
Definition: topology_names.h:70
const Name column("column")
Definition: topology_names.h:45
const Name grid("grid")
Definition: topology_names.h:91
const Name mask("mask")
Definition: topology_names.h:57
const Name cutoff("cutoff")
Definition: topology_names.h:93
const Name rows("rows")
Number of rows in a layer or mask.
Definition: topology_names.h:42
const Name mu("mu")
Definition: topology_names.h:94
const Name circular("circular")
Definition: topology_names.h:85
const Name upper_right("upper_right")
Definition: topology_names.h:67
const Name outer_radius("outer_radius")
Definition: topology_names.h:69