|
static QString | GetFileOpenFilterString () |
| GetFilterString. More...
|
|
static QList< mitk::BaseData::Pointer > | Load (const QStringList &paths, QWidget *parent=nullptr) |
| Loads the specified files. More...
|
|
static mitk::DataStorage::SetOfObjects::Pointer | Load (const QStringList &paths, mitk::DataStorage &storage, QWidget *parent=nullptr) |
|
static QList< mitk::BaseData::Pointer > | Load (const QString &path, QWidget *parent=nullptr) |
|
static mitk::DataStorage::SetOfObjects::Pointer | Load (const QString &path, mitk::DataStorage &storage, QWidget *parent=nullptr) |
|
static QString | Save (const mitk::BaseData *data, const QString &defaultBaseName, const QString &defaultPath=QString(), QWidget *parent=nullptr, bool setPathProperty=false) |
|
static QStringList | Save (const std::vector< const mitk::BaseData * > &data, const QStringList &defaultBaseNames, const QString &defaultPath=QString(), QWidget *parent=nullptr, bool setPathProperty=false) |
| Save a list of BaseData objects using a "File Save Dialog". More...
|
|
static void | SaveBaseDataWithDialog (mitk::BaseData *data, std::string fileName, QWidget *parent=nullptr) |
| SaveBaseDataWithDialog Convenience method to save any data with a Qt dialog. More...
|
|
static void | SaveSurfaceWithDialog (mitk::Surface::Pointer surface, std::string fileName="", QWidget *parent=nullptr) |
| SaveSurfaceWithDialog Convenience method to save a surface with a Qt dialog. More...
|
|
static void | SaveImageWithDialog (mitk::Image::Pointer image, std::string fileName="", QWidget *parent=nullptr) |
| SaveImageWithDialog Convenience method to save an image with a Qt dialog. More...
|
|
static void | SavePointSetWithDialog (mitk::PointSet::Pointer pointset, std::string fileName="", QWidget *parent=nullptr) |
| SavePointSetWithDialog Convenience method to save a pointset with a Qt dialog. More...
|
|
static std::string | GetProgramPath () |
|
static std::string | GetTempPath () |
|
static char | GetDirectorySeparator () |
|
static std::string | CreateTemporaryFile (std::ofstream &tmpStream, const std::string &templateName="XXXXXX", std::string path=std::string()) |
|
static std::string | CreateTemporaryFile (std::ofstream &tmpStream, std::ios_base::openmode mode, const std::string &templateName="XXXXXX", std::string path=std::string()) |
|
static std::string | CreateTemporaryFile (const std::string &templateName="XXXXXX", std::string path=std::string()) |
|
static std::string | CreateTemporaryDirectory (const std::string &templateName="XXXXXX", std::string path=std::string()) |
|
static DataStorage::SetOfObjects::Pointer | Load (const std::string &path, DataStorage &storage, const ReaderOptionsFunctorBase *optionsCallback=nullptr) |
| Load a file into the given DataStorage. More...
|
|
static DataStorage::SetOfObjects::Pointer | Load (const std::string &path, const IFileReader::Options &options, DataStorage &storage) |
| Load a file into the given DataStorage given user defined IFileReader::Options. More...
|
|
static std::vector< BaseData::Pointer > | Load (const std::string &path, const ReaderOptionsFunctorBase *optionsCallback=nullptr) |
| Load a file and return the loaded data. More...
|
|
template<typename T > |
static T::Pointer | Load (const std::string &path, const ReaderOptionsFunctorBase *optionsCallback=nullptr) |
|
static std::vector< BaseData::Pointer > | Load (const std::string &path, const IFileReader::Options &options) |
| Load a file and return the loaded data. More...
|
|
template<typename T > |
static T::Pointer | Load (const std::string &path, const IFileReader::Options &options) |
|
static DataStorage::SetOfObjects::Pointer | Load (const std::vector< std::string > &paths, DataStorage &storage, const ReaderOptionsFunctorBase *optionsCallback=nullptr) |
| Loads a list of file paths into the given DataStorage. More...
|
|
static std::vector< BaseData::Pointer > | Load (const std::vector< std::string > &paths, const ReaderOptionsFunctorBase *optionsCallback=nullptr) |
|
static std::vector< BaseData::Pointer > | Load (const us::ModuleResource &usResource, std::ios_base::openmode mode=std::ios_base::in) |
| Loads the contents of a us::ModuleResource and returns the corresponding mitk::BaseData. More...
|
|
template<typename T > |
static T::Pointer | Load (const us::ModuleResource &usResource, std::ios_base::openmode mode=std::ios_base::in) |
|
static BaseData::Pointer | Load (const std::string &path, const PropertyList *properties) |
|
static void | Save (const mitk::BaseData *data, const std::string &path, bool setPathProperty=false) |
| Save a mitk::BaseData instance. More...
|
|
static void | Save (const mitk::BaseData *data, const std::string &path, const IFileWriter::Options &options, bool setPathProperty=false) |
| Save a mitk::BaseData instance. More...
|
|
static void | Save (const mitk::BaseData *data, const std::string &mimeType, const std::string &path, bool addExtension=true, bool setPathProperty=false) |
| Save a mitk::BaseData instance. More...
|
|
static void | Save (const mitk::BaseData *data, const std::string &mimeType, const std::string &path, const mitk::IFileWriter::Options &options, bool addExtension=true, bool setPathProperty=false) |
| Save a mitk::BaseData instance. More...
|
|
static void | Save (std::vector< SaveInfo > &saveInfos, bool setPathProperty=false) |
| Use SaveInfo objects to save BaseData instances. More...
|
|
QmitkIOUtil Provides static helper methods to open and save files with Qt dialogs.
Definition at line 50 of file QmitkIOUtil.h.