ome-files  0.5.0
Public Member Functions | Public Attributes | List of all members
ome::files::out::OMETIFFWriter::TIFFState Struct Reference

State of TIFF file. More...

#include <ome/files/out/OMETIFFWriter.h>

+ Collaboration diagram for ome::files::out::OMETIFFWriter::TIFFState:

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::TIFFtiff
 TIFF file handle.
 
dimension_size_type ifdCount
 Number of IFDs written.
 

Detailed Description

State of TIFF file.

Constructor & Destructor Documentation

◆ TIFFState()

ome::files::out::OMETIFFWriter::TIFFState::TIFFState ( std::shared_ptr< ome::files::tiff::TIFF > &  tiff)

Constructor.

Parameters
tiffthe TIFF file for which to cache state.

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