#include <itkOpenCLMacro.h>
Exception thrown when OpenCL program failed to build.
Definition at line 147 of file itkOpenCLMacro.h.
itk::OpenCLCompileError::OpenCLCompileError |
( |
| ) |
|
|
inline |
Default constructor. Needed to ensure the exception object can be copied.
Definition at line 152 of file itkOpenCLMacro.h.
itk::OpenCLCompileError::OpenCLCompileError |
( |
const char * |
file, |
|
|
unsigned int |
lineNumber |
|
) |
| |
|
inline |
Constructor. Needed to ensure the exception object can be copied.
Definition at line 155 of file itkOpenCLMacro.h.
itk::OpenCLCompileError::OpenCLCompileError |
( |
const std::string & |
file, |
|
|
unsigned int |
lineNumber |
|
) |
| |
|
inline |
Constructor. Needed to ensure the exception object can be copied.
Definition at line 158 of file itkOpenCLMacro.h.
virtual itk::OpenCLCompileError::~OpenCLCompileError |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
Virtual destructor needed for subclasses. Has to have empty throw().
Definition at line 161 of file itkOpenCLMacro.h.
virtual const char* itk::OpenCLCompileError::GetNameOfClass |
( |
| ) |
const |
|
inlinevirtual |