Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Public Types | Public Member Functions | Protected Attributes
qSlicerModelsIO Class Reference

#include <Modules/Loadable/Models/qSlicerModelsIO.h>

Inheritance diagram for qSlicerModelsIO:
Inheritance graph
[legend]
Collaboration diagram for qSlicerModelsIO:
Collaboration graph
[legend]

List of all members.

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.
vtkSlicerModelsLogicmodelsLogic () const
 qSlicerModelsIO (vtkSlicerModelsLogic *modelsLogic=0, QObject *parent=0)
void setModelsLogic (vtkSlicerModelsLogic *modelsLogic)
virtual ~qSlicerModelsIO ()

Protected Attributes

QScopedPointer
< qSlicerModelsIOPrivate > 
d_ptr

Detailed Description

Definition at line 33 of file qSlicerModelsIO.h.


Member Typedef Documentation

Reimplemented from qSlicerFileReader.

Definition at line 38 of file qSlicerModelsIO.h.


Constructor & Destructor Documentation

qSlicerModelsIO::qSlicerModelsIO ( vtkSlicerModelsLogic modelsLogic = 0,
QObject *  parent = 0 
)
virtual qSlicerModelsIO::~qSlicerModelsIO ( ) [virtual]

Member Function Documentation

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)

Member Data Documentation

QScopedPointer<qSlicerModelsIOPrivate> qSlicerModelsIO::d_ptr [protected]

Reimplemented from qSlicerFileReader.

Definition at line 52 of file qSlicerModelsIO.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines