Medical Imaging Interaction Toolkit  2023.12.99-b884b24c
Medical Imaging Interaction Toolkit
mitk::IOUtil::ReaderOptionsFunctorBase Struct Referenceabstract

#include <mitkIOUtil.h>

Inheritance diagram for mitk::IOUtil::ReaderOptionsFunctorBase:

Public Member Functions

virtual bool operator() (LoadInfo &loadInfo) const =0
 

Detailed Description

Struct that is the base class for option callbacks used in load operations. The callback is used by IOUtil, if more than one suitable reader was found or the a reader contains options that can be set. The callback allows to change option settings and select the reader that should be used (via loadInfo).

Definition at line 73 of file mitkIOUtil.h.

Member Function Documentation

◆ operator()()

virtual bool mitk::IOUtil::ReaderOptionsFunctorBase::operator() ( LoadInfo loadInfo) const
pure virtual

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