Navigation
API > API/Runtime > API/Runtime/GeometryCore
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/VertexConnectedComponents.h |
| Include | #include "VertexConnectedComponents.h" |
Syntax
struct FSizedDisjointSet
Remarks
Disjoint set with additional storage to track the size of each set.
Variables
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | Find
(
int32 Idx |
||
| int32 | GetSize
(
int32 Idx |
||
| void | Init
(
int32 NumIDs |
||
| void | Init
(
int32 NumIDs, |
IsElement(Index) returns false if Index is not valid. Find, Union and GetSize should never be called on an invalid index. | |
| void | Union
(
int32 A, |