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