@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.DisjointSets extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
DisjointSets() |
DisjointSets(int elem_count) |
DisjointSets(long size)
Native array allocator.
|
DisjointSets(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
createOneElemSets(int elem_count) |
int |
findSetByElem(int elem) |
int |
mergeSets(int set1,
int set2) |
IntPointer |
parent() |
opencv_stitching.DisjointSets |
parent(IntPointer parent) |
opencv_stitching.DisjointSets |
position(long position) |
IntPointer |
size() |
opencv_stitching.DisjointSets |
size(IntPointer size) |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic DisjointSets(Pointer p)
Pointer.Pointer(Pointer).public DisjointSets(long size)
Pointer.position(long).public DisjointSets(int elem_count)
public DisjointSets()
public opencv_stitching.DisjointSets position(long position)
public void createOneElemSets(int elem_count)
public int findSetByElem(int elem)
public int mergeSets(int set1,
int set2)
@StdVector public IntPointer parent()
public opencv_stitching.DisjointSets parent(IntPointer parent)
@StdVector public IntPointer size()
public opencv_stitching.DisjointSets size(IntPointer size)
Copyright © 2017. All rights reserved.