Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
mitk::IOUtil::LoadInfo Struct Reference

#include <mitkIOUtil.h>

Collaboration diagram for mitk::IOUtil::LoadInfo:

Public Member Functions

 LoadInfo (const std::string &path)
 

Public Attributes

std::string m_Path
 
std::vector< BaseData::Pointerm_Output
 
FileReaderSelector m_ReaderSelector
 
bool m_Cancel
 
const PropertyListm_Properties
 

Detailed Description

Struct that contains information regarding the current loading process. (e.g. Path that should be loaded, all found readers for the load path,...). It is set be IOUtil and used to pass information via the option callback in load operations.

Definition at line 56 of file mitkIOUtil.h.

Constructor & Destructor Documentation

◆ LoadInfo()

mitk::IOUtil::LoadInfo::LoadInfo ( const std::string &  path)

Member Data Documentation

◆ m_Cancel

bool mitk::IOUtil::LoadInfo::m_Cancel

Definition at line 64 of file mitkIOUtil.h.

◆ m_Output

std::vector<BaseData::Pointer> mitk::IOUtil::LoadInfo::m_Output

Definition at line 61 of file mitkIOUtil.h.

◆ m_Path

std::string mitk::IOUtil::LoadInfo::m_Path

Definition at line 60 of file mitkIOUtil.h.

◆ m_Properties

const PropertyList* mitk::IOUtil::LoadInfo::m_Properties

Definition at line 66 of file mitkIOUtil.h.

◆ m_ReaderSelector

FileReaderSelector mitk::IOUtil::LoadInfo::m_ReaderSelector

Definition at line 63 of file mitkIOUtil.h.


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