#include <config.h>
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} |
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 |
Node population-specific network information.
| 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.
| std::string bbp::sonata::NodePopulationProperties::spatialSegmentIndexDir |
Path to spatial_segment_index
| 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.
| 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.