FiberVISH
0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
fiber
FiberIO
gdal
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
7
namespace
GDAL
8
{
9
extern
std::map<std::string,std::string>
AllRasterWriteDrivers;
10
11
std::string
gdalWriteRaster(
const
Fiber::Bundle
&
B
, std::string fileurl,
const
MemCore::RefPtr<MemCore::StringList>
&SaveableGridNames,
const
MemCore::RefPtr<Fiber::StorageTransformations>
&ST);
12
13
void
getAllActivatedDrivers(
const
bool
&IsRasterDrive,
std::map<std::string,std::string>
&AllWriteDrivers);
14
15
void
callGDALAllRegister();
16
17
}
18
19
20
#endif
std::string
basic_string< char > string
std::map
Fiber::Bundle
The main entity holding all information.
Definition
Bundle.hpp:173
MemCore::StrongPtr
B
Generated on Sun Mar 1 2026 10:23:03 for FiberVISH by
1.9.8