Stride Reference Manual
- generated for commit 9643b11
|
Factory creates the correct implementation of a GeoGridWriter based on the filename extension. More...
#include <GeoGridWriterFactory.h>
Static Public Member Functions | |
static std::shared_ptr< GeoGridWriter > | CreateGeoGridWriter (const std::string &filename) |
Create a GeoGridWriter based on the provided extension in the filename. More... | |
Factory creates the correct implementation of a GeoGridWriter based on the filename extension.
Definition at line 28 of file GeoGridWriterFactory.h.
|
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().