#include <itkOpenCLMacro.h>
Exception thrown when OpenCL program failed to build. 
Definition at line 133 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 137 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 142 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 147 of file itkOpenCLMacro.h.
 
 
◆ ~OpenCLCompileError()
  
  
      
        
          | itk::OpenCLCompileError::~OpenCLCompileError  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridedefault   | 
  
 
Virtual destructor needed for subclasses. 
 
 
◆ GetNameOfClass()
  
  
      
        
          | const char * itk::OpenCLCompileError::GetNameOfClass  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverride   |