#include <Modules/Loadable/Volumes/qSlicerVolumesReader.h>
|
QScopedPointer< qSlicerVolumesReaderPrivate > | d_ptr |
|
QScopedPointer< qSlicerFileReaderPrivate > | d_ptr |
|
QScopedPointer< qSlicerIOPrivate > | d_ptr |
|
QScopedPointer< qSlicerObjectPrivate > | d_ptr |
|
Definition at line 30 of file qSlicerVolumesReader.h.
◆ Superclass
◆ qSlicerVolumesReader() [1/2]
qSlicerVolumesReader::qSlicerVolumesReader |
( |
QObject * | parent = nullptr | ) |
|
◆ qSlicerVolumesReader() [2/2]
◆ ~qSlicerVolumesReader()
qSlicerVolumesReader::~qSlicerVolumesReader |
( |
| ) |
|
|
override |
◆ canLoadFileConfidence()
double qSlicerVolumesReader::canLoadFileConfidence |
( |
const QString & | file | ) |
const |
|
overridevirtual |
Returns a positive number (>0) if the reader can load this file. In case the file uses a generic file extension (such as .nrrd) then the confidence value is adjusted based on the file content: if the file contains a dwmri nrrd file then confidence is increased to 0.7
Reimplemented from qSlicerFileReader.
◆ description()
QString qSlicerVolumesReader::description |
( |
| ) |
const |
|
overridevirtual |
Unique name of the reader/writer.
Implements qSlicerIO.
◆ examineFileInfoList()
bool qSlicerVolumesReader::examineFileInfoList |
( |
QFileInfoList & | fileInfoList, |
|
|
QFileInfo & | archetypeFileInfo, |
|
|
qSlicerIO::IOProperties & | ioProperties ) const |
|
overridevirtual |
◆ extensions()
QStringList qSlicerVolumesReader::extensions |
( |
| ) |
const |
|
overridevirtual |
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()
IOFileType qSlicerVolumesReader::fileType |
( |
| ) |
const |
|
overridevirtual |
Multiple readers can share the same file type.
Implements qSlicerIO.
◆ load()
bool qSlicerVolumesReader::load |
( |
const IOProperties & | properties | ) |
|
|
overridevirtual |
Properties available: 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: