▼Nome | Open Microscopy Environment C++ |
▼Nfiles | OME-Files image reading and writing |
▼Ndetail | Implementation details |
►Ntiff | TIFF implementation details |
CTagProperties | Map a given tag category enum type to the corresponding language value type |
CTagProperties<::ome::files::tiff::FloatTag1 > | Properties of FloatTag1 tags |
CTagProperties<::ome::files::tiff::FloatTag2 > | Properties of FloatTag2 tags |
CTagProperties<::ome::files::tiff::FloatTag3 > | Properties of FloatTag3 tags |
CTagProperties<::ome::files::tiff::FloatTag6 > | Properties of FloatTag6 tags |
CTagProperties<::ome::files::tiff::RawDataTag1 > | Properties of RawDataTag1 tags |
CTagProperties<::ome::files::tiff::StringTag1 > | Properties of StringTag1 tags |
CTagProperties<::ome::files::tiff::StringTagArray1 > | Properties of StringTagArray1 tags |
CTagProperties<::ome::files::tiff::UInt16Compression1 > | Properties of UInt16Compression1 tags |
CTagProperties<::ome::files::tiff::UInt16ExtraSamplesArray1 > | Properties of UInt16ExtraSamplesArray1 tags |
CTagProperties<::ome::files::tiff::UInt16FillOrder1 > | Properties of UInt16FillOrder1 tags |
CTagProperties<::ome::files::tiff::UInt16Orientation1 > | Properties of UInt16Orientation1 tags |
CTagProperties<::ome::files::tiff::UInt16PhotometricInterpretation1 > | Properties of UInt16PhotometricInterpretation1 tags |
CTagProperties<::ome::files::tiff::UInt16PlanarConfiguration1 > | Properties of UInt16PlanarConfiguration1 tags |
CTagProperties<::ome::files::tiff::UInt16Predictor1 > | Properties of UInt16Predictor1 tags |
CTagProperties<::ome::files::tiff::UInt16SampleFormat1 > | Properties of UInt16SampleFormat1 tags |
CTagProperties<::ome::files::tiff::UInt16Tag1 > | Properties of UInt16Tag1 tags |
CTagProperties<::ome::files::tiff::UInt16Tag2 > | Properties of UInt16Tag2 tags |
CTagProperties<::ome::files::tiff::UInt16Tag6 > | Properties of UInt16Tag6 tags |
CTagProperties<::ome::files::tiff::UInt16TagArray1 > | Properties of UInt16TagArray1 tags |
CTagProperties<::ome::files::tiff::UInt16TagArray3 > | Properties of UInt16TagArray3 tags |
CTagProperties<::ome::files::tiff::UInt16Threshholding1 > | Properties of UInt16Threshholding1 tags |
CTagProperties<::ome::files::tiff::UInt16YCbCrPosition1 > | Properties of UInt16YCbCrPosition1 tags |
CTagProperties<::ome::files::tiff::UInt32Tag1 > | Properties of UInt32Tag1 tags |
CTagProperties<::ome::files::tiff::UInt32TagArray1 > | Properties of UInt32TagArray1 tags |
CTagProperties<::ome::files::tiff::UInt64TagArray1 > | Properties of UInt64TagArray1 tags |
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 |
CSeriesState | Current state of an image series |
CTIFFState | State of TIFF file |
▼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 |
CImpl | Internal implementation details of FieldBase |
►CIFD | Image File Directory (IFD) |
CImpl | Internal implementation details of OffsetIFD |
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) |
CImpl | Internal implementation details of TIFF |
►CTileInfo | Tile information for an IFD |
CImpl | Internal implementation details of TileInfo |
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 |