@Name(value="std::vector<std::vector<cv::Range> >") @Properties(inherit=opencv_dnn.class) public class RangeVectorVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
RangeVectorVector() |
RangeVectorVector(long n) |
RangeVectorVector(Pointer p)
Pointer cast constructor.
|
RangeVectorVector(Range[]... array) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
clear(long i) |
boolean |
empty() |
boolean |
empty(long i) |
Range[][] |
get() |
Range |
get(long i,
long j) |
RangeVectorVector |
put(long i,
long j,
Range value) |
RangeVectorVector |
put(Range[]... array) |
RangeVectorVector |
put(RangeVectorVector x) |
void |
resize(long n) |
void |
resize(long i,
long n) |
long |
size() |
long |
size(long i) |
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 RangeVectorVector(Pointer p)
Pointer.Pointer(Pointer)
.public RangeVectorVector(Range[]... array)
public RangeVectorVector()
public RangeVectorVector(long n)
@Name(value="operator =") @ByRef public RangeVectorVector put(@ByRef RangeVectorVector x)
public boolean empty()
public long size()
public void clear()
@Index(function="at") public void resize(@Cast(value="size_t") long i, @Cast(value="size_t") long n)
@Index(function="at") @ByRef public Range get(@Cast(value="size_t") long i, @Cast(value="size_t") long j)
public RangeVectorVector put(@Cast(value="size_t") long i, @Cast(value="size_t") long j, Range value)
public Range[][] get()
public RangeVectorVector put(Range[]... array)
Copyright © 2020. All rights reserved.