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