Medical Imaging Interaction Toolkit
2024.06.00
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... | |
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 () override | |
Protected Member Functions inherited from mitk::IOAdapterBase | |
IOAdapterBase () | |
~IOAdapterBase () override | |
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 61 of file mitkIOAdapter.h.
typedef itk::SmartPointer<Self> mitk::IOAdapter< T >::Pointer |
Definition at line 66 of file mitkIOAdapter.h.
typedef IOAdapter mitk::IOAdapter< T >::Self |
Standard class typedefs.
Definition at line 65 of file mitkIOAdapter.h.
|
inlineprotected |
Definition at line 89 of file mitkIOAdapter.h.
|
inlineoverrideprotected |
Definition at line 90 of file mitkIOAdapter.h.
|
inlineoverridevirtual |
Implements mitk::IOAdapterBase.
Definition at line 81 of file mitkIOAdapter.h.
|
inlineoverridevirtual |
Create an object and return a pointer to it as a mitk::BaseProcess.
Implements mitk::IOAdapterBase.
Definition at line 70 of file mitkIOAdapter.h.
|
static |
Methods from mitk::BaseProcess.