Go to the source code of this file.
Namespaces | |
| namespace | itk |
Classes | |
| class | itk::IPLFileNameList |
| -- stores filename+info to be enumerated for IPLCommonImageIO More... | |
| class | itk::IPLFileSortInfo |
Defines | |
| #define | IPLGetMacro(name, type) |
| #define | IPLSetMacro(name, type) |
| #define IPLGetMacro | ( | name, | |||
| type | ) |
Value:
virtual type Get##name () \ { \ return this->m_##name; \ }
Definition at line 41 of file itkIPLFileNameList.h.
| #define IPLSetMacro | ( | name, | |||
| type | ) |
Value:
virtual void Set##name (const type _arg) \ { \ if (this->m_##name != _arg) \ { \ this->m_##name = _arg; \ } \ }
Definition at line 30 of file itkIPLFileNameList.h.
1.5.5 written by Dimitri van Heesch,
© 1997-2000