#include <itkConceptChecking.h>
#include "rtkConfiguration.h"
#include "rtkFFTProjectionsConvolutionImageFilter.h"
#include "rtkMacro.h"
#include "rtkFFTRampImageFilter.hxx"
Go to the source code of this file.
◆ itkSetMacro [1/2]
#define itkSetMacro |
( |
|
name, |
|
|
|
type |
|
) |
| |
Value:virtual void Set##name(const type _arg) \
{ \
itkDebugMacro("setting " #name " to " << _arg); \
CLANG_PRAGMA_PUSH \
CLANG_SUPPRESS_Wfloat_equal if (this->m_##name != _arg) \
{ \
this->m_##name = _arg; \
this->Modified(); \
this->m_KernelFFT = nullptr; \
} \
CLANG_PRAGMA_POP \
}
Definition at line 171 of file rtkFFTRampImageFilter.h.
◆ itkSetMacro [2/2]
#define itkSetMacro |
( |
|
name, |
|
|
|
type |
|
) |
| |
Value:virtual void Set##name(const type _arg) \
{ \
itkDebugMacro("setting " #name " to " << _arg); \
CLANG_PRAGMA_PUSH \
CLANG_SUPPRESS_Wfloat_equal if (this->m_##name != _arg) \
{ \
this->m_##name = _arg; \
this->Modified(); \
} \
CLANG_PRAGMA_POP \
}
Definition at line 171 of file rtkFFTRampImageFilter.h.