Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <mitkIOUtil.h>
Public Member Functions | |
SaveInfo (const BaseData *baseData, const MimeType &mimeType, const std::string &path) | |
bool | operator< (const SaveInfo &other) const |
Public Attributes | |
const BaseData * | m_BaseData |
The BaseData object to save. More... | |
FileWriterSelector | m_WriterSelector |
Contains a set of IFileWriter objects. More... | |
MimeType | m_MimeType |
The selected mime-type, used to restrict results from FileWriterSelector. More... | |
std::string | m_Path |
The path to write the BaseData object to. More... | |
bool | m_Cancel |
Flag indicating if sub-sequent save operations are to be canceled. More... | |
Definition at line 78 of file mitkIOUtil.h.
mitk::IOUtil::SaveInfo::SaveInfo | ( | const BaseData * | baseData, |
const MimeType & | mimeType, | ||
const std::string & | path | ||
) |
bool mitk::IOUtil::SaveInfo::operator< | ( | const SaveInfo & | other | ) | const |
const BaseData* mitk::IOUtil::SaveInfo::m_BaseData |
The BaseData object to save.
Definition at line 85 of file mitkIOUtil.h.
bool mitk::IOUtil::SaveInfo::m_Cancel |
Flag indicating if sub-sequent save operations are to be canceled.
Definition at line 94 of file mitkIOUtil.h.
MimeType mitk::IOUtil::SaveInfo::m_MimeType |
The selected mime-type, used to restrict results from FileWriterSelector.
Definition at line 90 of file mitkIOUtil.h.
std::string mitk::IOUtil::SaveInfo::m_Path |
The path to write the BaseData object to.
Definition at line 92 of file mitkIOUtil.h.
FileWriterSelector mitk::IOUtil::SaveInfo::m_WriterSelector |
Contains a set of IFileWriter objects.
Definition at line 88 of file mitkIOUtil.h.