26 #ifndef DICOMTREESTUDYCOMPONENT_H 27 #define DICOMTREESTUDYCOMPONENT_H 30 #include <Component.h> 84 #endif // DICOMTREESTUDYCOMPONENT_H DicomTreeStudyComponent(const std::vector< std::string > &fileNames)
Parse the list of files and build a DicomSerieComponent per SERIES.
Definition: DicomTreeStudyComponent.cpp:37
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
virtual ~DicomTreeStudyComponent()
Default Destructor.
Definition: DicomTreeStudyComponent.cpp:71
void initRepresentation()
this component has no representation
Definition: DicomTreeStudyComponent.h:73
This component allows you to read DICOM images files of several SERIES of a same STUDY.
Definition: DicomTreeStudyComponent.h:57
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:299
This component allows you to read DICOM images files of a single SERIES of a given STUDY...
Definition: DicomTreeSerieComponent.h:58