Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
IO Classes

This subcategory includes the IO classes to read or write data objects. More...

Collaboration diagram for IO Classes:

Classes

class  mitk::AbstractFileIO
 Abstract class for implementing a reader and writer. More...
 
class  mitk::AbstractFileReader
 Base class for creating mitk::BaseData objects from files or streams. More...
 
class  mitk::AbstractFileWriter
 Base class for writing mitk::BaseData objects to files or streams. More...
 
class  mitk::CustomMimeType
 The CustomMimeType class represents a custom mime-type which may be registered as a service object. It should only be used for mime-type registration, see also mitk::MimeType. More...
 
class  mitk::FileReaderRegistry
 
class  mitk::FileWriterRegistry
 
struct  mitk::IFileIO
 Common interface for all MITK file reader and writer. More...
 
struct  mitk::IFileReader
 The common interface for all MITK file readers. More...
 
struct  mitk::IFileWriter
 The common interface of all MITK file writers. More...
 
class  mitk::ImageGenerator
 generator for synthetic MITK images This is a helper class to generate synthetic MITK images (random or gradient). More...
 
struct  mitk::IMimeTypeProvider
 The IMimeTypeProvider service interface allows to query all registered mime types. More...
 
class  mitk::IOAdapter< T >
 IOAdapter class is an adapter class for instantiation of IO process objects. Additional this interface defines the function CanReadFile(). This interface allows the target (object) the access to the adaptee (IO process object). More...
 
struct  mitk::IOConstants
 The IOConstants struct. More...
 
struct  mitk::IOMetaInformationPropertyConstants
 The IOMetaInformationPropertyConstants struct. More...
 
class  mitk::IOMimeTypes
 The IOMimeTypes class. More...
 
class  mitk::IOUtil
 A utility class to load and save data from/to the local file system. More...
 
class  mitk::MimeType
 The MimeType class represens a registered mime-type. It is an immutable wrapper for mitk::CustomMimeType that makes memory handling easier by providing a stack-object for the user. More...
 
struct  mitk::PreferenceListReaderOptionsFunctor
 Option callback functor with a preference list/ black list option selection strategy. More...
 
class  mitk::VtkLoggingAdapter
 Adapter that overwrites the standard vtk logging output window and sends the logging messages to the MITK logging instead. More...
 
struct  mitk::DICOMIOMetaInformationPropertyConstants
 The IOMetaInformationPropertyConsants struct. More...
 

Detailed Description

This subcategory includes the IO classes to read or write data objects.