|
Dune::Copasi 2.1.0-git79717215+dune.gitlab.629933
|
Basic information about the tiff file. More...
#include <tiff_file.hh>
Public Attributes | |
| uint32_t | row_size = 0 |
| uint32_t | col_size = 0 |
| float | x_res = 0. |
| float | x_off = 0. |
| float | y_res = 0. |
| float | y_off = 0. |
| uint16_t | bits_per_sample = 0 |
| bool | zero = false |
Basic information about the tiff file.
| uint16_t Dune::Copasi::TIFFFile::Info::bits_per_sample = 0 |
| uint32_t Dune::Copasi::TIFFFile::Info::col_size = 0 |
| uint32_t Dune::Copasi::TIFFFile::Info::row_size = 0 |
| float Dune::Copasi::TIFFFile::Info::x_off = 0. |
| float Dune::Copasi::TIFFFile::Info::x_res = 0. |
| float Dune::Copasi::TIFFFile::Info::y_off = 0. |
| float Dune::Copasi::TIFFFile::Info::y_res = 0. |
| bool Dune::Copasi::TIFFFile::Info::zero = false |