Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
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...
#include <mitkIOAdapter.h>
Public Types | |
typedef IOAdapter | Self |
typedef itk::SmartPointer< Self > | Pointer |
Public Types inherited from mitk::IOAdapterBase | |
typedef IOAdapterBase | Self |
typedef itk::Object | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
mitk::BaseDataSource::Pointer | CreateIOProcessObject (const std::string filename, const std::string filePrefix, const std::string filePattern) override |
Create an object and return a pointer to it as a mitk::BaseProcess. More... | |
virtual bool | CanReadFile (const std::string filename, const std::string filePrefix, const std::string filePattern) override |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
IOAdapter () | |
~IOAdapter () | |
Protected Member Functions inherited from mitk::IOAdapterBase | |
IOAdapterBase () | |
~IOAdapterBase () | |
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).
Definition at line 65 of file mitkIOAdapter.h.
typedef itk::SmartPointer<Self> mitk::IOAdapter< T >::Pointer |
Definition at line 70 of file mitkIOAdapter.h.
typedef IOAdapter mitk::IOAdapter< T >::Self |
Standard class typedefs.
Definition at line 69 of file mitkIOAdapter.h.
|
inlineprotected |
Definition at line 93 of file mitkIOAdapter.h.
|
inlineprotected |
Definition at line 94 of file mitkIOAdapter.h.
|
inlineoverridevirtual |
Implements mitk::IOAdapterBase.
Definition at line 85 of file mitkIOAdapter.h.
|
inlineoverridevirtual |
Create an object and return a pointer to it as a mitk::BaseProcess.
Implements mitk::IOAdapterBase.
Definition at line 74 of file mitkIOAdapter.h.
References mitk::New().
|
static |
Methods from mitk::BaseProcess.