ITK  4.1.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Defines
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

Defines

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

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