ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros
itkMapContainer.h File Reference

Go to the source code of this file.

Classes

class  itk::MapContainer< TElementIdentifier, TElement >::ConstIterator
 The const iterator type for the map.

. More...

class  itk::MapContainer< TElementIdentifier, TElement >::Iterator
 The non-const iterator type for the map.

. More...

class  itk::MapContainer< TElementIdentifier, TElement >
 A wrapper of the STL "map" container. More...

Namespaces

namespace  itk

Macros

#define ITK_TEMPLATE_MapContainer(_, EXPORT, TypeX, TypeY)

Macro Definition Documentation

#define ITK_TEMPLATE_MapContainer (   _,
  EXPORT,
  TypeX,
  TypeY 
)
Value:
namespace itk \
{ \
_( 2 ( class EXPORT MapContainer< ITK_TEMPLATE_2 TypeX > ) ) \
namespace Templates \
{ \
typedef MapContainer< ITK_TEMPLATE_2 TypeX > \
MapContainer##TypeY; \
} \
}

Definition at line 337 of file itkMapContainer.h.