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
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSizedDisjointSet
(
int32 NumIDs |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | Create mappings between compacted Group Index and group ID, where the compacted indices numbers the groups from 0 to NumGroups | ||
| int32 | |||
| int32 | |||
| void | |||
| void | IsElement(Index) returns false if Index is not valid. Find, Union and GetSize should never be called on an invalid index. | ||
| int32 |