RTK
2.6.0
Reconstruction Toolkit
|
#include <iostream>
#include <itkMacro.h>
#include <itkImageBase.h>
#include "rtkGgoArgsInfoManager.h"
#include "rtkIterationCommands.h"
Go to the source code of this file.
Macros | |
#define | CLANG_PRAGMA_POP |
#define | CLANG_PRAGMA_PUSH |
#define | CLANG_SUPPRESS_Wfloat_equal |
#define | DD(a) std::cout << # a " = [ " << a << " ]" << std::endl; |
#define | GGO(ggo_filename, args_info) |
#define | ITK_PRAGMA(x) _Pragma(# x) |
#define | REPORT_ITERATIONS(filter, filter_type, output_image_type) |
#define | TRY_AND_EXIT_ON_ITK_EXCEPTION(execFunc) |
#define CLANG_PRAGMA_POP |
Definition at line 39 of file rtkMacro.h.
Referenced by rtk::FFTHilbertImageFilter< TInputImage, TOutputImage, TFFTPrecision >::SetPixelShift().
#define CLANG_PRAGMA_PUSH |
Definition at line 38 of file rtkMacro.h.
Referenced by rtk::FFTHilbertImageFilter< TInputImage, TOutputImage, TFFTPrecision >::SetPixelShift().
#define CLANG_SUPPRESS_Wfloat_equal |
Definition at line 40 of file rtkMacro.h.
Referenced by rtk::FFTHilbertImageFilter< TInputImage, TOutputImage, TFFTPrecision >::SetPixelShift().
#define DD | ( | a | ) | std::cout << # a " = [ " << a << " ]" << std::endl; |
Debugging macro, displays name and content of a variable.
Definition at line 53 of file rtkMacro.h.
#define GGO | ( | ggo_filename, | |
args_info | |||
) |
Process gengetopt with config file option.
Definition at line 64 of file rtkMacro.h.
#define ITK_PRAGMA | ( | x | ) | _Pragma(# x) |
Definition at line 30 of file rtkMacro.h.
#define REPORT_ITERATIONS | ( | filter, | |
filter_type, | |||
output_image_type | |||
) |
Redefine ITK's New macros in order to add a watcher to each new filter created.
If verbose flag is set, outputs a string noticing iteration completion. If output-every argument is provided, save intermediate output in a file. If iteration-file-name is provided, the intermediate output is saved in a file having custom name and location.
Definition at line 213 of file rtkMacro.h.
#define TRY_AND_EXIT_ON_ITK_EXCEPTION | ( | execFunc | ) |
Update a filter and catching/displaying exceptions.
Definition at line 106 of file rtkMacro.h.
Referenced by rtk::SetConstantImageSourceFromGgo(), and rtk::SetProjectionsReaderFromGgo().