![]() |
Computer Assited Medical Intervention Tool Kit
|
#include <DicomComponentExtension.h>
Public Member Functions | |
DicomComponentExtension () | |
the constructor (do nothing really) More... | |
virtual QString | getDescription () const |
get the plugin description (can be html) More... | |
virtual QStringList | getFileExtensions () const |
get the list of managed extensions (each file with an extension in the list can be loaded by this Extension More... | |
virtual QString | getName () const |
get the plugin name More... | |
virtual bool | hasDataDirectory () const |
this method returns true as DICOM do not use file extension but directory More... | |
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) More... | |
Protected Member Functions | |
bool | chooseDicomSeriesIds () throw (AbortException) |
Shows a dialog to the user to choose which volume should be read. More... | |
bool | findAllDicomSeries (const QString &) |
Explores the dicom directory to find all dicom volumes and needed info. More... | |
virtual | ~DicomComponentExtension () |
the destructor More... | |
![]() | |
ImageComponentExtension () | |
Constructor protected because the class is virtual. More... | |
virtual | ~ImageComponentExtension () |
the destructor More... | |
![]() | |
ComponentExtension () | |
protected constructor, More... | |
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().