18 #ifndef __itkSTLConstContainerAdaptor_h
19 #define __itkSTLConstContainerAdaptor_h
45 template<
typename TContainer >
53 typedef const typename AdapteeType::STLContainerType
TargetType;
STLConstContainerAdaptor(AdapteeType &adaptee)
const AdapteeType::Element ElementType
STLConstContainerAdaptor(AdapteeType *adaptee)
const STLConstContainerAdaptor & operator=(const STLConstContainerAdaptor &r)
An adapter object that casts a [const itk::XxxContainer] into [const std::xxx] and enables access to ...
STLConstContainerAdaptor(const STLConstContainerAdaptor &r)
const AdapteeType::STLContainerType TargetType
const TContainer AdapteeType
TargetType & GetSTLConstContainerRef()
AdapteeType & m_AdapteeRef