![]() |
NEURON
|
Section to segment mapping. More...
#include <nrnsection_mapping.h>
Public Member Functions | |
SecMapping (int n, std::string s) | |
size_t | size () |
Public Attributes | |
int | nsec |
number of sections in section list More... | |
std::string | name |
name of section list More... | |
std::vector< int > | segments |
list of segments More... | |
std::vector< int > | sections |
list sections associated with each segment More... | |
std::vector< double > | seglfp_factors |
list of lfp factors associated with each segment More... | |
int | num_electrodes |
Number of electrodes per segment. More... | |
Section to segment mapping.
For a section list (of particulat type), store mapping of section to segment. Note that the section is repeated when there are multiple segments in a section.
Definition at line 12 of file nrnsection_mapping.h.
|
inline |
Definition at line 31 of file nrnsection_mapping.h.
|
inline |
Definition at line 35 of file nrnsection_mapping.h.
std::string SecMapping::name |
name of section list
Definition at line 17 of file nrnsection_mapping.h.
int SecMapping::nsec |
number of sections in section list
Definition at line 14 of file nrnsection_mapping.h.
int SecMapping::num_electrodes |
Number of electrodes per segment.
Definition at line 29 of file nrnsection_mapping.h.
std::vector<int> SecMapping::sections |
list sections associated with each segment
Definition at line 23 of file nrnsection_mapping.h.
std::vector<double> SecMapping::seglfp_factors |
list of lfp factors associated with each segment
Definition at line 26 of file nrnsection_mapping.h.
std::vector<int> SecMapping::segments |
list of segments
Definition at line 20 of file nrnsection_mapping.h.