FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
gdal_read.hpp
1#ifndef __GDAL_READ_HPP
2#define __GDAL_READ_HPP
3#include "grid/Grid.hpp"
4#include <fiber/bundle/Bundle.hpp>
5#include <fiber/bundle/StorageTransformations.hpp>
6
7namespace GDAL
8{
9
10std::string gdalConverter(const std::string FileName, const bool WriteFragmented, const MemCore::RefPtr<MemCore::LoaderProgress>&theProgress, const Fiber::BundlePtr&BP);
11
12
13bool isGDALFood(const std::string FileName);
14
15}
16
17
18#endif
basic_string< char > string
Convenience class that implements a pointer to a Bundle object but adds some useful member funtions t...
Definition Bundle.hpp:779