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

#include <Polygon2.h>

Public Member Functions

bool operator! ()
 
TSegment2< T > operator* () const
 
SegmentIteratoroperator++ ()
 
SegmentIterator operator++ (int)
 
bool operator== (const SegmentIterator &i2) const
 
bool operator!= (const SegmentIterator &i2) const
 

Protected Member Functions

 SegmentIterator (const TPolygon2 *p, int iCur)
 

Protected Attributes

const TPolygon2polygon
 
int i
 

Friends

class TPolygon2
 

Detailed Description

template<typename T>
class UE::Geometry::TPolygon2< T >::SegmentIterator

SegmentIterator is used to iterate over the TSegment2<T> segments of the polygon

Constructor & Destructor Documentation

◆ SegmentIterator()

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

Member Function Documentation

◆ operator!()

template<typename T >
bool UE::Geometry::TPolygon2< T >::SegmentIterator::operator! ( )
inline

◆ operator!=()

template<typename T >
bool UE::Geometry::TPolygon2< T >::SegmentIterator::operator!= ( const SegmentIterator i2) const
inline

◆ operator*()

template<typename T >
TSegment2< T > UE::Geometry::TPolygon2< T >::SegmentIterator::operator* ( ) const
inline

◆ operator++() [1/2]

template<typename T >
SegmentIterator & UE::Geometry::TPolygon2< T >::SegmentIterator::operator++ ( )
inline

◆ operator++() [2/2]

template<typename T >
SegmentIterator UE::Geometry::TPolygon2< T >::SegmentIterator::operator++ ( int  )
inline

◆ operator==()

template<typename T >
bool UE::Geometry::TPolygon2< T >::SegmentIterator::operator== ( const SegmentIterator i2) const
inline

Friends And Related Symbol Documentation

◆ TPolygon2

template<typename T >
friend class TPolygon2
friend

Member Data Documentation

◆ i

template<typename T >
int UE::Geometry::TPolygon2< T >::SegmentIterator::i
protected

◆ polygon

template<typename T >
const TPolygon2* UE::Geometry::TPolygon2< T >::SegmentIterator::polygon
protected

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