Represent single node entry in node collection. More...
#include <node_collection.h>
Public Member Functions | |
| NodeIDTriple ()=default | |
Public Attributes | |
| size_t | node_id { 0 } |
| Global ID of neuron. | |
| size_t | model_id { 0 } |
| ID of neuron model. | |
| size_t | nc_index { 0 } |
| position with node collection | |
Represent single node entry in node collection.
These triples are not actually stored in the node collection, they are constructed when an iterator is dereferenced.
|
default |
| size_t nest::NodeIDTriple::model_id { 0 } |
ID of neuron model.
Referenced by nest::nc_const_iterator::operator*(), and nest::NodeCollectionComposite::print_me().
| size_t nest::NodeIDTriple::nc_index { 0 } |
position with node collection
Referenced by nest::nc_const_iterator::operator*().
| size_t nest::NodeIDTriple::node_id { 0 } |
Global ID of neuron.
Referenced by nest::nc_const_iterator::operator*(), and nest::NodeCollectionComposite::print_me().