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

itk::STLConstContainerAdaptor< TContainer > Class Template Reference

#include <itkSTLConstContainerAdaptor.h>

List of all members.


Detailed Description

template<typename TContainer>
class itk::STLConstContainerAdaptor< TContainer >

An adapter object that casts a [const itk::XxxContainer] into [const std::xxx] and enables access to the underlying data structure. The class is provided for interface consistency with STLContainerAdaptor plus the [const] modifier. Since everything is const, there is no need to call AdapteeType::Modified() in the destructor. Here's a usage example of STLContainerAdaptor itk::STLConstContainerAdaptor<itk::VectorContainer<unsigned long, ElementType>> vecAdaptor(aContainer); const std::vector<ElementType> & vec = vecAdaptor.GetSTLContainerRef(); // do things with vec ...

Definition at line 38 of file itkSTLConstContainerAdaptor.h.

Public Types

typedef const TContainer AdapteeType
typedef const AdapteeType::Element ElementType
typedef const AdapteeType::STLContainerType TargetType

Public Member Functions

TargetTypeGetSTLConstContainerRef ()
 STLConstContainerAdaptor (AdapteeType *adaptee)
 STLConstContainerAdaptor (AdapteeType &adaptee)


Member Typedef Documentation

template<typename TContainer>
typedef const TContainer itk::STLConstContainerAdaptor< TContainer >::AdapteeType

Definition at line 42 of file itkSTLConstContainerAdaptor.h.

template<typename TContainer>
typedef const AdapteeType::Element itk::STLConstContainerAdaptor< TContainer >::ElementType

Definition at line 44 of file itkSTLConstContainerAdaptor.h.

template<typename TContainer>
typedef const AdapteeType::STLContainerType itk::STLConstContainerAdaptor< TContainer >::TargetType

Definition at line 45 of file itkSTLConstContainerAdaptor.h.


Constructor & Destructor Documentation

template<typename TContainer>
itk::STLConstContainerAdaptor< TContainer >::STLConstContainerAdaptor ( AdapteeType adaptee  )  [inline]

Definition at line 61 of file itkSTLConstContainerAdaptor.h.

template<typename TContainer>
itk::STLConstContainerAdaptor< TContainer >::STLConstContainerAdaptor ( AdapteeType adaptee  )  [inline]

Definition at line 65 of file itkSTLConstContainerAdaptor.h.


Member Function Documentation

template<typename TContainer>
TargetType& itk::STLConstContainerAdaptor< TContainer >::GetSTLConstContainerRef (  )  [inline]

Definition at line 69 of file itkSTLConstContainerAdaptor.h.


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 11:29:53 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000