@Name(value="std::map<int,double>") @Properties(inherit=opencv_core.class) public class IntDoubleMap extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
IntDoubleMap.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
IntDoubleMap() |
IntDoubleMap(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
IntDoubleMap.Iterator |
begin() |
boolean |
empty() |
IntDoubleMap.Iterator |
end() |
double |
get(int i) |
IntDoubleMap |
put(int i,
double value) |
IntDoubleMap |
put(IntDoubleMap x) |
long |
size() |
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, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public IntDoubleMap(Pointer p)
Pointer.Pointer(Pointer)
.public IntDoubleMap()
@Name(value="operator =") @ByRef public IntDoubleMap put(@ByRef IntDoubleMap x)
public boolean empty()
public long size()
@Index public double get(int i)
public IntDoubleMap put(int i, double value)
@ByVal public IntDoubleMap.Iterator begin()
@ByVal public IntDoubleMap.Iterator end()
Copyright © 2020. All rights reserved.