MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::TiffParameters Struct Reference

#include <MRTiffIO.h>

+ Inheritance diagram for MR::TiffParameters:

Public Member Functions

bool operator== (const TiffParameters &) const =default
 
- Public Member Functions inherited from MR::BaseTiffParameters
bool operator== (const BaseTiffParameters &) const =default
 

Public Attributes

bool tiled = false
 true if tif file is tiled
 
Vector2i tileSize
 
int layers = 1
 
int depth = 0
 tile depth (if several layers)
 
- Public Attributes inherited from MR::BaseTiffParameters
enum MR::BaseTiffParameters::SampleType Unknown
 
enum MR::BaseTiffParameters::ValueType Unknown
 
int bytesPerSample = 0
 size of internal data in file
 
Vector2i imageSize
 size of image if not layered, otherwise size of layer
 

Additional Inherited Members

- Public Types inherited from MR::BaseTiffParameters
enum class  SampleType { SampleType::Unknown , SampleType::Uint , SampleType::Int , SampleType::Float }
 
enum class  ValueType { ValueType::Unknown , ValueType::Scalar , ValueType::RGB , ValueType::RGBA }
 

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