Metadata for a single plane within an OME-TIFF file set.
More...
#include <ome/files/detail/OMETIFF.h>
Metadata for a single plane within an OME-TIFF file set.
◆ Status
Status of the file associated with this plane.
Enumerator |
---|
UNKNOWN | Not known.
|
PRESENT | File exists.
|
ABSENT | File is missing.
|
◆ OMETIFFPlane() [1/2]
ome::files::detail::OMETIFFPlane::OMETIFFPlane |
( |
| ) |
|
|
inline |
Default constructor.
File and IFD are default constructed; order is uncertain; status is unknown.
◆ OMETIFFPlane() [2/2]
ome::files::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: