#include <itkOpenCLMacro.h>
Exception thrown when OpenCL program failed to build.
Definition at line 147 of file itkOpenCLMacro.h.
◆ OpenCLCompileError() [1/3]
itk::OpenCLCompileError::OpenCLCompileError |
( |
| ) |
|
|
inline |
Default constructor. Needed to ensure the exception object can be copied.
Definition at line 152 of file itkOpenCLMacro.h.
◆ OpenCLCompileError() [2/3]
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.
◆ OpenCLCompileError() [3/3]
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.
◆ ~OpenCLCompileError()
itk::OpenCLCompileError::~OpenCLCompileError |
( |
| ) |
|
|
inlineoverride |
◆ GetNameOfClass()
const char * itk::OpenCLCompileError::GetNameOfClass |
( |
| ) |
const |
|
inlineoverride |