|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkCorrespondenceDataStructureIterator_h
19 #define itkCorrespondenceDataStructureIterator_h
31 template <
typename TStructureType>
42 return TStructureType::dim;
83 using ItemType =
typename TStructureType::ItemType;
95 return m_CorrespondingListPointer;
114 #ifndef ITK_MANUAL_INSTANTIATION
115 # include "itkCorrespondenceDataStructureIterator.hxx"
SecondaryNodeListIterator m_SecondaryListIterator
TStructureType::NodeListType::iterator m_NodeListIterator
ItemType * m_CorrespondingNodePointer
typename TStructureType::NodeListType NodeListType
typename TStructureType::CorrespondingListType CorrespondingListType
SecondaryNodeListType * m_SecondaryListPointer
typename SecondaryNodeListType::iterator SecondaryNodeListIterator
typename NodeListType::iterator NodeListIterator
CorrespondingListType * m_CorrespondingListPointer
CorrespondingListIterator m_CorrespondingListIterator
NodeListType * m_NodeListPointer
CorrespondingListType * GetCorrespondingListPointer()
static unsigned int GetIteratorDimension()
typename TStructureType::ItemType ItemType
typename TStructureType::SecondaryNodeListType SecondaryNodeListType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
TStructureType * m_Structure
An iterator designed to easily traverse an CorrespondenceDataStructure.
typename CorrespondingListType::iterator CorrespondingListIterator