Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itkIPLFileNameList.h File Reference

Go to the source code of this file.

Namespaces

namespace  itk

Classes

class  itk::IPLFileSortInfo
class  itk::IPLFileNameList
 -- stores filename+info to be enumerated for IPLCommonImageIO More...


Define Documentation

#define IPLGetMacro name,
type   ) 
 

Value:

virtual type Get##name () \ { \ return this->m_##name; \ }
Get built-in type. Creates member Get"name"() (e.g., GetVisibility()); Definition at line 37 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; \ } \ }
Set built-in type. Creates member Set"name"() (e.g., SetVisibility()); Definition at line 26 of file itkIPLFileNameList.h.


Generated at Sun Apr 1 02:48:18 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000