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