Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkIDataNodeReader.h>
Public Member Functions | |
virtual | ~IDataNodeReader () |
virtual int | Read (const std::string &fileName, mitk::DataStorage &storage)=0 |
This interface provides methods to load data from the local filesystem into a given mitk::DataStorage.
Definition at line 35 of file mitkIDataNodeReader.h.
|
inlinevirtual |
Definition at line 37 of file mitkIDataNodeReader.h.
|
pure virtual |
Reads the local file given by fileName
and constructs one or more mitk::DataNode instances which are added to the given mitk::DataStorage storage
.
fileName | The absolute path to a local file. |
storage | The mitk::DataStorage which will contain the constructed data nodes. |