|
Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Modules/Loadable/Models/qSlicerModelsIO.h>


Public Types | |
| typedef qSlicerFileReader | Superclass |
Public Member Functions | |
| virtual QString | description () const |
| Unique name of the reader/writer. | |
| virtual QStringList | extensions () const |
| virtual IOFileType | fileType () const |
| Multiple readers can share the same file type. | |
| virtual bool | load (const IOProperties &properties) |
| Properties availables : fileMode, multipleFiles, fileType. | |
| vtkSlicerModelsLogic * | modelsLogic () const |
| qSlicerModelsIO (vtkSlicerModelsLogic *modelsLogic=0, QObject *parent=0) | |
| void | setModelsLogic (vtkSlicerModelsLogic *modelsLogic) |
| virtual | ~qSlicerModelsIO () |
Protected Attributes | |
| QScopedPointer < qSlicerModelsIOPrivate > | d_ptr |
Definition at line 33 of file qSlicerModelsIO.h.
Reimplemented from qSlicerFileReader.
Definition at line 38 of file qSlicerModelsIO.h.
| qSlicerModelsIO::qSlicerModelsIO | ( | vtkSlicerModelsLogic * | modelsLogic = 0, |
| QObject * | parent = 0 |
||
| ) |
| virtual qSlicerModelsIO::~qSlicerModelsIO | ( | ) | [virtual] |
| virtual QString qSlicerModelsIO::description | ( | ) | const [virtual] |
Unique name of the reader/writer.
Implements qSlicerIO.
| virtual QStringList qSlicerModelsIO::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.
| virtual IOFileType qSlicerModelsIO::fileType | ( | ) | const [virtual] |
Multiple readers can share the same file type.
Implements qSlicerIO.
| virtual bool qSlicerModelsIO::load | ( | const IOProperties & | properties | ) | [virtual] |
Properties availables : fileMode, multipleFiles, fileType.
Reimplemented from qSlicerFileReader.
| vtkSlicerModelsLogic* qSlicerModelsIO::modelsLogic | ( | ) | const |
| void qSlicerModelsIO::setModelsLogic | ( | vtkSlicerModelsLogic * | modelsLogic | ) |
QScopedPointer<qSlicerModelsIOPrivate> qSlicerModelsIO::d_ptr [protected] |
Reimplemented from qSlicerFileReader.
Definition at line 52 of file qSlicerModelsIO.h.
1.7.4