@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class RawSpatialLocations extends RawBuffer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
RawSpatialLocations()
Default native constructor.
|
RawSpatialLocations(long size)
Native array allocator.
|
RawSpatialLocations(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
RawSpatialLocations |
getPointer(long i) |
RawSpatialLocations |
position(long position) |
void |
serialize(byte[] metadata,
int[] datatype) |
void |
serialize(ByteBuffer metadata,
IntBuffer datatype) |
void |
serialize(BytePointer metadata,
IntPointer datatype) |
SpatialLocations |
spatialLocations() |
RawSpatialLocations |
spatialLocations(SpatialLocations setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic RawSpatialLocations()
public RawSpatialLocations(long size)
Pointer.position(long).public RawSpatialLocations(Pointer p)
Pointer(Pointer).public RawSpatialLocations position(long position)
public RawSpatialLocations getPointer(long i)
getPointer in class RawBuffer@StdVector public SpatialLocations spatialLocations()
public RawSpatialLocations spatialLocations(SpatialLocations setter)
public void serialize(@Cast(value="std::uint8_t*") @StdVector BytePointer metadata, @ByRef @Cast(value="dai::DatatypeEnum*") IntPointer datatype)
public void serialize(@Cast(value="std::uint8_t*") @StdVector ByteBuffer metadata, @ByRef @Cast(value="dai::DatatypeEnum*") IntBuffer datatype)
Copyright © 2021. All rights reserved.