Image Utilities (IU)
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Groups Pages
Public Member Functions | Protected Attributes
iu::IuCufftException Class Reference

Exceptions related to cufft issues. More...

#include <iucutil.h>

Inheritance diagram for iu::IuCufftException:
IuException

Public Member Functions

 IuCufftException (const cufftResult 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

cufftResult cufftResult_
 

Additional Inherited Members

- Data Fields inherited from IuException
std::string msg_
 
std::string file_
 
std::string function_
 
int line_
 

Detailed Description

Exceptions related to cufft issues.

Can be used to raise IuException s related to CUFFT.


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