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

Defines

#define IPLGetMacro(name, type)
#define IPLSetMacro(name, type)

Functions

Get built in type Creates
member Get 
GetVisibility ())
Set built in type Creates
member Set 
name ()(e.g.
Set built in type Creates
member Set 
SetVisibility ())


Define Documentation

#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.


Function Documentation

Get built in type Creates member Get GetVisibility  ) 
 

Get built in type Creates member Get name  ) 
 

Referenced by itk::ObjectFactory< T >::Create(), itk::ExposeMetaData(), and itk::fem::FEMPArray< T >::Find().

Set built in type Creates member Set SetVisibility  ) 
 


Generated at Sun Jul 9 18:46:14 2006 for ITK by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2000