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