Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Types | Public Member Functions | Protected Attributes
qSlicerSceneReader Class Reference

#include <Modules/Loadable/Data/qSlicerSceneReader.h>

Inheritance diagram for qSlicerSceneReader:
Inheritance graph
[legend]
Collaboration diagram for qSlicerSceneReader:
Collaboration graph
[legend]

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 .mrml files. More...
 
qSlicerIO::IOFileType fileType () const override
 Support QString("SceneFile") More...
 
bool load (const qSlicerIO::IOProperties &properties) override
 
qSlicerIOOptionsoptions () const override
 Options to control scene loading. More...
 
 qSlicerSceneReader (vtkSlicerCamerasModuleLogic *camerasLogic, QObject *_parent=nullptr)
 
 ~qSlicerSceneReader () override
 
- 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
 qSlicerIO (QObject *parent=nullptr)
 
Q_INVOKABLE vtkMRMLMessageCollectionuserMessages () const
 Additional warning or error messages occurred during IO operation. More...
 
 ~qSlicerIO () override
 
- Public Member Functions inherited from qSlicerObject
vtkMRMLScenemrmlScene () 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 ()
 

Protected Attributes

QScopedPointer< qSlicerSceneReaderPrivate > d_ptr
 
- 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
 

Additional Inherited Members

- Protected Member Functions inherited from qSlicerFileReader
virtual void setLoadedNodes (const QStringList &nodes)
 

Detailed Description

qSlicerSceneReader is the IO class that handle MRML scene It internally call vtkMRMLScene::Connect() or vtkMRMLScene::Import() depending on the clear flag.

Definition at line 36 of file qSlicerSceneReader.h.

Member Typedef Documentation

◆ Superclass

Definition at line 41 of file qSlicerSceneReader.h.

Constructor & Destructor Documentation

◆ qSlicerSceneReader()

qSlicerSceneReader::qSlicerSceneReader ( vtkSlicerCamerasModuleLogic camerasLogic,
QObject *  _parent = nullptr 
)

◆ ~qSlicerSceneReader()

qSlicerSceneReader::~qSlicerSceneReader ( )
override

Member Function Documentation

◆ description()

QString qSlicerSceneReader::description ( ) const
overridevirtual

Unique name of the reader/writer.

Implements qSlicerIO.

◆ extensions()

QStringList qSlicerSceneReader::extensions ( ) const
overridevirtual

Support only .mrml files.

Reimplemented from qSlicerFileReader.

◆ fileType()

qSlicerIO::IOFileType qSlicerSceneReader::fileType ( ) const
overridevirtual

Support QString("SceneFile")

Implements qSlicerIO.

◆ load()

bool qSlicerSceneReader::load ( const qSlicerIO::IOProperties properties)
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.

◆ options()

qSlicerIOOptions* qSlicerSceneReader::options ( ) const
overridevirtual

Options to control scene loading.

Reimplemented from qSlicerIO.

Member Data Documentation

◆ d_ptr

QScopedPointer<qSlicerSceneReaderPrivate> qSlicerSceneReader::d_ptr
protected

Definition at line 60 of file qSlicerSceneReader.h.


The documentation for this class was generated from the following file: