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

#include <mitkIOUtil.h>

Public Member Functions

virtual bool operator() (SaveInfo &saveInfo) const =0
 

Detailed Description

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.

Member Function Documentation

◆ operator()()

virtual bool mitk::IOUtil::WriterOptionsFunctorBase::operator() ( SaveInfo saveInfo) const
pure virtual

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