Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
#include <QDirIterator>
#include <memory>
#include <functional>
#include <QString>
#include <vector>
Go to the source code of this file.
Classes | |
struct | FolderNode |
Struct to store each (Folder) Node of the hierarchy tree structure. More... | |
class | QmitknnUNetFolderParser |
Class to store and retreive folder hierarchy information of RESULTS_FOLDER. Only Root node is explicitly stored in m_RootNode. No. of sub levels in the hierachry is defined in the LEVEL constant. More... | |