ITK
6.0.0
Insight Toolkit
|
#include <itkSTLContainerAdaptor.h>
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:
Definition at line 45 of file itkSTLContainerAdaptor.h.
Public Types | |
using | AdapteeType = TContainer |
using | ElementType = typename AdapteeType::Element |
using | TargetType = typename AdapteeType::STLContainerType |
Public Member Functions | |
TargetType & | GetSTLContainerRef () |
STLContainerAdaptor (AdapteeType &adaptee) | |
STLContainerAdaptor (AdapteeType *adaptee) | |
~STLContainerAdaptor () | |
Private Attributes | |
AdapteeType & | m_AdapteeRef |
using itk::STLContainerAdaptor< TContainer >::AdapteeType = TContainer |
Definition at line 50 of file itkSTLContainerAdaptor.h.
using itk::STLContainerAdaptor< TContainer >::ElementType = typename AdapteeType::Element |
Definition at line 52 of file itkSTLContainerAdaptor.h.
using itk::STLContainerAdaptor< TContainer >::TargetType = typename AdapteeType::STLContainerType |
Definition at line 53 of file itkSTLContainerAdaptor.h.
|
inline |
Definition at line 59 of file itkSTLContainerAdaptor.h.
|
inline |
Definition at line 63 of file itkSTLContainerAdaptor.h.
|
inline |
Definition at line 67 of file itkSTLContainerAdaptor.h.
References itk::STLContainerAdaptor< TContainer >::m_AdapteeRef.
|
inline |
Definition at line 70 of file itkSTLContainerAdaptor.h.
References itk::STLContainerAdaptor< TContainer >::m_AdapteeRef.
|
private |
Definition at line 56 of file itkSTLContainerAdaptor.h.
Referenced by itk::STLContainerAdaptor< TContainer >::GetSTLContainerRef(), and itk::STLContainerAdaptor< TContainer >::~STLContainerAdaptor().