SegmentEnumerable

Wrapper around [SegmentIterator](API\Plugins\GeometricObjects\TPolygon2\SegmentIterator) that has [begin()](API\Plugins\GeometricObjects\TPolygon2\SegmentEnumerable\begin) and [end()](API\Plugins\GeometricObjects\TPolygon2\SegmentEnumerable\end) suitable for range-based for loop

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Polygon2.h"

Syntax

class SegmentEnumerable

Remarks

Wrapper around SegmentIterator that has begin() and end() suitable for range-based for loop

Variables

Name Description

Public variable

const TPolygon2...

 

polygon

Constructors

Name Description

Public function

SegmentEnumerable()

Public function

SegmentEnumerable

(
    const TPolygon2< T >* p
)

Functions

Name Description

Public function

SegmentItera...

 

begin()

Public function

SegmentItera...

 

end()

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