Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <mitkIOUtil.h>
Public Member Functions | |
virtual bool | operator() (LoadInfo &loadInfo) const =0 |
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.
|
pure virtual |
Implemented in mitk::PreferenceListReaderOptionsFunctor.