FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
gdal_writeRaster.hpp
1#ifndef __GDAL_WRITE_RASTER_HPP
2#define __GDAL_WRITE_RASTER_HPP
3#include "grid/Grid.hpp"
4#include <fiber/bundle/Bundle.hpp>
5#include <fiber/bundle/StorageTransformations.hpp>
6
7namespace GDAL
8{
9extern std::map<std::string,std::string> AllRasterWriteDrivers;
10
11std::string gdalWriteRaster(const Fiber::Bundle&B, std::string fileurl, const MemCore::RefPtr<MemCore::StringList>&SaveableGridNames,const MemCore::RefPtr<Fiber::StorageTransformations>&ST);
12
13void getAllActivatedDrivers(const bool&IsRasterDrive, std::map<std::string,std::string>&AllWriteDrivers);
14
15void callGDALAllRegister();
16
17}
18
19
20#endif
basic_string< char > string
The main entity holding all information.
Definition Bundle.hpp:173