@NoOffset @Properties(inherit=BulletCollision.class) public class btUnionFind extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
btUnionFind() |
btUnionFind(long size)
Native array allocator.
|
btUnionFind(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
_allocate(int N) |
int |
find(int x) |
int |
find(int p,
int q) |
void |
Free() |
btElement |
getElement(int index) |
int |
getNumElements() |
btUnionFind |
getPointer(long i) |
boolean |
isRoot(int x) |
btUnionFind |
position(long position) |
void |
reset(int N) |
void |
sortIslands() |
void |
unite(int p,
int q) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic btUnionFind(Pointer p)
Pointer(Pointer).public btUnionFind(long size)
Pointer.position(long).public btUnionFind()
public btUnionFind position(long position)
public btUnionFind getPointer(long i)
getPointer in class Pointerpublic void sortIslands()
public void reset(int N)
public int getNumElements()
public void Free()
public int find(int p,
int q)
public void unite(int p,
int q)
public int find(int x)
Copyright © 2024. All rights reserved.