26 #ifndef DICOMCOMPONENTEXTENSION_H 27 #define DICOMCOMPONENTEXTENSION_H 55 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.imaging.component.dicom")
68 return "This allows one to read a single .dcm DICOM image file using the library GDCM 2.2.x";
75 virtual QStringList getFileExtensions()
const;
89 virtual bool hasDataDirectory()
const;
111 #endif // DICOMCOMPONENTEXTENSION camitk::Component * lastOpenedComponent
Last opened component.
Definition: DicomComponentExtension.h:98
DICOM image Component manager.
Definition: DicomComponentExtension.h:52
Definition: Action.cpp:36
This class describes what is a generic Component extension.
Definition: ComponentExtension.h:57
This class represents a line in the Dialog box of the DICOM series the user is prompted to open...
Definition: DicomDialogEntry.h:41
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:298
virtual QString getDescription() const
Method returning the component extension descrption.
Definition: DicomComponentExtension.h:67
A component is something that composed something and could also be a part of something.
Definition: modeling/libraries/pml/Component.h:48
virtual QString getName() const
Method returning the component extension name.
Definition: DicomComponentExtension.h:62
QList< DicomDialogEntry * > serieDialogEntries
The series dialog entries representation in the VIEW.
Definition: DicomComponentExtension.h:107
DicomComponentExtension()
Constructor.
Definition: DicomComponentExtension.h:59
QList< DicomSerie * > serieParsed
The different Dicom SERIES parsed.
Definition: DicomComponentExtension.h:104
Dialog class to select the DICOM series to open, using a GUI.
Definition: DicomDialog.h:46
DicomDialog * dialog
The dialog that asks the user which dicom image files he wishes to open.
Definition: DicomComponentExtension.h:101