CoreNEURON
coreneuron::SummationReport Struct Reference

Detailed Description

Definition at line 28 of file nrnreport.hpp.

#include <nrnreport.hpp>

Public Attributes

std::vector< double > summation_ = {}
 
std::unordered_map< size_t, std::vector< std::pair< double *, int > > > currents_
 
std::unordered_map< int, std::vector< size_t > > gid_segments_
 

Member Data Documentation

◆ currents_

std::unordered_map<size_t, std::vector<std::pair<double*, int> > > coreneuron::SummationReport::currents_

Definition at line 32 of file nrnreport.hpp.

◆ gid_segments_

std::unordered_map<int, std::vector<size_t> > coreneuron::SummationReport::gid_segments_

Definition at line 34 of file nrnreport.hpp.

◆ summation_

std::vector<double> coreneuron::SummationReport::summation_ = {}

Definition at line 30 of file nrnreport.hpp.


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