#include <PCSIMParserEnvironment.h>
Definition at line 55 of file PCSIMParserEnvironment.h.
typedef map< string, shared_ptr<SimObject> > PCSIMParserEnvironment::cell_map_t |
Definition at line 59 of file PCSIMParserEnvironment.h.
typedef map< string, shared_ptr<SimObject> > PCSIMParserEnvironment::channel_map_t |
Definition at line 60 of file PCSIMParserEnvironment.h.
typedef map< string, shared_ptr<SimObject> > PCSIMParserEnvironment::synapse_map_t |
Definition at line 61 of file PCSIMParserEnvironment.h.
typedef map< string, shared_ptr<SpatialSimObjectPopulation> > PCSIMParserEnvironment::population_map_t |
Definition at line 62 of file PCSIMParserEnvironment.h.
typedef map< string, shared_ptr<ConnectionsProjection> > PCSIMParserEnvironment::projection_map_t |
Definition at line 63 of file PCSIMParserEnvironment.h.
typedef map< string, shared_ptr<SimObject> > PCSIMParserEnvironment::input_map_t |
Definition at line 64 of file PCSIMParserEnvironment.h.
const cell_map_t& PCSIMParserEnvironment::cells | ( | ) | [inline] |
Definition at line 66 of file PCSIMParserEnvironment.h.
shared_ptr<SimObject> PCSIMParserEnvironment::cell | ( | const string & | name | ) | [inline] |
Definition at line 71 of file PCSIMParserEnvironment.h.
const synapse_map_t& PCSIMParserEnvironment::synapses | ( | ) | [inline] |
Definition at line 77 of file PCSIMParserEnvironment.h.
shared_ptr<SimObject> PCSIMParserEnvironment::synapse | ( | const string & | name | ) | [inline] |
Definition at line 82 of file PCSIMParserEnvironment.h.
const channel_map_t& PCSIMParserEnvironment::channels | ( | ) | [inline] |
Definition at line 88 of file PCSIMParserEnvironment.h.
shared_ptr<SimObject> PCSIMParserEnvironment::channel | ( | const string & | name | ) | [inline] |
Definition at line 93 of file PCSIMParserEnvironment.h.
const population_map_t& PCSIMParserEnvironment::populations | ( | ) | [inline] |
Definition at line 99 of file PCSIMParserEnvironment.h.
shared_ptr<SpatialSimObjectPopulation> PCSIMParserEnvironment::population | ( | const string & | name | ) | [inline] |
Definition at line 104 of file PCSIMParserEnvironment.h.
const projection_map_t& PCSIMParserEnvironment::projections | ( | ) | [inline] |
Definition at line 110 of file PCSIMParserEnvironment.h.
shared_ptr<ConnectionsProjection> PCSIMParserEnvironment::projection | ( | const string & | name | ) | [inline] |
Definition at line 115 of file PCSIMParserEnvironment.h.
const input_map_t& PCSIMParserEnvironment::inputs | ( | ) | [inline] |
Definition at line 121 of file PCSIMParserEnvironment.h.
shared_ptr<SimObject> PCSIMParserEnvironment::input | ( | const string & | name | ) | [inline] |
Definition at line 126 of file PCSIMParserEnvironment.h.
friend class ::neuroml::schema::Level3Cells_pimpl [friend] |
Definition at line 130 of file PCSIMParserEnvironment.h.
friend class ::networkml::schema::Population_pimpl [friend] |
Definition at line 145 of file PCSIMParserEnvironment.h.
friend class ::networkml::schema::Projection_pimpl [friend] |
Definition at line 146 of file PCSIMParserEnvironment.h.
friend class ::channelml::schema::ChannelML_pimpl [friend] |
Definition at line 147 of file PCSIMParserEnvironment.h.
friend class ::networkml::schema::Populations_pimpl [friend] |
Definition at line 148 of file PCSIMParserEnvironment.h.
friend class ::networkml::schema::Connections_pimpl [friend] |
Definition at line 149 of file PCSIMParserEnvironment.h.
friend class NeuroMLImporter [friend] |
Definition at line 150 of file PCSIMParserEnvironment.h.