public static class opencv_legacy.CvLCMEdge extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_legacy.CvLCMEdge() |
opencv_legacy.CvLCMEdge(int size) |
opencv_legacy.CvLCMEdge(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvSeq |
chain() |
opencv_legacy.CvLCMEdge |
chain(opencv_core.CvSeq chain) |
int |
flags() |
opencv_legacy.CvLCMEdge |
flags(int flags) |
int |
index1() |
opencv_legacy.CvLCMEdge |
index1(int index1) |
int |
index2() |
opencv_legacy.CvLCMEdge |
index2(int index2) |
PointerPointer |
next() |
opencv_core.CvGraphEdge |
next(int i) |
opencv_legacy.CvLCMEdge |
next(int i,
opencv_core.CvGraphEdge next) |
opencv_legacy.CvLCMEdge |
position(int position) |
PointerPointer |
vtx() |
opencv_core.CvGraphVtx |
vtx(int i) |
opencv_legacy.CvLCMEdge |
vtx(int i,
opencv_core.CvGraphVtx vtx) |
float |
weight() |
opencv_legacy.CvLCMEdge |
weight(float weight) |
float |
width() |
opencv_legacy.CvLCMEdge |
width(float width) |
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_legacy.CvLCMEdge()
public opencv_legacy.CvLCMEdge(int size)
public opencv_legacy.CvLCMEdge(Pointer p)
public opencv_legacy.CvLCMEdge position(int position)
public int flags()
public opencv_legacy.CvLCMEdge flags(int flags)
public float weight()
public opencv_legacy.CvLCMEdge weight(float weight)
public opencv_core.CvGraphEdge next(int i)
public opencv_legacy.CvLCMEdge next(int i, opencv_core.CvGraphEdge next)
public PointerPointer next()
public opencv_core.CvGraphVtx vtx(int i)
public opencv_legacy.CvLCMEdge vtx(int i, opencv_core.CvGraphVtx vtx)
public PointerPointer vtx()
public opencv_core.CvSeq chain()
public opencv_legacy.CvLCMEdge chain(opencv_core.CvSeq chain)
public float width()
public opencv_legacy.CvLCMEdge width(float width)
public int index1()
public opencv_legacy.CvLCMEdge index1(int index1)
public int index2()
public opencv_legacy.CvLCMEdge index2(int index2)
Copyright © 2014. All Rights Reserved.