|
|
| PopulationStorage (const std::string &h5FilePath) |
| |
|
| PopulationStorage (const std::string &h5FilePath, const std::string &csvFilePath) |
| |
|
| PopulationStorage (const std::string &h5FilePath, const Hdf5Reader &hdf5_reader) |
| |
|
| PopulationStorage (const std::string &h5FilePath, const std::string &csvFilePath, const Hdf5Reader &hdf5_reader) |
| |
|
| PopulationStorage (const PopulationStorage &)=delete |
| |
|
| PopulationStorage (PopulationStorage &&) noexcept |
| |
| std::set< std::string > | populationNames () const |
| |
| std::shared_ptr< Population > | openPopulation (const std::string &name) const |
| |
template<typename Population>
class bbp::sonata::PopulationStorage< Population >
Collection of {PopulationClass}s stored in a H5 file and optional CSV.