RTK  2.6.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 ITK_GCC_PRAGMA_POP   CLANG_PRAGMA_POP
 
#define ITK_GCC_PRAGMA_PUSH   CLANG_PRAGMA_PUSH
 
#define ITK_GCC_SUPPRESS_Wfloat_equal   CLANG_SUPPRESS_Wfloat_equal
 
#define itkSetMacro(name, type)
 
#define itkSetMacro(name, type)
 

Macro Definition Documentation

◆ ITK_GCC_PRAGMA_POP

#define ITK_GCC_PRAGMA_POP   CLANG_PRAGMA_POP

Definition at line 37 of file rtkFFTRampImageFilter.h.

◆ ITK_GCC_PRAGMA_PUSH

#define ITK_GCC_PRAGMA_PUSH   CLANG_PRAGMA_PUSH

Definition at line 31 of file rtkFFTRampImageFilter.h.

◆ ITK_GCC_SUPPRESS_Wfloat_equal

#define ITK_GCC_SUPPRESS_Wfloat_equal   CLANG_SUPPRESS_Wfloat_equal

Definition at line 34 of file rtkFFTRampImageFilter.h.

◆ itkSetMacro [1/2]

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

Definition at line 190 of file rtkFFTRampImageFilter.h.

◆ itkSetMacro [2/2]

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

Definition at line 190 of file rtkFFTRampImageFilter.h.