CoreNEURON
|
#include <numeric>
#include <string>
#include <utility>
#include <vector>
#include <map>
#include <iostream>
Go to the source code of this file.
Classes | |
struct | coreneuron::SecMapping |
Section to segment mapping. More... | |
struct | coreneuron::CellMapping |
Compartment mapping information for a cell. More... | |
struct | coreneuron::NrnThreadMappingInfo |
Compartment mapping information for NrnThread. More... | |
Namespaces | |
coreneuron | |
THIS FILE IS AUTO GENERATED DONT MODIFY IT. | |
Typedefs | |
using | coreneuron::segvec_type = std::vector< int > |
type to store every section and associated segments More... | |
using | coreneuron::secseg_map_type = std::map< int, segvec_type > |
using | coreneuron::secseg_it_type = secseg_map_type::iterator |