@NoOffset @Name(value="std::pair<int,int>") public static class opencv_core.IntIntPair extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
IntIntPair() |
IntIntPair(int firstValue,
int secondValue) |
IntIntPair(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
first() |
opencv_core.IntIntPair |
first(int first) |
opencv_core.IntIntPair |
put(int firstValue,
int secondValue) |
opencv_core.IntIntPair |
put(opencv_core.IntIntPair x) |
int |
second() |
opencv_core.IntIntPair |
second(int second) |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic IntIntPair(Pointer p)
Pointer.Pointer(Pointer).public IntIntPair(int firstValue,
int secondValue)
public IntIntPair()
@Name(value="operator=") @ByRef public opencv_core.IntIntPair put(@ByRef opencv_core.IntIntPair x)
@MemberGetter public int first()
public opencv_core.IntIntPair first(int first)
@MemberGetter public int second()
public opencv_core.IntIntPair second(int second)
public opencv_core.IntIntPair put(int firstValue, int secondValue)
Copyright © 2017. All rights reserved.