NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::NodeIDTriple Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ NodeIDTriple()

nest::NodeIDTriple::NodeIDTriple ( )
default

Member Data Documentation

◆ model_id

size_t nest::NodeIDTriple::model_id { 0 }

◆ nc_index

size_t nest::NodeIDTriple::nc_index { 0 }

position with node collection

Referenced by nest::nc_const_iterator::operator*().

◆ node_id

size_t nest::NodeIDTriple::node_id { 0 }

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