@Namespace(value="cv::detail") @NoOffset @Properties(inherit=opencv_stitching.class) public class GraphEdge extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
GraphEdge(int from,
int to,
float weight) |
GraphEdge(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
from() |
GraphEdge |
from(int setter) |
boolean |
greaterThan(GraphEdge other) |
boolean |
lessThan(GraphEdge other) |
int |
to() |
GraphEdge |
to(int setter) |
float |
weight() |
GraphEdge |
weight(float setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public 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 GraphEdge other)
@Cast(value="bool") @Name(value="operator >") public boolean greaterThan(@Const @ByRef GraphEdge other)
public int from()
public GraphEdge from(int setter)
public int to()
public GraphEdge to(int setter)
public float weight()
public GraphEdge weight(float setter)
Copyright © 2020. All rights reserved.