public static class opencv_core.CvGraphVtx
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
CvGraphVtx()
Default native constructor.
|
CvGraphVtx(long size)
Native array allocator.
|
CvGraphVtx(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvGraphEdge |
first() |
opencv_core.CvGraphVtx |
first(opencv_core.CvGraphEdge first) |
int |
flags() |
opencv_core.CvGraphVtx |
flags(int flags) |
opencv_core.CvGraphVtx |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CvGraphVtx()
public CvGraphVtx(long size)
Pointer.position(long).public CvGraphVtx(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_core.CvGraphVtx position(long position)
position in class org.bytedeco.javacpp.Pointerpublic int flags()
public opencv_core.CvGraphVtx flags(int flags)
public opencv_core.CvGraphEdge first()
public opencv_core.CvGraphVtx first(opencv_core.CvGraphEdge first)
Copyright © 2018. All rights reserved.