Slicer
4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Base/QTCore/qSlicerFileWriter.h>
Public Member Functions | |
virtual bool | canWriteObject (vtkObject *object) const |
Return true if the object is handled by the writer. More... | |
virtual QStringList | extensions (vtkObject *object) const =0 |
qSlicerFileWriter (QObject *parent=0) | |
virtual bool | write (const qSlicerIO::IOProperties &properties) |
QStringList | writtenNodes () const |
virtual | ~qSlicerFileWriter () |
Public Member Functions inherited from qSlicerIO | |
virtual QString | description () const =0 |
Unique name of the reader/writer. More... | |
virtual IOFileType | fileType () const =0 |
Multiple readers can share the same file type. More... | |
virtual qSlicerIOOptions * | options () const |
qSlicerIO (QObject *parent=0) | |
virtual | ~qSlicerIO () |
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 () |
Protected Member Functions | |
void | setWrittenNodes (const QStringList &nodes) |
Protected Attributes | |
QScopedPointer< qSlicerFileWriterPrivate > | d_ptr |
Protected Attributes inherited from qSlicerObject | |
QScopedPointer< qSlicerObjectPrivate > | d_ptr |
Additional Inherited Members | |
Public Types inherited from qSlicerIO | |
typedef QString | IOFileType |
typedef QVariantMap | IOProperties |
typedef QObject | Superclass |
Definition at line 30 of file qSlicerFileWriter.h.
qSlicerFileWriter::qSlicerFileWriter | ( | QObject * | parent = 0 | ) |
|
virtual |
|
virtual |
Return true if the object is handled by the writer.
Reimplemented in qSlicerScriptedFileWriter, qSlicerNodeWriter, and qSlicerSceneWriter.
|
pure virtual |
Return a list of the supported extensions for a particuliar object. Please read QFileDialog::nameFilters for the allowed formats Example: "Image (*.jpg *.png *.tiff)", "Model (*.vtk)"
Implemented in qSlicerScriptedFileWriter, qSlicerNodeWriter, and qSlicerSceneWriter.
|
protected |
|
virtual |
Write the node identified by nodeID into the fileName file. Returns true on success Properties availables:
Reimplemented in qSlicerScriptedFileWriter, qSlicerNodeWriter, and qSlicerSceneWriter.
QStringList qSlicerFileWriter::writtenNodes | ( | ) | const |
|
protected |
Definition at line 62 of file qSlicerFileWriter.h.