@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.GraphEdge extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_stitching.GraphEdge(int from,
int to,
float weight) |
opencv_stitching.GraphEdge(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
from() |
opencv_stitching.GraphEdge |
from(int from) |
boolean |
greaterThan(opencv_stitching.GraphEdge other) |
boolean |
lessThan(opencv_stitching.GraphEdge other) |
int |
to() |
opencv_stitching.GraphEdge |
to(int to) |
float |
weight() |
opencv_stitching.GraphEdge |
weight(float weight) |
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_stitching.GraphEdge(Pointer p)
Pointer.Pointer(Pointer).public opencv_stitching.GraphEdge(int from,
int to,
float weight)
@Cast(value="bool") @Name(value="operator <") public boolean lessThan(@Const@ByRef opencv_stitching.GraphEdge other)
@Cast(value="bool") @Name(value="operator >") public boolean greaterThan(@Const@ByRef opencv_stitching.GraphEdge other)
public int from()
public opencv_stitching.GraphEdge from(int from)
public int to()
public opencv_stitching.GraphEdge to(int to)
public float weight()
public opencv_stitching.GraphEdge weight(float weight)
Copyright © 2016. All rights reserved.