#include <Modules/Loadable/Sequences/qSlicerSequencesReader.h>
|
QScopedPointer< qSlicerSequencesReaderPrivate > | d_ptr |
|
QScopedPointer< qSlicerFileReaderPrivate > | d_ptr |
|
QScopedPointer< qSlicerIOPrivate > | d_ptr |
|
QScopedPointer< qSlicerObjectPrivate > | d_ptr |
|
Definition at line 32 of file qSlicerSequencesReader.h.
◆ Superclass
◆ qSlicerSequencesReader()
qSlicerSequencesReader::qSlicerSequencesReader |
( |
vtkSlicerSequencesLogic * | sequencesLogic = 0, |
|
|
QObject * | parent = 0 ) |
◆ ~qSlicerSequencesReader()
qSlicerSequencesReader::~qSlicerSequencesReader |
( |
| ) |
|
|
override |
◆ canLoadFileConfidence()
double qSlicerSequencesReader::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 sequence nrrd file then confidence is increased to 0.6, otherwise the confidence is decreased to 0.4.
Reimplemented from qSlicerFileReader.
◆ description()
QString qSlicerSequencesReader::description |
( |
| ) |
const |
|
overridevirtual |
Unique name of the reader/writer.
Implements qSlicerIO.
◆ extensions()
QStringList qSlicerSequencesReader::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 qSlicerSequencesReader::fileType |
( |
| ) |
const |
|
overridevirtual |
Multiple readers can share the same file type.
Implements qSlicerIO.
◆ load()
bool qSlicerSequencesReader::load |
( |
const IOProperties & | properties | ) |
|
|
overridevirtual |
Properties available: fileMode, multipleFiles, fileType.
Reimplemented from qSlicerFileReader.
◆ sequencesLogic()
◆ setSequencesLogic()
◆ d_ptr
QScopedPointer<qSlicerSequencesReaderPrivate> qSlicerSequencesReader::d_ptr |
|
protected |
The documentation for this class was generated from the following file: