@Name(value="std::vector<double>")
public static class opencv_text.DoubleVector
extends org.bytedeco.javacpp.Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_text.DoubleVector.Iterator |
| Constructor and Description |
|---|
DoubleVector() |
DoubleVector(double... array) |
DoubleVector(double value) |
DoubleVector(long n) |
DoubleVector(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_text.DoubleVector.Iterator |
begin() |
void |
clear() |
boolean |
empty() |
opencv_text.DoubleVector.Iterator |
end() |
opencv_text.DoubleVector.Iterator |
erase(opencv_text.DoubleVector.Iterator pos) |
double[] |
get() |
double |
get(long i) |
opencv_text.DoubleVector.Iterator |
insert(opencv_text.DoubleVector.Iterator pos,
double value) |
double |
pop_back() |
opencv_text.DoubleVector |
push_back(double value) |
opencv_text.DoubleVector |
put(double... array) |
opencv_text.DoubleVector |
put(double value) |
opencv_text.DoubleVector |
put(long i,
double value) |
opencv_text.DoubleVector |
put(opencv_text.DoubleVector x) |
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, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic DoubleVector(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public DoubleVector(double value)
public DoubleVector(double... array)
public DoubleVector()
public DoubleVector(long n)
@Name(value="operator=") @ByRef public opencv_text.DoubleVector put(@ByRef opencv_text.DoubleVector x)
public boolean empty()
public long size()
public void clear()
public void resize(@Cast(value="size_t")
long n)
@Index(function="at")
public double get(@Cast(value="size_t")
long i)
public opencv_text.DoubleVector put(@Cast(value="size_t") long i, double value)
@ByVal public opencv_text.DoubleVector.Iterator insert(@ByVal opencv_text.DoubleVector.Iterator pos, double value)
@ByVal public opencv_text.DoubleVector.Iterator erase(@ByVal opencv_text.DoubleVector.Iterator pos)
@ByVal public opencv_text.DoubleVector.Iterator begin()
@ByVal public opencv_text.DoubleVector.Iterator end()
public double[] get()
public String toString()
toString in class org.bytedeco.javacpp.Pointerpublic double pop_back()
public opencv_text.DoubleVector push_back(double value)
public opencv_text.DoubleVector put(double value)
public opencv_text.DoubleVector put(double... array)
Copyright © 2018. All rights reserved.