18 #ifndef itkSTLContainerAdaptor_h
19 #define itkSTLContainerAdaptor_h
42 template<
typename TContainer >
50 typedef typename AdapteeType::STLContainerType
TargetType;
STLContainerAdaptor(const STLContainerAdaptor &r)
TargetType & GetSTLContainerRef()
AdapteeType & m_AdapteeRef
const STLContainerAdaptor & operator=(const STLContainerAdaptor &r)
STLContainerAdaptor(AdapteeType *adaptee)
AdapteeType::STLContainerType TargetType
AdapteeType::Element ElementType
STLContainerAdaptor(AdapteeType &adaptee)
An adapter object that casts a itk::XxxContainer into std::xxx and enables access to the underlying d...