Go to the source code of this file.
Namespaces | |
namespace | itk |
|
Value: virtual type Get##name () \ { \ return this->m_##name; \ } Definition at line 37 of file itkIPLFileNameList.h. |
|
Value: virtual void Set##name (const type _arg) \ { \ if (this->m_##name != _arg) \ { \ this->m_##name = _arg; \ } \ } Definition at line 26 of file itkIPLFileNameList.h. |