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