@Name(value="std::vector<std::vector<int> >")
public static class opencv_core.IntVectorVector
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
IntVectorVector() |
IntVectorVector(int[]... array) |
IntVectorVector(long n) |
IntVectorVector(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clear(long i) |
boolean |
empty() |
boolean |
empty(long i) |
int[][] |
get() |
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) |
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 IntVectorVector(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public IntVectorVector(int[]... array)
public IntVectorVector()
public IntVectorVector(long n)
@Name(value="operator=") @ByRef public opencv_core.IntVectorVector put(@ByRef opencv_core.IntVectorVector x)
public boolean empty()
public long size()
public void clear()
public void resize(@Cast(value="size_t")
long n)
public boolean empty(@Cast(value="size_t")
long i)
@Index(function="at")
public long size(@Cast(value="size_t")
long i)
public void clear(@Cast(value="size_t")
long i)
@Index(function="at")
public void resize(@Cast(value="size_t")
long i,
@Cast(value="size_t")
long n)
@Index(function="at")
public int get(@Cast(value="size_t")
long i,
@Cast(value="size_t")
long j)
public opencv_core.IntVectorVector put(@Cast(value="size_t") long i, @Cast(value="size_t") long j, int value)
public int[][] get()
public String toString()
toString in class org.bytedeco.javacpp.Pointerpublic opencv_core.IntVectorVector put(int[]... array)
Copyright © 2018. All rights reserved.