@Properties(inherit=opencv_core.class) public class CvGraphEdge extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CvGraphEdge()
Default native constructor.
|
CvGraphEdge(long size)
Native array allocator.
|
CvGraphEdge(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
flags() |
CvGraphEdge |
flags(int setter) |
PointerPointer |
next() |
CvGraphEdge |
next(int i) |
CvGraphEdge |
next(int i,
CvGraphEdge setter) |
CvGraphEdge |
position(long position) |
PointerPointer |
vtx() |
CvGraphVtx |
vtx(int i) |
CvGraphEdge |
vtx(int i,
CvGraphVtx setter) |
float |
weight() |
CvGraphEdge |
weight(float 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, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public CvGraphEdge()
public CvGraphEdge(long size)
Pointer.position(long)
.public CvGraphEdge(Pointer p)
Pointer.Pointer(Pointer)
.public CvGraphEdge position(long position)
public int flags()
public CvGraphEdge flags(int setter)
public float weight()
public CvGraphEdge weight(float setter)
public CvGraphEdge next(int i)
public CvGraphEdge next(int i, CvGraphEdge setter)
@MemberGetter @Cast(value="CvGraphEdge**") public PointerPointer next()
public CvGraphVtx vtx(int i)
public CvGraphEdge vtx(int i, CvGraphVtx setter)
@MemberGetter @Cast(value="CvGraphVtx**") public PointerPointer vtx()
Copyright © 2020. All rights reserved.