public static class opencv_core.IntVectorVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
IntVectorVector() |
IntVectorVector(int[]... array) |
IntVectorVector(long n) |
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) |
opencv_core.IntVectorVector |
put(opencv_core.IntVectorVector x) |
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 IntVectorVector(Pointer p)
public IntVectorVector(int[]... array)
public IntVectorVector()
public IntVectorVector(long n)
public opencv_core.IntVectorVector put(opencv_core.IntVectorVector x)
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.