Stride Reference Manual
- generated for commit 9643b11
|
Initializes Population objects. More...
#include <ImportPopBuilder.h>
Public Member Functions | |
std::shared_ptr< Population > | Build (std::shared_ptr< Population > pop) override |
Creates a population by importing it. More... | |
![]() | |
AbstractPopBuilder (const boost::property_tree::ptree &config, util::RnMan &rnMan, std::shared_ptr< spdlog::logger > strideLogger=nullptr) | |
Initializing constructor. More... | |
virtual | ~AbstractPopBuilder ()=default |
Has to be virtual. More... | |
Additional Inherited Members | |
![]() | |
const boost::property_tree::ptree & | m_config |
Configuration property tree. More... | |
util::RnMan & | m_rn_man |
Random number generation management. More... | |
std::shared_ptr< spdlog::logger > | m_stride_logger |
Initializes Population objects.
Definition at line 30 of file ImportPopBuilder.h.
|
overridevirtual |
Creates a population by importing it.
Implements stride::AbstractPopBuilder.
Definition at line 38 of file ImportPopBuilder.cpp.
References geopop::GeoGridReaderFactory::CreateReader().
Referenced by stride::Population::Create().