NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::ThirdInBuilder::SourceThirdInfo_ Struct Reference

Provide information on connections from primary source to third-factor population. More...

Public Member Functions

 SourceThirdInfo_ ()
 
 SourceThirdInfo_ (size_t src, size_t trd, size_t rank)
 

Public Attributes

size_t source_gid
 GID of source node to connect from.
 
size_t third_gid
 GID of third-factor node to connect to.
 
size_t third_rank
 Rank of third-factor node (stored locally as it is needed multiple times)
 

Detailed Description

Provide information on connections from primary source to third-factor population.

Data is written by ThirdOutBuilder and communicated and processed by ThirdInBuilder.

Constructor & Destructor Documentation

◆ SourceThirdInfo_() [1/2]

nest::ThirdInBuilder::SourceThirdInfo_::SourceThirdInfo_ ( )
inline

◆ SourceThirdInfo_() [2/2]

nest::ThirdInBuilder::SourceThirdInfo_::SourceThirdInfo_ ( size_t  src,
size_t  trd,
size_t  rank 
)
inline

Member Data Documentation

◆ source_gid

size_t nest::ThirdInBuilder::SourceThirdInfo_::source_gid

GID of source node to connect from.

◆ third_gid

size_t nest::ThirdInBuilder::SourceThirdInfo_::third_gid

GID of third-factor node to connect to.

◆ third_rank

size_t nest::ThirdInBuilder::SourceThirdInfo_::third_rank

Rank of third-factor node (stored locally as it is needed multiple times)


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