SegmentIterator

[SegmentIterator](API\Plugins\GeometricObjects\TPolygon2\SegmentIterator) is used to iterate over the TSegment2 segments of the polygon

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Polygon2.h

Include

#include "Polygon2.h"

Syntax

class SegmentIterator

Remarks

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

Variables

Name Description

Protected variable

int

 

i

Protected variable

const TPolygon2...

 

polygon

Constructors

Name Description

Protected function

SegmentIterator

(
    const TPolygon2* p,
    int iCur
)

Operators

Name Description

Public function

bool

 

operator!()

Public function

bool

 

operator!=

(
    const SegmentIterator& i2
)

Public function Const

TSegment2< T...

 

operator*()

Public function

SegmentItera...

 

operator++()

Inline TSegment2 & operator*();

Public function

SegmentItera...

 

operator++

(
    int
)

Public function

bool

 

operator==

(
    const SegmentIterator& i2
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss