Go to the source code of this file.
Classes | |
class | itk::IPLFileNameList |
-- stores filename+info to be enumerated for IPLCommonImageIO More... | |
class | itk::IPLFileSortInfo |
Namespaces | |
namespace | itk |
Defines | |
#define | IPLSetMacro(name, type) |
#define | IPLGetMacro(name, type) |
#define IPLGetMacro | ( | name, | ||
type | ||||
) |
virtual type Get##name () \ { \ return this->m_##name; \ }
Get built-in type. Creates member Get"name"() (e.g., GetVisibility());
Definition at line 41 of file itkIPLFileNameList.h.
#define IPLSetMacro | ( | name, | ||
type | ||||
) |
virtual void Set##name (const type _arg) \ { \ if (this->m_##name != _arg) \ { \ this->m_##name = _arg; \ } \ }
Set built-in type. Creates member Set"name"() (e.g., SetVisibility());
Definition at line 30 of file itkIPLFileNameList.h.