ryujin 2.1.1 revision 46bf70e400e423a8ffffe8300887eeb35b8dfb2c
Public Member Functions | List of all members
ryujin::GeoTIFFReader Class Reference

#include <source/geotiff_reader.h>

Inheritance diagram for ryujin::GeoTIFFReader:
Inheritance graph
[legend]
Collaboration diagram for ryujin::GeoTIFFReader:
Collaboration graph
[legend]

Public Member Functions

 GeoTIFFReader (const std::string subsection)
 
template<int dim>
DEAL_II_ALWAYS_INLINE double compute_height (const dealii::Point< dim > &point) const
 
const auto & affine_transformation () const
 
const auto & raster_size () const
 
const auto & raster_offset () const
 
const auto & height_scaling () const
 

Detailed Description

A simple GeoTIFF reader based on the GDAL library. See https://gdal.org/index.html for details on GDAL and what image formats it supports.

Definition at line 55 of file geotiff_reader.h.

Constructor & Destructor Documentation

◆ GeoTIFFReader()

ryujin::GeoTIFFReader::GeoTIFFReader ( const std::string  subsection)
inline

Definition at line 58 of file geotiff_reader.h.

References ryujin::minimum.

Member Function Documentation

◆ compute_height()

template<int dim>
DEAL_II_ALWAYS_INLINE double ryujin::GeoTIFFReader::compute_height ( const dealii::Point< dim > &  point) const
inline

◆ affine_transformation()

const auto & ryujin::GeoTIFFReader::affine_transformation ( ) const
inline

Definition at line 220 of file geotiff_reader.h.

◆ raster_size()

const auto & ryujin::GeoTIFFReader::raster_size ( ) const
inline

Definition at line 222 of file geotiff_reader.h.

◆ raster_offset()

const auto & ryujin::GeoTIFFReader::raster_offset ( ) const
inline

Definition at line 223 of file geotiff_reader.h.

◆ height_scaling()

const auto & ryujin::GeoTIFFReader::height_scaling ( ) const
inline

Definition at line 224 of file geotiff_reader.h.


The documentation for this class was generated from the following file: