Stride Reference Manual
- generated for commit 9643b11
|
A Factory for creating the correct implementation of a GeoGridReader based on the filename extension. More...
#include <GeoGridReaderFactory.h>
Public Member Functions | |
std::shared_ptr< GeoGridReader > | CreateReader (const std::string &filename, stride::Population *pop) const |
Create a GeoGridReader based on the provided extension in the filename. More... | |
A Factory for creating the correct implementation of a GeoGridReader based on the filename extension.
Definition at line 32 of file GeoGridReaderFactory.h.
std::shared_ptr< GeoGridReader > geopop::GeoGridReaderFactory::CreateReader | ( | const std::string & | filename, |
stride::Population * | pop | ||
) | const |
Create a GeoGridReader based on the provided extension in the filename.
Definition at line 36 of file GeoGridReaderFactory.cpp.
Referenced by stride::ImportPopBuilder::Build().