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