|
SimpleITK
|
#include <stdint.h>#include <stddef.h>#include <cassert>#include <sstream>#include <limits>#include "sitkConfigure.h"
Include dependency graph for sitkMacro.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | itk |
| namespace | itk::simple |
Macros | |
| #define | CLANG_TEMPLATE |
| #define | SITK_ABI_EXPORT |
| #define | SITK_ABI_HIDDEN |
| #define | SITK_ABI_IMPORT |
| #define | sitkClangDiagnosticPop() |
| #define | sitkClangDiagnosticPush() |
| #define | sitkClangWarningIgnore(x) |
| #define | sitkDebugMacro(x) |
| #define | sitkDoMacroJoin(X, Y) |
| #define | sitkDoMacroJoin2(X, Y) |
| #define | sitkExceptionMacro(x) |
| #define | sitkMacroJoin(X, Y) |
| #define | sitkPragma(x) |
| #define | sitkWarningMacro(x) |
| #define CLANG_TEMPLATE |
Definition at line 57 of file sitkMacro.h.
| #define SITK_ABI_EXPORT |
Definition at line 48 of file sitkMacro.h.
| #define SITK_ABI_HIDDEN |
Definition at line 50 of file sitkMacro.h.
| #define SITK_ABI_IMPORT |
Definition at line 49 of file sitkMacro.h.
| #define sitkClangDiagnosticPop | ( | ) |
Definition at line 111 of file sitkMacro.h.
| #define sitkClangDiagnosticPush | ( | ) |
Definition at line 110 of file sitkMacro.h.
| #define sitkClangWarningIgnore | ( | x | ) |
Definition at line 112 of file sitkMacro.h.
| #define sitkDebugMacro | ( | x | ) |
Definition at line 85 of file sitkMacro.h.
| #define sitkDoMacroJoin | ( | X, | |
| Y ) |
Definition at line 96 of file sitkMacro.h.
| #define sitkDoMacroJoin2 | ( | X, | |
| Y ) |
Definition at line 97 of file sitkMacro.h.
| #define sitkExceptionMacro | ( | x | ) |
Definition at line 70 of file sitkMacro.h.
Referenced by itk::simple::ProcessObject::CastImageToITK(), itk::simple::CreateKernel(), itk::simple::sitkSTLToITKDirection(), itk::simple::sitkSTLVectorToITK(), itk::simple::sitkSTLVectorToITKVersor(), and itk::simple::Transform::Transform().
| #define sitkMacroJoin | ( | X, | |
| Y ) |
Definition at line 95 of file sitkMacro.h.
| #define sitkPragma | ( | x | ) |
Definition at line 101 of file sitkMacro.h.
| #define sitkWarningMacro | ( | x | ) |
Definition at line 77 of file sitkMacro.h.
1.13.2 |
Privacy Policy