@Name(value="std::unordered_map<size_t,std::vector<cv::Point> >") @Properties(inherit=opencv_tracking.class) public class SizeTPointVectorMap extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
SizeTPointVectorMap.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SizeTPointVectorMap() |
SizeTPointVectorMap(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SizeTPointVectorMap.Iterator |
begin() |
boolean |
empty() |
SizeTPointVectorMap.Iterator |
end() |
PointVector |
get(long i) |
SizeTPointVectorMap |
put(long i,
PointVector value) |
SizeTPointVectorMap |
put(SizeTPointVectorMap x) |
long |
size() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic SizeTPointVectorMap(Pointer p)
Pointer(Pointer).public SizeTPointVectorMap()
@Name(value="operator =") @ByRef public SizeTPointVectorMap put(@ByRef SizeTPointVectorMap x)
public boolean empty()
public long size()
@Index @ByRef public PointVector get(@Cast(value="size_t") long i)
public SizeTPointVectorMap put(@Cast(value="size_t") long i, PointVector value)
@ByVal public SizeTPointVectorMap.Iterator begin()
@ByVal public SizeTPointVectorMap.Iterator end()
Copyright © 2021. All rights reserved.