26 #ifndef DICOMTREEDIRECTORYCOMPONENT_H 27 #define DICOMTREEDIRECTORYCOMPONENT_H 33 #include <Component.h> 75 #endif // DICOMTREEDIRECTORYCOMPONENT_H Exception class to handle abortion in component instanciation.
Definition: AbortException.h:43
This component allows you to read DICOM images files from a directory.
Definition: DicomTreeDirectoryComponent.h:54
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:299
DicomTreeDirectoryComponent(const QString &path)
Parse the input directory's images to construct one ImageComponent per 3D volumic image found...
Definition: DicomTreeDirectoryComponent.cpp:48
virtual ~DicomTreeDirectoryComponent()
Default Destructor.
Definition: DicomTreeDirectoryComponent.cpp:76
void initRepresentation()
Empty method, as this Component has no representation.
Definition: DicomTreeDirectoryComponent.h:69