18#ifndef itkSTLConstContainerAdaptor_h
19#define itkSTLConstContainerAdaptor_h
47template <
typename TContainer>
56 using TargetType =
const typename AdapteeType::STLContainerType;
An adapter object that casts a [const itk::XxxContainer] into [const std::xxx] and enables access to ...
AdapteeType & m_AdapteeRef
STLConstContainerAdaptor(AdapteeType *adaptee)
const typename AdapteeType::Element ElementType
const TContainer AdapteeType
STLConstContainerAdaptor(AdapteeType &adaptee)
const typename AdapteeType::STLContainerType TargetType
TargetType & GetSTLConstContainerRef()
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....