BaseDataIO creates instances of BaseData objects using an object factory.
More...
#include <mitkBaseDataIOFactory.h>
BaseDataIO creates instances of BaseData objects using an object factory.
- Deprecated:
- (as of 2014_10) Use mitk::IOUtils or mitk::FileReaderRegistry instead.
Definition at line 30 of file mitkBaseDataIOFactory.h.
◆ ConstPointer
◆ Pointer
◆ Self
◆ Superclass
◆ BaseDataIO()
mitk::BaseDataIO::BaseDataIO |
( |
| ) |
|
|
protected |
◆ ~BaseDataIO()
mitk::BaseDataIO::~BaseDataIO |
( |
| ) |
|
|
overrideprotected |
◆ GetClassName()
virtual const char* mitk::BaseDataIO::GetClassName |
( |
| ) |
const |
|
virtual |
Class Methods used to interface with the registered factories Run-time type information (and related methods).
◆ LoadBaseDataFromFile()
static std::vector<mitk::BaseData::Pointer> mitk::BaseDataIO::LoadBaseDataFromFile |
( |
const std::string |
path, |
|
|
const std::string |
filePrefix, |
|
|
const std::string |
filePattern, |
|
|
bool |
series |
|
) |
| |
|
static |
Create the appropriate BaseData depending on the particulars of the file.
The documentation for this class was generated from the following file: