RTK  2.4.1
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(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.