Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Struct to store each (Folder) Node of the hierarchy tree structure. More...
#include <QmitknnUNetFolderParser.h>
Public Attributes | |
QString | name |
QString | path |
std::vector< std::shared_ptr< FolderNode > > | subFolders |
Struct to store each (Folder) Node of the hierarchy tree structure.
Definition at line 26 of file QmitknnUNetFolderParser.h.
QString FolderNode::name |
Definition at line 28 of file QmitknnUNetFolderParser.h.
QString FolderNode::path |
Definition at line 29 of file QmitknnUNetFolderParser.h.
std::vector<std::shared_ptr<FolderNode> > FolderNode::subFolders |
Definition at line 30 of file QmitknnUNetFolderParser.h.