18#ifndef itkSTLContainerAdaptor_h
19#define itkSTLContainerAdaptor_h
44template <
typename TContainer>
53 using TargetType =
typename AdapteeType::STLContainerType;
An adapter object that casts a itk::XxxContainer into std::xxx and enables access to the underlying d...
AdapteeType & m_AdapteeRef
typename AdapteeType::Element ElementType
TargetType & GetSTLContainerRef()
typename AdapteeType::STLContainerType TargetType
STLContainerAdaptor(AdapteeType *adaptee)
STLContainerAdaptor(AdapteeType &adaptee)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....