public static class opencv_core.CvGraphEdge extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.CvGraphEdge() |
opencv_core.CvGraphEdge(int size) |
opencv_core.CvGraphEdge(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
flags() |
opencv_core.CvGraphEdge |
flags(int flags) |
PointerPointer |
next() |
opencv_core.CvGraphEdge |
next(int i) |
opencv_core.CvGraphEdge |
next(int i,
opencv_core.CvGraphEdge next) |
opencv_core.CvGraphEdge |
position(int position) |
PointerPointer |
vtx() |
opencv_core.CvGraphVtx |
vtx(int i) |
opencv_core.CvGraphEdge |
vtx(int i,
opencv_core.CvGraphVtx vtx) |
float |
weight() |
opencv_core.CvGraphEdge |
weight(float weight) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_core.CvGraphEdge()
public opencv_core.CvGraphEdge(int size)
public opencv_core.CvGraphEdge(Pointer p)
public opencv_core.CvGraphEdge position(int position)
public int flags()
public opencv_core.CvGraphEdge flags(int flags)
public float weight()
public opencv_core.CvGraphEdge weight(float weight)
public opencv_core.CvGraphEdge next(int i)
public opencv_core.CvGraphEdge next(int i, opencv_core.CvGraphEdge next)
public PointerPointer next()
public opencv_core.CvGraphVtx vtx(int i)
public opencv_core.CvGraphEdge vtx(int i, opencv_core.CvGraphVtx vtx)
public PointerPointer vtx()
Copyright © 2014. All Rights Reserved.