@Name(value="std::unordered_map<dai::CameraBoardSocket,dai::BoardConfig::Camera>") @Properties(inherit=depthai.class) public class CameraBoardSocketBoardConfigCameraMap extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
CameraBoardSocketBoardConfigCameraMap.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CameraBoardSocketBoardConfigCameraMap() |
CameraBoardSocketBoardConfigCameraMap(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
CameraBoardSocketBoardConfigCameraMap.Iterator |
begin() |
boolean |
empty() |
CameraBoardSocketBoardConfigCameraMap.Iterator |
end() |
void |
erase(CameraBoardSocketBoardConfigCameraMap.Iterator pos) |
BoardConfig.Camera |
get(depthai.CameraBoardSocket i) |
CameraBoardSocketBoardConfigCameraMap |
put(CameraBoardSocketBoardConfigCameraMap x) |
CameraBoardSocketBoardConfigCameraMap |
put(depthai.CameraBoardSocket i,
BoardConfig.Camera value) |
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, zero
public CameraBoardSocketBoardConfigCameraMap(Pointer p)
Pointer(Pointer)
.public CameraBoardSocketBoardConfigCameraMap()
@Name(value="operator =") @ByRef public CameraBoardSocketBoardConfigCameraMap put(@ByRef CameraBoardSocketBoardConfigCameraMap x)
public boolean empty()
public long size()
@Index @ByRef public BoardConfig.Camera get(@ByRef depthai.CameraBoardSocket i)
public CameraBoardSocketBoardConfigCameraMap put(@ByRef depthai.CameraBoardSocket i, BoardConfig.Camera value)
public void erase(@ByVal CameraBoardSocketBoardConfigCameraMap.Iterator pos)
@ByVal public CameraBoardSocketBoardConfigCameraMap.Iterator begin()
@ByVal public CameraBoardSocketBoardConfigCameraMap.Iterator end()
Copyright © 2024. All rights reserved.