Public Attributes
bbp::sonata::CommonPopulationProperties Struct Reference
Inheritance diagram for bbp::sonata::CommonPopulationProperties:
bbp::sonata::EdgePopulationProperties bbp::sonata::NodePopulationProperties

Public Attributes

std::string type
 
std::string elementsPath
 
std::string typesPath
 
std::string biophysicalNeuronModelsDir
 
std::string morphologiesDir
 
std::unordered_map< std::string, std::string > alternateMorphologyFormats
 

Member Data Documentation

◆ alternateMorphologyFormats

std::unordered_map<std::string, std::string> bbp::sonata::CommonPopulationProperties::alternateMorphologyFormats

Dictionary for alternate directory paths.

◆ biophysicalNeuronModelsDir

std::string bbp::sonata::CommonPopulationProperties::biophysicalNeuronModelsDir

Path to the template HOC files defining the E-Mode

◆ elementsPath

std::string bbp::sonata::CommonPopulationProperties::elementsPath

Path to underlying elements H5 file. It is discouraged to directly access the contents of the file. Instead use 'libsonata' to read this file.

◆ morphologiesDir

std::string bbp::sonata::CommonPopulationProperties::morphologiesDir

Path to the directory containing the morphologies

◆ type

std::string bbp::sonata::CommonPopulationProperties::type

Population type

◆ typesPath

std::string bbp::sonata::CommonPopulationProperties::typesPath

Path to underlying types csv file. It is discouraged to directly access the contents of the file. Instead use 'libsonata' to read this file.