ITK  5.0.0
Insight Segmentation and Registration Toolkit
itkAnisotropicDiffusionLBRMacro.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GetSetFunctorMacro(name, type)
 

Macro Definition Documentation

#define GetSetFunctorMacro (   name,
  type 
)
Value:
virtual type & Get##name() {return this->m_##name;} \
virtual const type & Get##name() const {return this->m_##name;} \
virtual void Set##name(const type & _arg) {m_##name = _arg; this->Modified();}

Getters and setters for functor types, inspired by UnaryFunctorImageFilter. No equality test performed for the setter.

Definition at line 30 of file itkAnisotropicDiffusionLBRMacro.h.