#include <itkSTLConstContainerAdaptor.h>
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 | |
TargetType & | GetSTLConstContainerRef () |
STLConstContainerAdaptor (AdapteeType *adaptee) | |
STLConstContainerAdaptor (AdapteeType &adaptee) |
typedef const TContainer itk::STLConstContainerAdaptor< TContainer >::AdapteeType |
Definition at line 42 of file itkSTLConstContainerAdaptor.h.
typedef const AdapteeType::Element itk::STLConstContainerAdaptor< TContainer >::ElementType |
Definition at line 44 of file itkSTLConstContainerAdaptor.h.
typedef const AdapteeType::STLContainerType itk::STLConstContainerAdaptor< TContainer >::TargetType |
Definition at line 45 of file itkSTLConstContainerAdaptor.h.
itk::STLConstContainerAdaptor< TContainer >::STLConstContainerAdaptor | ( | AdapteeType & | adaptee | ) | [inline] |
Definition at line 61 of file itkSTLConstContainerAdaptor.h.
itk::STLConstContainerAdaptor< TContainer >::STLConstContainerAdaptor | ( | AdapteeType * | adaptee | ) | [inline] |
Definition at line 63 of file itkSTLConstContainerAdaptor.h.
TargetType& itk::STLConstContainerAdaptor< TContainer >::GetSTLConstContainerRef | ( | ) | [inline] |
Definition at line 65 of file itkSTLConstContainerAdaptor.h.