Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
Go to the source code of this file.
Data Structures | |
class | itk::OpenCLCompileError |
Namespaces | |
namespace | itk |
Macros | |
#define | itkOpenCLDebugMacro(x) itkOpenCLDebugWithObjectMacro( this, x ) |
#define | itkOpenCLDebugMacroGeneric(x) |
#define | itkOpenCLDebugWithObjectMacro(self, x) |
#define | itkOpenCLErrorMacro(x) itkOpenCLErrorWithObjectMacro( this, x ) |
#define | itkOpenCLErrorMacroGeneric(x) |
#define | itkOpenCLErrorWithObjectMacro(self, x) |
#define | itkOpenCLWarningMacro(x) itkOpenCLWarningWithObjectMacro( this, x ) |
#define | itkOpenCLWarningMacroGeneric(x) |
#define | itkOpenCLWarningWithObjectMacro(self, x) |
#define itkOpenCLDebugMacro | ( | x | ) | itkOpenCLDebugWithObjectMacro( this, x ) |
itkOpenCLMacro.h defines standard OpenCL macros, constants, and other parameters. Macros are available for built-in types; for string classes; vector arrays; object pointers; and debug, warning, and error printout information. This macro is used to print out debug message to the current message handler in instance methods itkOpenCLDebugMacro(<< "Debug message" << this->SomeVariable);
Definition at line 37 of file itkOpenCLMacro.h.
#define itkOpenCLDebugMacroGeneric | ( | x | ) |
This macro is used to print out debug message to the current message handler in main() function or generic functions itkOpenCLDebugMacroGeneric(<< "Debug message generic" << SomeVariable);
Definition at line 55 of file itkOpenCLMacro.h.
#define itkOpenCLDebugWithObjectMacro | ( | self, | |
x | |||
) |
This macro is used to print out debug statements. For example:
File and line information will be printed in Visual Studio format.
Definition at line 97 of file itkOpenCLMacro.h.
#define itkOpenCLErrorMacro | ( | x | ) | itkOpenCLErrorWithObjectMacro( this, x ) |
This macro is used to print out error message to the current message handler in instance methods itkOpenCLErrorMacro(<< "Error message" << this->SomeVariable);
Definition at line 49 of file itkOpenCLMacro.h.
#define itkOpenCLErrorMacroGeneric | ( | x | ) |
This macro is used to print out error message to the current message handler in main() function or generic functions itkOpenCLErrorMacroGeneric(<< "Error message generic" << SomeVariable);
Definition at line 81 of file itkOpenCLMacro.h.
#define itkOpenCLErrorWithObjectMacro | ( | self, | |
x | |||
) |
This macro is used to print out errors. For example:
File and line information will be printed in Visual Studio format.
Definition at line 131 of file itkOpenCLMacro.h.
#define itkOpenCLWarningMacro | ( | x | ) | itkOpenCLWarningWithObjectMacro( this, x ) |
This macro is used to print out warning message to the current message handler in instance methods itkOpenCLWarningMacro(<< "Warning message" << this->SomeVariable);
Definition at line 43 of file itkOpenCLMacro.h.
#define itkOpenCLWarningMacroGeneric | ( | x | ) |
This macro is used to print out warning message to the current message handler in main() function or generic functions itkOpenCLWarningMacroGeneric(<< "Warning message generic" << SomeVariable);
Definition at line 68 of file itkOpenCLMacro.h.
#define itkOpenCLWarningWithObjectMacro | ( | self, | |
x | |||
) |
This macro is used to print out warnings. For example:
File and line information will be printed in Visual Studio format.
Definition at line 114 of file itkOpenCLMacro.h.
Generated on 1667476801 for elastix by 1.9.4 |