ome-files  0.3.2
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
\NomeOpen Microscopy Environment C++
 oNcommon
 |\Nxml
 oNfilesOME-Files image reading and writing
 |oNdetailImplementation details
 ||oNtiffTIFF implementation details
 ||oCReaderPropertiesProperties specific to a particular reader
 ||oCFormatReaderInterface for all biological file format readers (default behaviour)
 ||oCWriterPropertiesProperties specific to a particular writer
 ||oCFormatWriterInterface for all biological file format writers (default behaviour)
 ||oCOMETIFFPlaneMetadata for a single plane within an OME-TIFF file set
 ||oCMetadataMapValueTypeOStreamVisitorVisitor template for output of MetadataMap values to an ostream
 ||oCMetadataMapOStreamVisitorVisitor template for output of MetadataMap values to an ostream
 ||oCMetadataMapFlattenVisitorVisitor template for flattening of MetadataMap vector values
 ||oCPixelBufferArrayVisitorFind a PixelBuffer data array of a specific pixel type
 ||oCPixelBufferConstArrayVisitorFind a PixelBuffer data array of a specific pixel type
 ||oCVariantPixelBufferVisitorFind a PixelBuffer data array of a specific pixel type
 ||oCVariantPixelBufferConstVisitorFind a PixelBuffer data array of a specific pixel type
 ||oCVariantPixelBufferAssignVisitorAssign a PixelBuffer from an input iterator
 ||oCVariantPixelBufferReadVisitorRead data into a PixelBuffer
 ||oCVariantPixelBufferWriteVisitorWrite data from a PixelBuffer
 ||oCCopySubchannelVisitorCopy a single subchannel from a PixelBuffer
 ||\CMergeSubchannelVisitorMerge a single subchannel into a PixelBuffer
 |oNinReader implementations
 ||oCMinimalTIFFReaderBasic TIFF reader
 ||oCOMETIFFReaderTIFF reader with support for OME-XML metadata
 ||\CTIFFReaderTIFF reader with support for ImageJ extensions
 |oNout
 ||oCMinimalTIFFWriterBasic TIFF writer
 ||\COMETIFFWriterTIFF writer with support for OME-XML metadata
 |oNtiffTIFF file format (libtiff wrapper)
 ||oCCodecA TIFF codec
 ||oCExceptionException thrown for TIFF (libtiff) errors
 ||oCFieldBaseCommon functionality for fields of all types
 ||oCFieldField representing a tag value
 ||oCValueProxyProxy for getting and setting a Field value
 ||oCValueField value
 ||oCIFDImage File Directory (IFD)
 ||oCImageJMetadataImageJ metadata from IFD tags
 ||oCSentrySentry for saving and restoring libtiff state
 ||oCTIFFTagged Image File Format (TIFF)
 ||oCIFDIteratorIterator for IFDs contained within a TIFF
 ||oCTileInfoTile information for an IFD
 ||\CIFDRangeRange of IFDs for an image series
 |oCCoreMetadataCore metadata values
 |oCFileInfoBasic metadata for a file
 |oCFormatExceptionException thrown for file format operation errors
 |oCFormatHandlerInterface for all biological file format readers and writers
 |oCFormatReaderInterface for all biological file format readers
 ||\CSaveSeriesSentry for saving and restoring reader series state
 |oCFormatWriterInterface for all biological file format writers
 |oCMetadataConfigurableMetadata configuration interface
 |oCMetadataMapMetadata key-value map using a restricted set of value types
 ||oCgetkeyFunctor to get a map key
 ||\Cmake_vectorConvert T into a std::vector<T>
 |oCMetadataOptionsMetadata options
 |oCModuloA subdimension of Z, C, or T
 |oCPixelBufferBaseBase class for all PixelBuffer types
 |oCPixelBufferBuffer for a specific pixel type
 |oCPixelPropertiesMap a given PixelPropertiesType enum to the corresponding language types
 |oCPixelPropertiesBaseProperties common to all pixel types
 |oCPixelProperties<::ome::xml::model::enums::PixelType::INT8 >Properties of INT8 pixels
 |oCPixelProperties<::ome::xml::model::enums::PixelType::INT16 >Properties of INT16 pixels
 |oCPixelProperties<::ome::xml::model::enums::PixelType::INT32 >Properties of INT32 pixels
 |oCPixelProperties<::ome::xml::model::enums::PixelType::UINT8 >Properties of UINT8 pixels
 |oCPixelProperties<::ome::xml::model::enums::PixelType::UINT16 >Properties of UINT16 pixels
 |oCPixelProperties<::ome::xml::model::enums::PixelType::UINT32 >Properties of UINT32 pixels
 |oCPixelProperties<::ome::xml::model::enums::PixelType::FLOAT >Properties of FLOAT pixels
 |oCPixelProperties<::ome::xml::model::enums::PixelType::DOUBLE >Properties of DOUBLE pixels
 |oCPixelProperties<::ome::xml::model::enums::PixelType::BIT >Properties of BIT pixels
 |oCPixelProperties<::ome::xml::model::enums::PixelType::COMPLEXFLOAT >Properties of COMPLEXFLOAT pixels
 |oCPixelProperties<::ome::xml::model::enums::PixelType::COMPLEXDOUBLE >Properties of COMPLEXDOUBLE pixels
 |oCPixelEndianPropertiesMap the given PixelPropertiesType and Endian enums to the corresponding endian-specific language type
 |oCPixelEndianProperties< P, ENDIAN_BIG >Properties of big endian pixels
 |oCPixelEndianProperties< P, ENDIAN_LITTLE >Properties of little endian pixels
 |oCPixelEndianProperties< P, ENDIAN_NATIVE >Properties of native endian pixels
 |oCPlaneRegionA rectangular region
 |oCTileBufferTile pixel data buffer
 |oCTileCacheTile cache
 |oCTileCoverageTile coverage cache
 ||\CImplInternal implementation details of TileCoverage
 |oCUnknownFormatExceptionException thrown for unrecognized or unsupported data streams or filenames
 |oCUnsupportedCompressionExceptionException thrown for unsupported compression types
 |oCVariantPixelBufferBuffer for all pixel types
 ||\Cmake_bufferConvert T into a buffer
 |\CVersionRelease version
 \Nxml
  \Nmodel