@Properties(inherit=opencv_core.class) public abstract class AbstractCvGraphScanner extends Pointer
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractCvGraphScanner.ReleaseDeallocator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AbstractCvGraphScanner(Pointer p) |
Modifier and Type | Method and Description |
---|---|
static CvGraphScanner |
create(CvGraph graph,
CvGraphVtx vtx,
int mask)
Calls cvCreateGraphScanner(), and registers a deallocator.
|
void |
release()
Calls the deallocator, if registered, otherwise has no effect.
|
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 AbstractCvGraphScanner(Pointer p)
public static CvGraphScanner create(CvGraph graph, CvGraphVtx vtx, int mask)
public void release()
Copyright © 2020. All rights reserved.