@Namespace(value="cv::detail") @NoOffset @Properties(inherit=opencv_stitching.class) public class Graph extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
Graph() |
Graph(int num_vertices) |
Graph(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addEdge(int from,
int to,
float weight) |
void |
create(int num_vertices) |
int |
numVertices() |
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 Graph(Pointer p)
Pointer.Pointer(Pointer)
.public Graph(int num_vertices)
public Graph()
Copyright © 2020. All rights reserved.