btUnionFind Class Reference
UnionFind calculates connected subsets.
More...
#include <btUnionFind.h>
List of all members.
Detailed Description
UnionFind calculates connected subsets.
Definition at line 32 of file btUnionFind.h.
Constructor & Destructor Documentation
| btUnionFind::btUnionFind |
( |
|
) |
|
| btUnionFind::~btUnionFind |
( |
|
) |
|
Member Function Documentation
| void btUnionFind::allocate |
( |
int |
N |
) |
|
| int btUnionFind::find |
( |
int |
x |
) |
[inline] |
| int btUnionFind::find |
( |
int |
p, |
|
|
int |
q | |
|
) |
| | [inline] |
| void btUnionFind::Free |
( |
|
) |
|
| const btElement& btUnionFind::getElement |
( |
int |
index |
) |
const [inline] |
| btElement& btUnionFind::getElement |
( |
int |
index |
) |
[inline] |
| SIMD_FORCE_INLINE int btUnionFind::getNumElements |
( |
|
) |
const [inline] |
| SIMD_FORCE_INLINE bool btUnionFind::isRoot |
( |
int |
x |
) |
const [inline] |
| void btUnionFind::reset |
( |
int |
N |
) |
|
| void btUnionFind::sortIslands |
( |
|
) |
|
| void btUnionFind::unite |
( |
int |
p, |
|
|
int |
q | |
|
) |
| | [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: