Stride Reference Manual
- generated for commit 9643b11
|
An interface for writing the GeoGrid to a file, can be implemented with multiple file types. More...
#include <GeoGridWriter.h>
Public Member Functions | |
virtual | ~GeoGridWriter ()=default |
Construct the Writer. More... | |
virtual void | Write (GeoGrid &geoGrid, std::ostream &stream)=0 |
Write the GeoGrid to ostream. More... | |
An interface for writing the GeoGrid to a file, can be implemented with multiple file types.
Protobuf and json are currently implemented.
Definition at line 29 of file GeoGridWriter.h.
|
virtualdefault |
Construct the Writer.
|
pure virtual |
Write the GeoGrid to ostream.
Implemented in geopop::GeoGridProtoWriter, and geopop::GeoGridJSONWriter.