#include <Modules/Loadable/Volumes/qSlicerVolumesReader.h>
|
QScopedPointer< qSlicerVolumesReaderPrivate > | d_ptr |
|
QScopedPointer< qSlicerFileReaderPrivate > | d_ptr |
|
QScopedPointer< qSlicerObjectPrivate > | d_ptr |
|
Definition at line 31 of file qSlicerVolumesReader.h.
◆ Superclass
◆ qSlicerVolumesReader() [1/2]
qSlicerVolumesReader::qSlicerVolumesReader |
( |
QObject * |
parent = 0 | ) |
|
◆ qSlicerVolumesReader() [2/2]
◆ ~qSlicerVolumesReader()
virtual qSlicerVolumesReader::~qSlicerVolumesReader |
( |
| ) |
|
|
virtual |
◆ description()
virtual QString qSlicerVolumesReader::description |
( |
| ) |
const |
|
virtual |
Unique name of the reader/writer.
Implements qSlicerIO.
◆ extensions()
virtual QStringList qSlicerVolumesReader::extensions |
( |
| ) |
const |
|
virtual |
Return a list of the supported extensions. Please read QFileDialog::nameFilters for the allowed formats Example: "Image (*.jpg *.png *.tiff)", "Model (*.vtk)"
Reimplemented from qSlicerFileReader.
◆ fileType()
virtual IOFileType qSlicerVolumesReader::fileType |
( |
| ) |
const |
|
virtual |
Multiple readers can share the same file type.
Implements qSlicerIO.
◆ load()
virtual bool qSlicerVolumesReader::load |
( |
const IOProperties & |
properties | ) |
|
|
virtual |
Properties availables : fileMode, multipleFiles, fileType.
Reimplemented from qSlicerFileReader.
◆ logic()
◆ options()
Returns a list of options for the reader. qSlicerIOOptions can be derived and have a UI associated to it (i.e. qSlicerIOOptionsWidget). Warning: you are responsible for freeing the memory of the returned options
Reimplemented from qSlicerIO.
◆ setLogic()
◆ d_ptr
QScopedPointer<qSlicerVolumesReaderPrivate> qSlicerVolumesReader::d_ptr |
|
protected |
The documentation for this class was generated from the following file: