@Name(value="std::vector<cv::text::ERStat>")
public static class opencv_text.ERStatVector
extends org.bytedeco.javacpp.Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_text.ERStatVector.Iterator |
| Constructor and Description |
|---|
ERStatVector() |
ERStatVector(long n) |
ERStatVector(opencv_text.ERStat... array) |
ERStatVector(opencv_text.ERStat value) |
ERStatVector(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_text.ERStatVector.Iterator |
begin() |
void |
clear() |
boolean |
empty() |
opencv_text.ERStatVector.Iterator |
end() |
opencv_text.ERStatVector.Iterator |
erase(opencv_text.ERStatVector.Iterator pos) |
opencv_text.ERStat[] |
get() |
opencv_text.ERStat |
get(long i) |
opencv_text.ERStatVector.Iterator |
insert(opencv_text.ERStatVector.Iterator pos,
opencv_text.ERStat value) |
opencv_text.ERStat |
pop_back() |
opencv_text.ERStatVector |
push_back(opencv_text.ERStat value) |
opencv_text.ERStatVector |
put(long i,
opencv_text.ERStat value) |
opencv_text.ERStatVector |
put(opencv_text.ERStat... array) |
opencv_text.ERStatVector |
put(opencv_text.ERStat value) |
opencv_text.ERStatVector |
put(opencv_text.ERStatVector 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 ERStatVector(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public ERStatVector(opencv_text.ERStat value)
public ERStatVector(opencv_text.ERStat... array)
public ERStatVector()
public ERStatVector(long n)
@Name(value="operator=") @ByRef public opencv_text.ERStatVector put(@ByRef opencv_text.ERStatVector x)
public boolean empty()
public long size()
public void clear()
public void resize(@Cast(value="size_t")
long n)
@Index(function="at") @ByRef public opencv_text.ERStat get(@Cast(value="size_t") long i)
public opencv_text.ERStatVector put(@Cast(value="size_t") long i, opencv_text.ERStat value)
@ByVal public opencv_text.ERStatVector.Iterator insert(@ByVal opencv_text.ERStatVector.Iterator pos, @ByRef opencv_text.ERStat value)
@ByVal public opencv_text.ERStatVector.Iterator erase(@ByVal opencv_text.ERStatVector.Iterator pos)
@ByVal public opencv_text.ERStatVector.Iterator begin()
@ByVal public opencv_text.ERStatVector.Iterator end()
public opencv_text.ERStat[] get()
public String toString()
toString in class org.bytedeco.javacpp.Pointerpublic opencv_text.ERStat pop_back()
public opencv_text.ERStatVector push_back(opencv_text.ERStat value)
public opencv_text.ERStatVector put(opencv_text.ERStat value)
public opencv_text.ERStatVector put(opencv_text.ERStat... array)
Copyright © 2018. All rights reserved.