Skip to content
Snippets Groups Projects
Commit cfc011ae authored by Tom Fischer's avatar Tom Fischer
Browse files

[GL/Raster] Impl. struct for raster and name

parent 5c85aeed
No related branches found
No related tags found
No related merge requests found
......@@ -151,4 +151,10 @@ private:
std::vector<double> _raster_data;
};
struct NamedRaster
{
std::string raster_name;
GeoLib::Raster raster;
};
} // namespace GeoLib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment