public static class opencv_core.IntVectorVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.IntVectorVector() |
opencv_core.IntVectorVector(int[]... array) |
opencv_core.IntVectorVector(long n) |
opencv_core.IntVectorVector(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
get(long i,
long j) |
opencv_core.IntVectorVector |
put(int[]... array) |
opencv_core.IntVectorVector |
put(long i,
long j,
int value) |
void |
resize(long n) |
void |
resize(long i,
long n) |
long |
size() |
long |
size(long i) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_core.IntVectorVector(Pointer p)
public opencv_core.IntVectorVector(int[]... array)
public opencv_core.IntVectorVector()
public opencv_core.IntVectorVector(long n)
public long size()
public void resize(long n)
public long size(long i)
public void resize(long i,
long n)
public int get(long i,
long j)
public opencv_core.IntVectorVector put(long i, long j, int value)
public opencv_core.IntVectorVector put(int[]... array)
Copyright © 2014. All Rights Reserved.