Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <mitkIOUtil.h>
Public Member Functions | |
LoadInfo (const std::string &path) | |
Public Attributes | |
std::string | m_Path |
std::vector< BaseData::Pointer > | m_Output |
FileReaderSelector | m_ReaderSelector |
bool | m_Cancel |
const PropertyList * | m_Properties |
Struct that contains information regarding the current loading process. (e.g. Path that should be loaded, all found readers for the load path,...). It is set be IOUtil and used to pass information via the option callback in load operations.
Definition at line 56 of file mitkIOUtil.h.
mitk::IOUtil::LoadInfo::LoadInfo | ( | const std::string & | path | ) |
bool mitk::IOUtil::LoadInfo::m_Cancel |
Definition at line 64 of file mitkIOUtil.h.
std::vector<BaseData::Pointer> mitk::IOUtil::LoadInfo::m_Output |
Definition at line 61 of file mitkIOUtil.h.
std::string mitk::IOUtil::LoadInfo::m_Path |
Definition at line 60 of file mitkIOUtil.h.
const PropertyList* mitk::IOUtil::LoadInfo::m_Properties |
Definition at line 66 of file mitkIOUtil.h.
FileReaderSelector mitk::IOUtil::LoadInfo::m_ReaderSelector |
Definition at line 63 of file mitkIOUtil.h.