Public Attributes
bbp::sonata::NodePopulationProperties Struct Reference

#include <config.h>

Inheritance diagram for bbp::sonata::NodePopulationProperties:
bbp::sonata::CommonPopulationProperties

Public Attributes

std::string spatialSegmentIndexDir
 
nonstd::optional< std::string > vasculatureFile {nonstd::nullopt}
 
nonstd::optional< std::string > vasculatureMesh {nonstd::nullopt}
 
nonstd::optional< std::string > microdomainsFile {nonstd::nullopt}
 
nonstd::optional< std::string > spineMorphologiesDir {nonstd::nullopt}
 
- Public Attributes inherited from bbp::sonata::CommonPopulationProperties
std::string type
 
std::string elementsPath
 
std::string typesPath
 
std::string biophysicalNeuronModelsDir
 
std::string morphologiesDir
 
std::unordered_map< std::string, std::string > alternateMorphologyFormats
 

Detailed Description

Node population-specific network information.

Member Data Documentation

◆ microdomainsFile

nonstd::optional<std::string> bbp::sonata::NodePopulationProperties::microdomainsFile {nonstd::nullopt}

Path to the .h5 storing microdomain data. Only for astrocyte node populations where it is mandatory.

◆ spatialSegmentIndexDir

std::string bbp::sonata::NodePopulationProperties::spatialSegmentIndexDir

Path to spatial_segment_index

◆ spineMorphologiesDir

nonstd::optional<std::string> bbp::sonata::NodePopulationProperties::spineMorphologiesDir {nonstd::nullopt}

Path to the directory containing the dendritic spine morphologies.

◆ vasculatureFile

nonstd::optional<std::string> bbp::sonata::NodePopulationProperties::vasculatureFile {nonstd::nullopt}

Path to the .h5 file containing the vasculature morphology. Only for vasculature node populations where it is mandatory.

◆ vasculatureMesh

nonstd::optional<std::string> bbp::sonata::NodePopulationProperties::vasculatureMesh {nonstd::nullopt}

Path to the .obj file containing the mesh of a vasculature morphology. Only for vasculature node populations where it is mandatory.