Medical Imaging Interaction Toolkit  2016.11.0
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::InputStream
 An input stream wrapper. More...
 
class  mitk::AbstractFileReader
 Base class for creating mitk::BaseData objects from files or streams. More...
 
class  mitk::AbstractFileWriter::LocalFile
 A local file representation for streams. More...
 
class  mitk::AbstractFileWriter::OutputStream
 An output stream wrapper. 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...
 
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...
 
class  mitk::IOMimeTypes::DicomMimeType
 
class  mitk::IOMimeTypes
 The IOMimeTypes class. More...
 
struct  mitk::IOUtil::LoadInfo
 
struct  mitk::IOUtil::SaveInfo
 
struct  mitk::IOUtil::ReaderOptionsFunctorBase
 
struct  mitk::IOUtil::WriterOptionsFunctorBase
 
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...
 
class  mitk::VtkLoggingAdapter
 Adapter that overwrites the standard vtk logging output window and sends the logging messages to the MITK logging instead. More...
 
class  mitk::TubeGraphIO
 reader and writer for xml representations of mitk::TubeGraph More...
 

Enumerations

enum  mitk::IFileIO::ConfidenceLevel { mitk::IFileIO::Unsupported, mitk::IFileIO::PartiallySupported, mitk::IFileIO::Supported }
 A confidence level describing the confidence of the reader or writer in handling the given data. More...
 

Detailed Description

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

Enumeration Type Documentation

A confidence level describing the confidence of the reader or writer in handling the given data.

Enumerator
Unsupported 
PartiallySupported 
Supported 

Definition at line 49 of file mitkIFileIO.h.