Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <mitkIOUtil.h>
Public Member Functions | |
virtual bool | operator() (SaveInfo &saveInfo) const =0 |
Struct that is the base class for option callbacks used in save operations. The callback is used by IOUtil, if more than one suitable writer was found or the a writer contains options that can be set. The callback allows to change option settings and select the writer that should be used (via saveInfo).
Definition at line 101 of file mitkIOUtil.h.
|
pure virtual |