@Properties(inherit=opencv_core.class) public class CvLineIterator extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CvLineIterator()
Default native constructor.
|
CvLineIterator(long size)
Native array allocator.
|
CvLineIterator(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
err() |
CvLineIterator |
err(int setter) |
CvLineIterator |
getPointer(long i) |
int |
minus_delta() |
CvLineIterator |
minus_delta(int setter) |
int |
minus_step() |
CvLineIterator |
minus_step(int setter) |
int |
plus_delta() |
CvLineIterator |
plus_delta(int setter) |
int |
plus_step() |
CvLineIterator |
plus_step(int setter) |
CvLineIterator |
position(long position) |
BytePointer |
ptr()
Pointer to the current point:
|
CvLineIterator |
ptr(BytePointer setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public CvLineIterator()
public CvLineIterator(long size)
Pointer.position(long)
.public CvLineIterator(Pointer p)
Pointer(Pointer)
.public CvLineIterator position(long position)
public CvLineIterator getPointer(long i)
getPointer
in class Pointer
@Cast(value="uchar*") public BytePointer ptr()
public CvLineIterator ptr(BytePointer setter)
public int err()
public CvLineIterator err(int setter)
public int plus_delta()
public CvLineIterator plus_delta(int setter)
public int minus_delta()
public CvLineIterator minus_delta(int setter)
public int plus_step()
public CvLineIterator plus_step(int setter)
public int minus_step()
public CvLineIterator minus_step(int setter)
Copyright © 2024. All rights reserved.