ome-files  0.1.1
Namespaces | Classes
ome::files::detail Namespace Reference

Implementation details. More...

Namespaces

 tiff
 TIFF implementation details.
 

Classes

struct  ReaderProperties
 Properties specific to a particular reader. More...
 
class  FormatReader
 Interface for all biological file format readers (default behaviour). More...
 
struct  WriterProperties
 Properties specific to a particular writer. More...
 
class  FormatWriter
 Interface for all biological file format writers (default behaviour). More...
 
class  OMETIFFPlane
 Metadata for a single plane within an OME-TIFF file set. More...
 
struct  MetadataMapValueTypeOStreamVisitor
 Visitor template for output of MetadataMap values to an ostream. More...
 
struct  MetadataMapOStreamVisitor
 Visitor template for output of MetadataMap values to an ostream. More...
 
struct  MetadataMapFlattenVisitor
 Visitor template for flattening of MetadataMap vector values. More...
 
struct  PixelBufferArrayVisitor
 Find a PixelBuffer data array of a specific pixel type. More...
 
struct  PixelBufferConstArrayVisitor
 Find a PixelBuffer data array of a specific pixel type. More...
 
struct  VariantPixelBufferVisitor
 Find a PixelBuffer data array of a specific pixel type. More...
 
struct  VariantPixelBufferConstVisitor
 Find a PixelBuffer data array of a specific pixel type. More...
 
struct  VariantPixelBufferAssignVisitor
 Assign a PixelBuffer from an input iterator. More...
 
struct  VariantPixelBufferReadVisitor
 Read data into a PixelBuffer. More...
 
struct  VariantPixelBufferWriteVisitor
 Write data from a PixelBuffer. More...
 
struct  CopySubchannelVisitor
 Copy a single subchannel from a PixelBuffer. More...
 
struct  MergeSubchannelVisitor
 Merge a single subchannel into a PixelBuffer. More...
 

Detailed Description

Implementation details.

Default concrete implementations of interfaces in the parent namespace.