@Name(value="std::vector<dai::Point2f>") @Properties(inherit=depthai.class) public class Point2fVector extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
Point2fVector.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
Point2fVector() |
Point2fVector(long n) |
Point2fVector(Point2f... array) |
Point2fVector(Point2f value) |
Point2fVector(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
Point2f |
back() |
Point2fVector.Iterator |
begin() |
void |
clear() |
boolean |
empty() |
Point2fVector.Iterator |
end() |
Point2fVector.Iterator |
erase(Point2fVector.Iterator pos) |
Point2f |
front() |
Point2f[] |
get() |
Point2f |
get(long i) |
Point2fVector.Iterator |
insert(Point2fVector.Iterator pos,
Point2f value) |
Point2f |
pop_back() |
Point2fVector |
push_back(Point2f value) |
Point2fVector |
put(long i,
Point2f value) |
Point2fVector |
put(Point2f... array) |
Point2fVector |
put(Point2f value) |
Point2fVector |
put(Point2fVector 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, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public Point2fVector(Pointer p)
Pointer(Pointer)
.public Point2fVector(Point2f value)
public Point2fVector(Point2f... array)
public Point2fVector()
public Point2fVector(long n)
@Name(value="operator =") @ByRef public Point2fVector put(@ByRef Point2fVector x)
public boolean empty()
public long size()
public void clear()
public Point2f front()
public Point2f back()
public Point2fVector put(@Cast(value="size_t") long i, Point2f value)
@ByVal public Point2fVector.Iterator insert(@ByVal Point2fVector.Iterator pos, @ByRef Point2f value)
@ByVal public Point2fVector.Iterator erase(@ByVal Point2fVector.Iterator pos)
@ByVal public Point2fVector.Iterator begin()
@ByVal public Point2fVector.Iterator end()
public Point2f[] get()
public Point2f pop_back()
public Point2fVector push_back(Point2f value)
public Point2fVector put(Point2f value)
public Point2fVector put(Point2f... array)
Copyright © 2024. All rights reserved.