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

itk::STLContainerAdaptor< TContainer > Class Template Reference

#include <itkSTLContainerAdaptor.h>

List of all members.

Public Types

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

Public Member Functions

TargetTypeGetSTLContainerRef ()
 STLContainerAdaptor (AdapteeType *adaptee)
 STLContainerAdaptor (AdapteeType &adaptee)
 ~STLContainerAdaptor ()


Detailed Description

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

An adapter object that casts a itk::XxxContainer into std::xxx and enables access to the underlying data structure. When the STLContainerAdaptor is destroyed, it automatically calls XxxContainer::Modified(). Here's a usage example of STLContainerAdaptor itk::STLContainerAdaptor<itk::VectorContainer<unsigned long, ElementType>> vecAdaptor(aContainer); std::vector<ElementType> & vec = vecAdaptor.GetSTLContainerRef(); // do things with vec ... // upon return from function, vecAdaptor is destroyed and aContainer is Modified()

Definition at line 36 of file itkSTLContainerAdaptor.h.


Member Typedef Documentation

template<typename TContainer >
typedef TContainer itk::STLContainerAdaptor< TContainer >::AdapteeType

Definition at line 40 of file itkSTLContainerAdaptor.h.

template<typename TContainer >
typedef AdapteeType::Element itk::STLContainerAdaptor< TContainer >::ElementType

Definition at line 42 of file itkSTLContainerAdaptor.h.

template<typename TContainer >
typedef AdapteeType::STLContainerType itk::STLContainerAdaptor< TContainer >::TargetType

Definition at line 43 of file itkSTLContainerAdaptor.h.


Constructor & Destructor Documentation

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

Definition at line 57 of file itkSTLContainerAdaptor.h.

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

Definition at line 59 of file itkSTLContainerAdaptor.h.

template<typename TContainer >
itk::STLContainerAdaptor< TContainer >::~STLContainerAdaptor (  )  [inline]

Definition at line 61 of file itkSTLContainerAdaptor.h.


Member Function Documentation

template<typename TContainer >
TargetType& itk::STLContainerAdaptor< TContainer >::GetSTLContainerRef (  )  [inline]

Definition at line 66 of file itkSTLContainerAdaptor.h.


The documentation for this class was generated from the following file:

Generated at Tue Sep 15 13:41:16 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000