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