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