Stride Reference Manual  - generated for commit 9643b11
geopop::GeoGridWriterFactory Class Reference

Factory creates the correct implementation of a GeoGridWriter based on the filename extension. More...

#include <GeoGridWriterFactory.h>

Collaboration diagram for geopop::GeoGridWriterFactory:
Collaboration graph

Static Public Member Functions

static std::shared_ptr< GeoGridWriterCreateGeoGridWriter (const std::string &filename)
 Create a GeoGridWriter based on the provided extension in the filename. More...
 

Detailed Description

Factory creates the correct implementation of a GeoGridWriter based on the filename extension.

Definition at line 28 of file GeoGridWriterFactory.h.

Member Function Documentation

std::shared_ptr< GeoGridWriter > geopop::GeoGridWriterFactory::CreateGeoGridWriter ( const std::string &  filename)
static

Create a GeoGridWriter based on the provided extension in the filename.

Definition at line 36 of file GeoGridWriterFactory.cpp.

Referenced by stride::GenPopController::Control().

Here is the caller graph for this function:


The documentation for this class was generated from the following files: