|
Image Utilities (IU)
|
Exceptions related to cuda issues. More...
#include <iucutil.h>
Public Member Functions | |
| IuCudaException (const cudaError_t cudaErr, const char *file=NULL, const char *function=NULL, int line=0) throw () | |
Public Member Functions inherited from IuException | |
| IuException (const std::string &msg, const char *file=NULL, const char *function=NULL, int line=0) throw () | |
| virtual const char * | what () const throw () |
Protected Attributes | |
| cudaError_t | cudaErr_ |
Additional Inherited Members | |
Data Fields inherited from IuException | |
| std::string | msg_ |
| std::string | file_ |
| std::string | function_ |
| int | line_ |
Exceptions related to cuda issues.
Can be used to raise IuException s related to CUDA.
1.8.6