Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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 |
Struct that containes 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 50 of file mitkIOUtil.h.
mitk::IOUtil::LoadInfo::LoadInfo | ( | const std::string & | path | ) |
Definition at line 1026 of file mitkIOUtil.cpp.
bool mitk::IOUtil::LoadInfo::m_Cancel |
Definition at line 58 of file mitkIOUtil.h.
std::vector<BaseData::Pointer> mitk::IOUtil::LoadInfo::m_Output |
Definition at line 55 of file mitkIOUtil.h.
std::string mitk::IOUtil::LoadInfo::m_Path |
Definition at line 54 of file mitkIOUtil.h.
Referenced by main(), and QmitkFileReaderOptionsDialog::QmitkFileReaderOptionsDialog().
FileReaderSelector mitk::IOUtil::LoadInfo::m_ReaderSelector |
Definition at line 57 of file mitkIOUtil.h.
Referenced by QmitkFileReaderOptionsDialog::accept(), main(), mitk::PreferenceListReaderOptionsFunctor::operator()(), and QmitkFileReaderOptionsDialog::QmitkFileReaderOptionsDialog().