@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.GraphEdge extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
GraphEdge(int from,
int to,
float weight) |
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, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic GraphEdge(Pointer p)
Pointer.Pointer(Pointer).public 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 © 2017. All rights reserved.