36 virtual void Write(
GeoGrid& geoGrid, std::ostream& stream) = 0;
An interface for writing the GeoGrid to a file, can be implemented with multiple file types...
virtual void Write(GeoGrid &geoGrid, std::ostream &stream)=0
Write the GeoGrid to ostream.
A Geographic grid of simulation region contains Locations that in turn contain an index to the Contac...
Namespace for the geographic and demograhic classes.
virtual ~GeoGridWriter()=default
Construct the Writer.