bioformats  5.1.3
Namespaces | Classes
ome::bioformats::detail Namespace Reference

Implementation details. More...

Namespaces

 tiff
 TIFF implementation details.
 

Classes

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

Detailed Description

Implementation details.

Default concrete implementations of interfaces in the parent namespace.