ome-files
0.5.0
|
▼Nome | Open Microscopy Environment C++ |
▼Nfiles | OME-Files image reading and writing |
▼Ndetail | Implementation details |
►Ntiff | TIFF implementation details |
CCopySubchannelVisitor | Copy a single subchannel from a PixelBuffer |
CFormatReader | Interface for all biological file format readers (default behaviour) |
CFormatWriter | Interface for all biological file format writers (default behaviour) |
CMergeSubchannelVisitor | Merge a single subchannel into a PixelBuffer |
CMetadataMapFlattenVisitor | Visitor template for flattening of MetadataMap vector values |
CMetadataMapOStreamVisitor | Visitor template for output of MetadataMap values to an ostream |
CMetadataMapValueTypeOStreamVisitor | Visitor template for output of MetadataMap values to an ostream |
COMETIFFPlane | Metadata for a single plane within an OME-TIFF file set |
CPixelBufferArrayVisitor | Find a PixelBuffer data array of a specific pixel type |
CPixelBufferConstArrayVisitor | Find a PixelBuffer data array of a specific pixel type |
CReaderProperties | Properties specific to a particular reader |
CVariantPixelBufferAssignVisitor | Assign a PixelBuffer from an input iterator |
CVariantPixelBufferConstVisitor | Find a PixelBuffer data array of a specific pixel type |
CVariantPixelBufferReadVisitor | Read data into a PixelBuffer |
CVariantPixelBufferVisitor | Find a PixelBuffer data array of a specific pixel type |
CVariantPixelBufferWriteVisitor | Write data from a PixelBuffer |
CWriterProperties | Properties specific to a particular writer |
▼Nin | Reader implementations |
CMinimalTIFFReader | Basic TIFF reader |
COMETIFFReader | TIFF reader with support for OME-XML metadata |
CTIFFReader | TIFF reader with support for ImageJ extensions |
▼Nout | |
CMinimalTIFFWriter | Basic TIFF writer |
►COMETIFFWriter | TIFF writer with support for OME-XML metadata |
▼Ntiff | TIFF file format (libtiff wrapper) |
CCodec | A TIFF codec |
CException | Exception thrown for TIFF (libtiff) errors |
CField | Field representing a tag value |
►CFieldBase | Common functionality for fields of all types |
►CIFD | Image File Directory (IFD) |
CIFDIterator | Iterator for IFDs contained within a TIFF |
CIFDRange | Range of IFDs for an image series |
CImageJMetadata | ImageJ metadata from IFD tags |
CSentry | Sentry for saving and restoring libtiff state |
►CTIFF | Tagged Image File Format (TIFF) |
►CTileInfo | Tile information for an IFD |
CValue | Field value |
CValueProxy | Proxy for getting and setting a Field value |
CCoreMetadata | Core metadata values |
CFileInfo | Basic metadata for a file |
CFormatException | Exception thrown for file format operation errors |
CFormatHandler | Interface for all biological file format readers and writers |
▼CFormatReader | Interface for all biological file format readers |
CSaveSeries | Sentry for saving and restoring reader series state |
CFormatWriter | Interface for all biological file format writers |
CMetadataConfigurable | Metadata configuration interface |
▼CMetadataMap | Metadata key-value map using a restricted set of value types |
Cgetkey | Functor to get a map key |
Cmake_vector | Convert T into a std::vector<T> |
CMetadataOptions | Metadata options |
CModulo | A subdimension of Z, C, or T |
CPixelBuffer | Buffer for a specific pixel type |
CPixelBufferBase | Base class for all PixelBuffer types |
CPixelEndianProperties | Map the given PixelPropertiesType and Endian enums to the corresponding endian-specific language type |
CPixelEndianProperties< P, ENDIAN_BIG > | Properties of big endian pixels |
CPixelEndianProperties< P, ENDIAN_LITTLE > | Properties of little endian pixels |
CPixelEndianProperties< P, ENDIAN_NATIVE > | Properties of native endian pixels |
CPixelProperties | Map a given PixelPropertiesType enum to the corresponding language types |
CPixelProperties<::ome::xml::model::enums::PixelType::BIT > | Properties of BIT pixels |
CPixelProperties<::ome::xml::model::enums::PixelType::COMPLEXDOUBLE > | Properties of COMPLEXDOUBLE pixels |
CPixelProperties<::ome::xml::model::enums::PixelType::COMPLEXFLOAT > | Properties of COMPLEXFLOAT pixels |
CPixelProperties<::ome::xml::model::enums::PixelType::DOUBLE > | Properties of DOUBLE pixels |
CPixelProperties<::ome::xml::model::enums::PixelType::FLOAT > | Properties of FLOAT pixels |
CPixelProperties<::ome::xml::model::enums::PixelType::INT16 > | Properties of INT16 pixels |
CPixelProperties<::ome::xml::model::enums::PixelType::INT32 > | Properties of INT32 pixels |
CPixelProperties<::ome::xml::model::enums::PixelType::INT8 > | Properties of INT8 pixels |
CPixelProperties<::ome::xml::model::enums::PixelType::UINT16 > | Properties of UINT16 pixels |
CPixelProperties<::ome::xml::model::enums::PixelType::UINT32 > | Properties of UINT32 pixels |
CPixelProperties<::ome::xml::model::enums::PixelType::UINT8 > | Properties of UINT8 pixels |
CPixelPropertiesBase | Properties common to all pixel types |
CPlaneRegion | A rectangular region |
CTileBuffer | Tile pixel data buffer |
CTileCache | Tile cache |
▼CTileCoverage | Tile coverage cache |
CImpl | Internal implementation details of TileCoverage |
CUnknownFormatException | Exception thrown for unrecognized or unsupported data streams or filenames |
CUnsupportedCompressionException | Exception thrown for unsupported compression types |
▼CVariantPixelBuffer | Buffer for all pixel types |
Cmake_buffer | Convert T into a buffer |
CVersion | Release version |