Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
The ImageTypeIsNotSupportedByGPU class specialized exception class for unsupported image formats. If this exception is thrown, try other graphics device. More...
#include <mitkOclImage.h>
Additional Inherited Members | |
Public Member Functions inherited from mitk::Exception | |
Exception (const char *file, unsigned int lineNumber=0, const char *desc="None", const char *loc="Unknown") | |
~Exception () override throw () | |
virtual const char * | GetClassName () const |
void | AddRethrowData (const char *file, unsigned int lineNumber, const char *message) |
Adds rethrow data to this exception. More... | |
int | GetNumberOfRethrows () |
void | GetRethrowData (int rethrowNumber, std::string &file, int &line, std::string &message) |
template<class T > | |
Exception & | operator<< (const T &data) |
Definition of the bit shift operator for this class. More... | |
template<class T > | |
Exception & | operator<< (T &data) |
Definition of the bit shift operator for this class (for non const data). More... | |
Exception & | operator<< (std::ostream &(*func)(std::ostream &)) |
Definition of the bit shift operator for this class (for functions). More... | |
Protected Attributes inherited from mitk::Exception | |
std::vector< ReThrowData > | m_RethrowData |
The ImageTypeIsNotSupportedByGPU class specialized exception class for unsupported image formats. If this exception is thrown, try other graphics device.
Definition at line 194 of file mitkOclImage.h.