Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
IOAdapterBase class is an abstract adapter class for IO process objects. More...
#include <mitkIOAdapter.h>
Public Types | |
typedef IOAdapterBase | Self |
typedef itk::Object | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual itk::SmartPointer< BaseDataSource > | CreateIOProcessObject (const std::string filename, const std::string filePrefix, const std::string filePattern)=0 |
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)=0 |
Protected Member Functions | |
IOAdapterBase () | |
~IOAdapterBase () override | |
IOAdapterBase class is an abstract adapter class for IO process objects.
Definition at line 27 of file mitkIOAdapter.h.
typedef itk::SmartPointer<const Self> mitk::IOAdapterBase::ConstPointer |
Definition at line 34 of file mitkIOAdapter.h.
Definition at line 33 of file mitkIOAdapter.h.
Standard typedefs.
Definition at line 31 of file mitkIOAdapter.h.
typedef itk::Object mitk::IOAdapterBase::Superclass |
Definition at line 32 of file mitkIOAdapter.h.
|
inlineprotected |
Definition at line 45 of file mitkIOAdapter.h.
|
inlineoverrideprotected |
Definition at line 46 of file mitkIOAdapter.h.
|
pure virtual |
Implemented in mitk::IOAdapter< T >.
|
pure virtual |
Create an object and return a pointer to it as a mitk::BaseProcess.
Implemented in mitk::IOAdapter< T >.