21#ifndef __qSlicerSceneWriter_h
22#define __qSlicerSceneWriter_h
28#include "qSlicerDataModuleExport.h"
qSlicerFileWriter(QObject *parent=nullptr)
qSlicerFileWriter Superclass
IOFileType fileType() const override
Multiple readers can share the same file type.
bool writeToMRML(const qSlicerIO::IOProperties &properties)
~qSlicerSceneWriter() override
bool writeToDirectory(const qSlicerIO::IOProperties &properties)
QString description() const override
Unique name of the reader/writer.
bool writeToMRB(const qSlicerIO::IOProperties &properties)
bool canWriteObject(vtkObject *object) const override
Return true if the object is handled by the writer.
bool write(const qSlicerIO::IOProperties &properties) override
QStringList extensions(vtkObject *object) const override
qSlicerSceneWriter(QObject *parent=nullptr)