Metadata for a single plane within an OME-TIFF file set.
More...
#include <ome/bioformats/detail/OMETIFF.h>
Metadata for a single plane within an OME-TIFF file set.
Status of the file associated with this plane.
Enumerator |
---|
UNKNOWN |
Not known.
|
PRESENT |
File exists.
|
ABSENT |
File is missing.
|
ome::bioformats::detail::OMETIFFPlane::OMETIFFPlane |
( |
| ) |
|
|
inline |
Default constructor.
File and IFD are default constructed; order is uncertain; status is unknown.
ome::bioformats::detail::OMETIFFPlane::OMETIFFPlane |
( |
const boost::filesystem::path & |
id | ) |
|
|
inline |
Construct with filename.
- Parameters
-
id | the TIFF file containing this plane. |
IFD is default constructed; order is uncertain; status is unknown.
The documentation for this class was generated from the following file: