Slicer
4.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Base/QTCore/qSlicerSceneBundleReader.h>
Public Types | |
typedef qSlicerFileReader | Superclass |
Public Types inherited from qSlicerFileReader | |
typedef qSlicerIO | Superclass |
Public Types inherited from qSlicerIO | |
typedef QString | IOFileType |
typedef QVariantMap | IOProperties |
typedef QObject | Superclass |
Public Member Functions | |
QString | description () const override |
Unique name of the reader/writer. More... | |
QStringList | extensions () const override |
Support only .mrb files. More... | |
qSlicerIO::IOFileType | fileType () const override |
Support QString("SceneFile") More... | |
bool | load (const qSlicerIO::IOProperties &properties) override |
qSlicerSceneBundleReader (QObject *_parent=nullptr) | |
Public Member Functions inherited from qSlicerFileReader | |
virtual bool | canLoadFile (const QString &file) const |
virtual bool | examineFileInfoList (QFileInfoList &fileInfoList, QFileInfo &archetypeFileInfo, qSlicerIO::IOProperties &ioProperties) const |
virtual QStringList | loadedNodes () const |
qSlicerFileReader (QObject *parent=nullptr) | |
QStringList | supportedNameFilters (const QString &fileName, int *longestExtensionMatchPtr=nullptr) const |
~qSlicerFileReader () override | |
Public Member Functions inherited from qSlicerIO | |
virtual qSlicerIOOptions * | options () const |
qSlicerIO (QObject *parent=nullptr) | |
vtkMRMLMessageCollection * | userMessages () const |
Additional warning or error messages occurred during IO operation. More... | |
~qSlicerIO () override | |
Public Member Functions inherited from qSlicerObject | |
vtkMRMLScene * | mrmlScene () const |
Return a pointer on the MRML scene. More... | |
qSlicerObject () | |
virtual void | setMRMLScene (vtkMRMLScene *) |
Set the current MRML scene to the widget. More... | |
virtual | ~qSlicerObject () |
Additional Inherited Members | |
Protected Member Functions inherited from qSlicerFileReader | |
virtual void | setLoadedNodes (const QStringList &nodes) |
Protected Attributes inherited from qSlicerFileReader | |
QScopedPointer< qSlicerFileReaderPrivate > | d_ptr |
Protected Attributes inherited from qSlicerIO | |
QScopedPointer< qSlicerIOPrivate > | d_ptr |
Protected Attributes inherited from qSlicerObject | |
QScopedPointer< qSlicerObjectPrivate > | d_ptr |
qSlicerSceneBundleReader is the IO class that handle MRML scene embedded in a zip file (called a Slicer Data Bundle). The extension is mrb (for Medical Reality Bundle) It internally calls vtkMRMLScene::Connect() or vtkMRMLScene::Import() depending on the clear flag.
Definition at line 33 of file qSlicerSceneBundleReader.h.
Definition at line 38 of file qSlicerSceneBundleReader.h.
qSlicerSceneBundleReader::qSlicerSceneBundleReader | ( | QObject * | _parent = nullptr | ) |
|
overridevirtual |
Unique name of the reader/writer.
Implements qSlicerIO.
|
overridevirtual |
Support only .mrb files.
Reimplemented from qSlicerFileReader.
|
overridevirtual |
Support QString("SceneFile")
Implements qSlicerIO.
|
overridevirtual |
the supported properties are: QString fileName: the path of the mrml scene to load bool clear: whether the current should be cleared or not
Reimplemented from qSlicerFileReader.