SegmentIterator

[SegmentIterator](API\Plugins\GeometricObjects\TPolyline3\SegmentIterator) is used to iterate over the TSegment3 segments of the polyline

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Polyline3.h"

Syntax

class SegmentIterator

Remarks

SegmentIterator is used to iterate over the TSegment3<T> segments of the polyline

Variables

Name Description

Protected variable

int

 

i

Protected variable

const TPolyline...

 

Polyline

Constructors

Name Description

Protected function

SegmentIterator

(
    const TPolyline3* p,
    int iCur
)

Operators

Name Description

Public function

bool

 

operator!()

Public function

bool

 

operator!=

(
    const SegmentIterator& i3
)

Public function Const

TSegment3< T...

 

operator*()

Public function

SegmentItera...

 

operator++()

Public function

SegmentItera...

 

operator++

(
    int
)

Public function

bool

 

operator==

(
    const SegmentIterator& i3
)

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