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