@Name(value="std::vector<double>") public static class opencv_text.DoubleVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
DoubleVector() |
DoubleVector(double... array) |
DoubleVector(long n) |
DoubleVector(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
get(long i) |
opencv_text.DoubleVector |
put(double... array) |
opencv_text.DoubleVector |
put(long i,
double value) |
opencv_text.DoubleVector |
put(opencv_text.DoubleVector x) |
void |
resize(long n) |
long |
size() |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic DoubleVector(Pointer p)
Pointer.Pointer(Pointer).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 long size()
public opencv_text.DoubleVector put(@Cast(value="size_t") long i, double value)
public opencv_text.DoubleVector put(double... array)
Copyright © 2017. All rights reserved.