@Namespace(value="cv::detail") @NoOffset @Properties(inherit=opencv_stitching.class) public class DisjointSets extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
DisjointSets() |
DisjointSets(int elem_count) |
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() |
DisjointSets |
parent(IntPointer setter) |
IntPointer |
size() |
DisjointSets |
size(IntPointer setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public DisjointSets(Pointer p)
Pointer.Pointer(Pointer)
.public DisjointSets(int elem_count)
public DisjointSets()
public void createOneElemSets(int elem_count)
public int findSetByElem(int elem)
public int mergeSets(int set1, int set2)
@StdVector public IntPointer parent()
public DisjointSets parent(IntPointer setter)
@StdVector public IntPointer size()
public DisjointSets size(IntPointer setter)
Copyright © 2020. All rights reserved.