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
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: