@NoOffset
@Name(value="std::pair<int,int>")
public static class opencv_core.IntIntPair
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
IntIntPair() |
IntIntPair(int firstValue,
int secondValue) |
IntIntPair(org.bytedeco.javacpp.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, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic IntIntPair(org.bytedeco.javacpp.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 © 2018. All rights reserved.