@Name(value="std::vector<cv::Vec2f>") @Properties(inherit=opencv_imgproc.class) public class Vec2fVector extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
Vec2fVector.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Vec2fVector() |
Vec2fVector(FloatPointer... array) |
Vec2fVector(FloatPointer value) |
Vec2fVector(long n) |
Vec2fVector(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Vec2fVector.Iterator |
begin() |
void |
clear() |
boolean |
empty() |
Vec2fVector.Iterator |
end() |
Vec2fVector.Iterator |
erase(Vec2fVector.Iterator pos) |
FloatPointer[] |
get() |
FloatPointer |
get(long i) |
Vec2fVector.Iterator |
insert(Vec2fVector.Iterator pos,
FloatPointer value) |
FloatPointer |
pop_back() |
Vec2fVector |
push_back(FloatPointer value) |
Vec2fVector |
put(FloatPointer... array) |
Vec2fVector |
put(FloatPointer value) |
Vec2fVector |
put(long i,
FloatPointer value) |
Vec2fVector |
put(Vec2fVector 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 Vec2fVector(Pointer p)
Pointer.Pointer(Pointer).public Vec2fVector(FloatPointer value)
public Vec2fVector(FloatPointer... array)
public Vec2fVector()
public Vec2fVector(long n)
@Name(value="operator=") @ByRef public Vec2fVector put(@ByRef Vec2fVector x)
public boolean empty()
public long size()
public void clear()
@Index(function="at") @Cast(value="cv::Vec2f*") @ByRef public FloatPointer get(@Cast(value="size_t") long i)
public Vec2fVector put(@Cast(value="size_t") long i, FloatPointer value)
@ByVal public Vec2fVector.Iterator insert(@ByVal Vec2fVector.Iterator pos, @Cast(value="cv::Vec2f*") @ByRef FloatPointer value)
@ByVal public Vec2fVector.Iterator erase(@ByVal Vec2fVector.Iterator pos)
@ByVal public Vec2fVector.Iterator begin()
@ByVal public Vec2fVector.Iterator end()
public FloatPointer[] get()
public FloatPointer pop_back()
public Vec2fVector push_back(FloatPointer value)
public Vec2fVector put(FloatPointer value)
public Vec2fVector put(FloatPointer... array)
Copyright © 2019. All rights reserved.