CoreNEURON
|
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_ |
std::unordered_map<size_t, std::vector<std::pair<double*, int> > > coreneuron::SummationReport::currents_ |
Definition at line 32 of file nrnreport.hpp.
std::unordered_map<int, std::vector<size_t> > coreneuron::SummationReport::gid_segments_ |
Definition at line 34 of file nrnreport.hpp.
std::vector<double> coreneuron::SummationReport::summation_ = {} |
Definition at line 30 of file nrnreport.hpp.