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