public FloatPacket(float value, Timestamp timestamp) : base() { UnsafeNativeMethods.mp__MakeFloatPacket_At__f_Rtimestamp(value, timestamp.mpPtr, out var ptr).Assert(); GC.KeepAlive(timestamp); this.ptr = ptr; }
public GpuBufferPacket At(Timestamp timestamp) { return(At <GpuBufferPacket>(timestamp)); }
public StringPacket(byte[] bytes, Timestamp timestamp) : base() { UnsafeNativeMethods.mp__MakeStringPacket_At__PKc_i_Rt(bytes, bytes.Length, timestamp.mpPtr, out var ptr).Assert(); GC.KeepAlive(timestamp); this.ptr = ptr; }
public StringPacket At(Timestamp timestamp) { return(At <StringPacket>(timestamp)); }
public FaceGeometryPacket At(Timestamp timestamp) { return(At <FaceGeometryPacket>(timestamp)); }
public StringPacket(string value, Timestamp timestamp) : base() { UnsafeNativeMethods.mp__MakeStringPacket_At__PKc_Rt(value, timestamp.mpPtr, out var ptr).Assert(); GC.KeepAlive(timestamp); this.ptr = ptr; }
public DetectionPacket At(Timestamp timestamp) { return(At <DetectionPacket>(timestamp)); }
public NormalizedRectVectorPacket At(Timestamp timestamp) { return(At <NormalizedRectVectorPacket>(timestamp)); }
public LandmarkListVectorPacket At(Timestamp timestamp) { return(At <LandmarkListVectorPacket>(timestamp)); }
public Anchor3dVectorPacket(Anchor3d[] value, Timestamp timestamp) : base() { UnsafeNativeMethods.mp__MakeAnchor3dVectorPacket_At__PA_i_Rt(value, value.Length, timestamp.mpPtr, out var ptr).Assert(); GC.KeepAlive(timestamp); this.ptr = ptr; }
public Anchor3dVectorPacket At(Timestamp timestamp) { return(At <Anchor3dVectorPacket>(timestamp)); }
public ClassificationListPacket At(Timestamp timestamp) { return(At <ClassificationListPacket>(timestamp)); }
public NormalizedLandmarkListPacket At(Timestamp timestamp) { return(At <NormalizedLandmarkListPacket>(timestamp)); }