Navigation
API > API/Runtime > API/Runtime/MeshUtilitiesCommon
References
| Module | MeshUtilitiesCommon |
| Header | /Engine/Source/Runtime/MeshUtilitiesCommon/Public/DisjointSet.h |
| Include | #include "DisjointSet.h" |
Syntax
class FDisjointSet
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDisjointSet () |
|||
FDisjointSet
(
const uint32 Size |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddDefaulted
(
uint32 Num |
||
| uint32 | Find
(
uint32 i |
Find with path compression. | |
| void | Init
(
uint32 Size |
||
| void | Reset () |
||
| void | Union
(
uint32 x, |
Union with splicing. | |
| void | UnionSequential
(
uint32 x, |
Union with splicing. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| uint32 | operator[]
(
uint32 i |