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