![]() |
Computer Assited Medical Intervention Tool Kit
|
#include <DicomComponentExtension.h>
Inheritance diagram for DicomComponentExtension:Public Member Functions | |
| DicomComponentExtension () | |
| the constructor (do nothing really) | |
| virtual QString | getDescription () const |
| get the plugin description (can be html) | |
| virtual QStringList | getFileExtensions () const |
| get the list of managed extensions (each file with an extension in the list can be loaded by this Extension | |
| virtual QString | getName () const |
| get the plugin name | |
| virtual bool | hasDataDirectory () const |
| this method returns true as DICOM do not use file extension but directory | |
| virtual Component * | open (const QString &) throw (AbortException) |
| get a new instance from data stored in a file (this is the most important method to redefine in your subclass) | |
Protected Member Functions | |
| bool | chooseDicomSeriesIds () throw (AbortException) |
| Shows a dialog to the user to choose which volume should be read. | |
| bool | findAllDicomSeries (const QString &) |
| Explores the dicom directory to find all dicom volumes and needed info. | |
| virtual | ~DicomComponentExtension () |
| the destructor | |
Protected Member Functions inherited from camitk::ImageComponentExtension | |
| ImageComponentExtension () | |
| Constructor protected because the class is virtual. | |
| virtual | ~ImageComponentExtension () |
| the destructor | |
Protected Member Functions inherited from camitk::ComponentExtension | |
| ComponentExtension () | |
| protected constructor, | |
Protected Attributes | |
| std::map< SomeDicomInfo *, FileNamesContainerType > | theSeries |
Private Member Functions | |
| Q_INTERFACES (camitk::ComponentExtension) | |
|
inline |
the constructor (do nothing really)
|
inlineprotectedvirtual |
the destructor
|
protected |
Shows a dialog to the user to choose which volume should be read.
References CAMITK_INFO, description, and theSeries.
|
protected |
Explores the dicom directory to find all dicom volumes and needed info.
References SomeDicomInfo::bitsAllocated, CAMITK_INFO, SomeDicomInfo::columns, ComponentM_BitsAllocated, ComponentM_Columns, ComponentM_HighBit, ComponentM_Modality, ComponentM_NumberOfTemporalPositions, ComponentM_ProtocolName, ComponentM_Rows, ComponentM_SeriesDescription, ComponentM_StudyDescription, SomeDicomInfo::highBit, SomeDicomInfo::modality, SomeDicomInfo::numberOfTemporalPositions, SomeDicomInfo::protocolName, SomeDicomInfo::rows, SomeDicomInfo::seriesDescription, SomeDicomInfo::slices, SomeDicomInfo::studyDescription, and theSeries.
|
virtual |
get the plugin description (can be html)
Reimplemented from camitk::ImageComponentExtension.
|
virtual |
get the list of managed extensions (each file with an extension in the list can be loaded by this Extension
Implements camitk::ComponentExtension.
|
virtual |
get the plugin name
Reimplemented from camitk::ImageComponentExtension.
|
virtual |
this method returns true as DICOM do not use file extension but directory
Reimplemented from camitk::ComponentExtension.
|
virtual |
get a new instance from data stored in a file (this is the most important method to redefine in your subclass)
Implements camitk::ImageComponentExtension.
References camitk::AbortException::what().
|
private |
|
protected |
Referenced by chooseDicomSeriesIds(), and findAllDicomSeries().
1.8.1.2