File tif.hpp
FileList > lib > tif > tif.hpp
Go to the source code of this file
#include "lib/grid/grid.hpp"#include "utilities/filesystem.hpp"#include "utilities/progress_tracker.hpp"
Public Functions
| Type | Name |
|---|---|
| Geo< MultiBand< FlexGrid > > | read_tif (const fs::path & filename) |
| void | write_to_image_tif (const GeoGrid< T > & grid, const fs::path & filename, std::optional< ProgressTracker > progress_tracker={}) |
| void | write_to_tif (const Geo< GridT > & grid, const fs::path & filename, std::optional< ProgressTracker > progress_tracker={}) |
Public Functions Documentation
function read_tif
function write_to_image_tif
template<typename T>
void write_to_image_tif (
const GeoGrid < T > & grid,
const fs::path & filename,
std::optional< ProgressTracker > progress_tracker={}
)
function write_to_tif
template<typename GridT>
void write_to_tif (
const Geo < GridT > & grid,
const fs::path & filename,
std::optional< ProgressTracker > progress_tracker={}
)
The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/lib/tif/tif.hpp