ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
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 ITK_TEMPLATE_MapContainer | ( | _, | |
EXPORT, | |||
TypeX, | |||
TypeY | |||
) |
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.