@Name(value="std::vector<std::pair<int,int> >") @Properties(inherit=opencv_core.class) public class IntIntPairVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
IntIntPairVector() |
IntIntPairVector(int[] firstValue,
int[] secondValue) |
IntIntPairVector(long n) |
IntIntPairVector(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
empty() |
int |
first(long i) |
IntIntPairVector |
first(long i,
int first) |
IntIntPairVector |
put(int[] firstValue,
int[] secondValue) |
IntIntPairVector |
put(IntIntPairVector x) |
void |
resize(long n) |
int |
second(long i) |
IntIntPairVector |
second(long i,
int second) |
long |
size() |
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 IntIntPairVector(Pointer p)
Pointer(Pointer)
.public IntIntPairVector(int[] firstValue, int[] secondValue)
public IntIntPairVector()
public IntIntPairVector(long n)
@Name(value="operator =") @ByRef public IntIntPairVector put(@ByRef IntIntPairVector x)
public boolean empty()
public long size()
public void clear()
public IntIntPairVector first(@Cast(value="size_t") long i, int first)
public IntIntPairVector second(@Cast(value="size_t") long i, int second)
public IntIntPairVector put(int[] firstValue, int[] secondValue)
Copyright © 2024. All rights reserved.