@Name(value="std::vector<double>") @Properties(inherit=opencv_text.class) public class DoubleVector extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
DoubleVector.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
DoubleVector() |
DoubleVector(double... array) |
DoubleVector(double value) |
DoubleVector(long n) |
DoubleVector(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
DoubleVector.Iterator |
begin() |
void |
clear() |
boolean |
empty() |
DoubleVector.Iterator |
end() |
DoubleVector.Iterator |
erase(DoubleVector.Iterator pos) |
double[] |
get() |
double |
get(long i) |
DoubleVector.Iterator |
insert(DoubleVector.Iterator pos,
double value) |
double |
pop_back() |
DoubleVector |
push_back(double value) |
DoubleVector |
put(double... array) |
DoubleVector |
put(double value) |
DoubleVector |
put(DoubleVector x) |
DoubleVector |
put(long i,
double value) |
void |
resize(long n) |
long |
size() |
String |
toString() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, totalBytes, totalPhysicalBytes, withDeallocator, zero
public DoubleVector(Pointer p)
Pointer.Pointer(Pointer)
.public DoubleVector(double value)
public DoubleVector(double... array)
public DoubleVector()
public DoubleVector(long n)
@Name(value="operator =") @ByRef public DoubleVector put(@ByRef DoubleVector x)
public boolean empty()
public long size()
public void clear()
public DoubleVector put(@Cast(value="size_t") long i, double value)
@ByVal public DoubleVector.Iterator insert(@ByVal DoubleVector.Iterator pos, double value)
@ByVal public DoubleVector.Iterator erase(@ByVal DoubleVector.Iterator pos)
@ByVal public DoubleVector.Iterator begin()
@ByVal public DoubleVector.Iterator end()
public double[] get()
public double pop_back()
public DoubleVector push_back(double value)
public DoubleVector put(double value)
public DoubleVector put(double... array)
Copyright © 2020. All rights reserved.