23 #ifndef __qSlicerTablesReader 24 #define __qSlicerTablesReader 29 class qSlicerTablesReaderPrivate;
42 QObject* parent =
nullptr);
54 QScopedPointer<qSlicerTablesReaderPrivate>
d_ptr;
Slicer logic class for double array manipulation This class manages the logic associated with reading...
vtkSlicerTablesLogic * logic() const
IOFileType fileType() const override
Multiple readers can share the same file type.
qSlicerTablesReader(QObject *parent=nullptr)
QStringList extensions() const override
qSlicerFileReader Superclass
~qSlicerTablesReader() override
void setLogic(vtkSlicerTablesLogic *logic)
QString description() const override
Unique name of the reader/writer.
bool load(const IOProperties &properties) override
Properties availables : fileMode, multipleFiles, fileType.
QScopedPointer< qSlicerTablesReaderPrivate > d_ptr