@Properties(inherit=opencv_core.class) public class CvGraphScanner extends AbstractCvGraphScanner
AbstractCvGraphScanner.ReleaseDeallocator
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CvGraphScanner()
Default native constructor.
|
CvGraphScanner(long size)
Native array allocator.
|
CvGraphScanner(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
CvGraphVtx |
dst() |
CvGraphScanner |
dst(CvGraphVtx setter) |
CvGraphEdge |
edge() |
CvGraphScanner |
edge(CvGraphEdge setter) |
CvGraphScanner |
getPointer(long i) |
CvGraph |
graph() |
CvGraphScanner |
graph(CvGraph setter) |
int |
index() |
CvGraphScanner |
index(int setter) |
int |
mask() |
CvGraphScanner |
mask(int setter) |
CvGraphScanner |
position(long position) |
CvSeq |
stack() |
CvGraphScanner |
stack(CvSeq setter) |
CvGraphVtx |
vtx() |
CvGraphScanner |
vtx(CvGraphVtx setter) |
create, release
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, zero
public CvGraphScanner()
public CvGraphScanner(long size)
Pointer.position(long)
.public CvGraphScanner(Pointer p)
Pointer(Pointer)
.public CvGraphScanner position(long position)
public CvGraphScanner getPointer(long i)
getPointer
in class Pointer
public CvGraphVtx vtx()
public CvGraphScanner vtx(CvGraphVtx setter)
public CvGraphVtx dst()
public CvGraphScanner dst(CvGraphVtx setter)
public CvGraphEdge edge()
public CvGraphScanner edge(CvGraphEdge setter)
public CvGraph graph()
public CvGraphScanner graph(CvGraph setter)
public CvSeq stack()
public CvGraphScanner stack(CvSeq setter)
public int index()
public CvGraphScanner index(int setter)
public int mask()
public CvGraphScanner mask(int setter)
Copyright © 2024. All rights reserved.