UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::TPolyline< T, D >::SegmentIterator Class Reference

#include <Polyline.h>

Public Member Functions

bool operator! ()
 
SegmentType operator* () const
 
SegmentIteratoroperator++ ()
 
SegmentIterator operator++ (int)
 
bool operator== (const SegmentIterator &i3)
 
bool operator!= (const SegmentIterator &i3)
 

Protected Member Functions

 SegmentIterator (const TPolyline< T, D > *p, int iCur)
 

Protected Attributes

const TPolyline< T, D > * Polyline
 
int i
 

Friends

class TPolyline
 

Detailed Description

template<typename T, int D>
class UE::Geometry::TPolyline< T, D >::SegmentIterator

SegmentIterator is used to iterate over the segments of the polyline

Constructor & Destructor Documentation

◆ SegmentIterator()

template<typename T , int D>
UE::Geometry::TPolyline< T, D >::SegmentIterator::SegmentIterator ( const TPolyline< T, D > *  p,
int  iCur 
)
inlineprotected

Member Function Documentation

◆ operator!()

template<typename T , int D>
bool UE::Geometry::TPolyline< T, D >::SegmentIterator::operator! ( )
inline

◆ operator!=()

template<typename T , int D>
bool UE::Geometry::TPolyline< T, D >::SegmentIterator::operator!= ( const SegmentIterator i3)
inline

◆ operator*()

template<typename T , int D>
SegmentType UE::Geometry::TPolyline< T, D >::SegmentIterator::operator* ( ) const
inline

◆ operator++() [1/2]

template<typename T , int D>
SegmentIterator & UE::Geometry::TPolyline< T, D >::SegmentIterator::operator++ ( )
inline

◆ operator++() [2/2]

template<typename T , int D>
SegmentIterator UE::Geometry::TPolyline< T, D >::SegmentIterator::operator++ ( int  )
inline

◆ operator==()

template<typename T , int D>
bool UE::Geometry::TPolyline< T, D >::SegmentIterator::operator== ( const SegmentIterator i3)
inline

Friends And Related Symbol Documentation

◆ TPolyline

template<typename T , int D>
friend class TPolyline
friend

Member Data Documentation

◆ i

template<typename T , int D>
int UE::Geometry::TPolyline< T, D >::SegmentIterator::i
protected

◆ Polyline

template<typename T , int D>
const TPolyline<T, D>* UE::Geometry::TPolyline< T, D >::SegmentIterator::Polyline
protected

The documentation for this class was generated from the following file: