Medical Imaging Interaction Toolkit  2023.12.99-101158b3
Medical Imaging Interaction Toolkit
mitk::AccessByItkException Class Reference

Exception class thrown in AccessByItk macros. More...

#include <mitkImageAccessByItk.h>

Inheritance diagram for mitk::AccessByItkException:
Collaboration diagram for mitk::AccessByItkException:

Public Member Functions

 AccessByItkException (const std::string &msg)
 
 ~AccessByItkException () override throw ()
 

Detailed Description

Exception class thrown in AccessByItk macros.

This exception can be thrown by the invocation of the AccessByItk macros, if the MITK image is of non-expected dimension or pixel type.

Definition at line 38 of file mitkImageAccessByItk.h.

Constructor & Destructor Documentation

◆ AccessByItkException()

mitk::AccessByItkException::AccessByItkException ( const std::string &  msg)
inline

Definition at line 41 of file mitkImageAccessByItk.h.

◆ ~AccessByItkException()

mitk::AccessByItkException::~AccessByItkException ( )
throw (
)
inlineoverride

Definition at line 42 of file mitkImageAccessByItk.h.


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