RTK  2.5.0
Reconstruction Toolkit
Classes | Namespaces | Macros
rtkFFTRampImageFilter.h File Reference
#include <itkConceptChecking.h>
#include "rtkConfiguration.h"
#include "rtkFFTProjectionsConvolutionImageFilter.h"
#include "rtkMacro.h"
#include "rtkFFTRampImageFilter.hxx"
+ Include dependency graph for rtkFFTRampImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rtk::FFTRampImageFilter< TInputImage, TOutputImage, TFFTPrecision >
 

Namespaces

 rtk
 

Macros

#define itkSetMacro(name, type)
 
#define itkSetMacro(name, type)
 

Macro Definition Documentation

◆ itkSetMacro [1/2]

#define itkSetMacro (   name,
  type 
)
Value:
virtual void Set##name(type _arg) \
{ \
itkDebugMacro("setting " #name " to " << _arg); \
CLANG_PRAGMA_PUSH \
CLANG_SUPPRESS_Wfloat_equal \
if (this->m_##name != _arg) \
{ \
this->m_##name = std::move(_arg); \
this->Modified(); \
this->m_KernelFFT = nullptr; \
} \
CLANG_PRAGMA_POP \
} \
ITK_MACROEND_NOOP_STATEMENT

Definition at line 181 of file rtkFFTRampImageFilter.h.

◆ itkSetMacro [2/2]

#define itkSetMacro (   name,
  type 
)
Value:
virtual void Set##name(type _arg) \
{ \
itkDebugMacro("setting " #name " to " << _arg); \
CLANG_PRAGMA_PUSH \
CLANG_SUPPRESS_Wfloat_equal \
if (this->m_##name != _arg) \
{ \
this->m_##name = std::move(_arg); \
this->Modified(); \
} \
CLANG_PRAGMA_POP \
} \
ITK_MACROEND_NOOP_STATEMENT

Definition at line 181 of file rtkFFTRampImageFilter.h.