Medical Imaging Interaction Toolkit  2024.12.99-d991a09f
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
FolderNode Struct Reference

Struct to store each (Folder) Node of the hierarchy tree structure. More...

#include <QmitknnUNetFolderParser.h>

Collaboration diagram for FolderNode:

Public Attributes

QString name
 
QString path
 
std::vector< std::shared_ptr< FolderNode > > subFolders
 

Detailed Description

Struct to store each (Folder) Node of the hierarchy tree structure.

Definition at line 26 of file QmitknnUNetFolderParser.h.

Member Data Documentation

◆ name

QString FolderNode::name

Definition at line 28 of file QmitknnUNetFolderParser.h.

◆ path

QString FolderNode::path

Definition at line 29 of file QmitknnUNetFolderParser.h.

◆ subFolders

std::vector<std::shared_ptr<FolderNode> > FolderNode::subFolders

Definition at line 30 of file QmitknnUNetFolderParser.h.


The documentation for this struct was generated from the following file: