@NoOffset @Name(value="std::tuple<std::vector<std::vector<float> >,int,int>") @Properties(inherit=depthai.class) public class FloatVectorVectorIntIntTuple extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FloatVectorVectorIntIntTuple() |
FloatVectorVectorIntIntTuple(FloatVectorVector value0,
int value1,
int value2) |
FloatVectorVectorIntIntTuple(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FloatVectorVector |
get0() |
static FloatVectorVector |
get0(FloatVectorVectorIntIntTuple container) |
int |
get1() |
static int |
get1(FloatVectorVectorIntIntTuple container) |
int |
get2() |
static int |
get2(FloatVectorVectorIntIntTuple container) |
FloatVectorVectorIntIntTuple |
put(FloatVectorVectorIntIntTuple x) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic FloatVectorVectorIntIntTuple(Pointer p)
Pointer(Pointer).public FloatVectorVectorIntIntTuple(@ByRef FloatVectorVector value0, int value1, int value2)
public FloatVectorVectorIntIntTuple()
@Name(value="operator =") @ByRef public FloatVectorVectorIntIntTuple put(@ByRef FloatVectorVectorIntIntTuple x)
@ByRef public FloatVectorVector get0()
@Namespace @Name(value="std::get<0>") @ByRef public static FloatVectorVector get0(@ByRef FloatVectorVectorIntIntTuple container)
public int get1()
@Namespace @Name(value="std::get<1>") public static int get1(@ByRef FloatVectorVectorIntIntTuple container)
public int get2()
@Namespace @Name(value="std::get<2>") public static int get2(@ByRef FloatVectorVectorIntIntTuple container)
Copyright © 2021. All rights reserved.