@NoOffset @Name(value="std::pair<int,int>") @Properties(inherit=opencv_core.class) public class IntIntPair extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
IntIntPair() |
IntIntPair(int firstValue,
int secondValue) |
IntIntPair(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
first() |
IntIntPair |
first(int first) |
IntIntPair |
put(int firstValue,
int secondValue) |
IntIntPair |
put(IntIntPair x) |
int |
second() |
IntIntPair |
second(int second) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public IntIntPair(Pointer p)
Pointer(Pointer)
.public IntIntPair(int firstValue, int secondValue)
public IntIntPair()
@Name(value="operator =") @ByRef public IntIntPair put(@ByRef IntIntPair x)
@MemberGetter public int first()
public IntIntPair first(int first)
@MemberGetter public int second()
public IntIntPair second(int second)
public IntIntPair put(int firstValue, int secondValue)
Copyright © 2024. All rights reserved.