ome-files
0.5.0
|
State of TIFF file. More...
#include <ome/files/out/OMETIFFWriter.h>
Public Member Functions | |
TIFFState (std::shared_ptr< ome::files::tiff::TIFF > &tiff) | |
Constructor. More... | |
~TIFFState () | |
Destructor. | |
Public Attributes | |
std::string | uuid |
UUID of file. | |
std::shared_ptr< ome::files::tiff::TIFF > | tiff |
TIFF file handle. | |
dimension_size_type | ifdCount |
Number of IFDs written. | |
State of TIFF file.
ome::files::out::OMETIFFWriter::TIFFState::TIFFState | ( | std::shared_ptr< ome::files::tiff::TIFF > & | tiff | ) |
Constructor.
tiff | the TIFF file for which to cache state. |