@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class Size2f extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Size2f() |
Size2f(float width,
float height) |
Size2f(long size)
Native array allocator.
|
Size2f(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Size2f |
getPointer(long i) |
float |
height() |
Size2f |
height(float setter) |
Size2f |
position(long position) |
float |
width() |
Size2f |
width(float 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 Size2f(Pointer p)
Pointer(Pointer).public Size2f(long size)
Pointer.position(long).public Size2f()
public Size2f(float width,
float height)
public Size2f getPointer(long i)
getPointer in class Pointerpublic float width()
public Size2f width(float setter)
public float height()
public Size2f height(float setter)
Copyright © 2021. All rights reserved.