Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
droid.Runtime.Messaging.FBS.FValuedVector3Point Struct Reference
Inheritance diagram for droid.Runtime.Messaging.FBS.FValuedVector3Point:
Collaboration diagram for droid.Runtime.Messaging.FBS.FValuedVector3Point:

Public Member Functions

void __init (int _i, ByteBuffer _bb)
 
FValuedVector3Point __assign (int _i, ByteBuffer _bb)
 

Static Public Member Functions

static FValuedVector3Point GetRootAsFValuedVector3Point (ByteBuffer _bb)
 
static FValuedVector3Point GetRootAsFValuedVector3Point (ByteBuffer _bb, FValuedVector3Point obj)
 
static void StartFValuedVector3Point (FlatBufferBuilder builder)
 
static void AddVal (FlatBufferBuilder builder, double val)
 
static void AddPoint (FlatBufferBuilder builder, Offset< FVector3 > pointOffset)
 
static Offset< FValuedVector3PointEndFValuedVector3Point (FlatBufferBuilder builder)
 

Properties

ByteBuffer ByteBuffer [get]
 
double Val [get]
 
FVector3 Point [get]
 

Detailed Description

Definition at line 372 of file NeodroidFBSTypes.cs.

Member Function Documentation

◆ __assign()

FValuedVector3Point droid.Runtime.Messaging.FBS.FValuedVector3Point.__assign ( int  _i,
ByteBuffer  _bb 
)

Definition at line 379 of file NeodroidFBSTypes.cs.

◆ __init()

void droid.Runtime.Messaging.FBS.FValuedVector3Point.__init ( int  _i,
ByteBuffer  _bb 
)

Definition at line 378 of file NeodroidFBSTypes.cs.

◆ AddPoint()

static void droid.Runtime.Messaging.FBS.FValuedVector3Point.AddPoint ( FlatBufferBuilder  builder,
Offset< FVector3 pointOffset 
)
static

Definition at line 386 of file NeodroidFBSTypes.cs.

◆ AddVal()

static void droid.Runtime.Messaging.FBS.FValuedVector3Point.AddVal ( FlatBufferBuilder  builder,
double  val 
)
static

Definition at line 385 of file NeodroidFBSTypes.cs.

◆ EndFValuedVector3Point()

static Offset<FValuedVector3Point> droid.Runtime.Messaging.FBS.FValuedVector3Point.EndFValuedVector3Point ( FlatBufferBuilder  builder)
static

Definition at line 387 of file NeodroidFBSTypes.cs.

◆ GetRootAsFValuedVector3Point() [1/2]

static FValuedVector3Point droid.Runtime.Messaging.FBS.FValuedVector3Point.GetRootAsFValuedVector3Point ( ByteBuffer  _bb)
static

Definition at line 376 of file NeodroidFBSTypes.cs.

◆ GetRootAsFValuedVector3Point() [2/2]

static FValuedVector3Point droid.Runtime.Messaging.FBS.FValuedVector3Point.GetRootAsFValuedVector3Point ( ByteBuffer  _bb,
FValuedVector3Point  obj 
)
static

Definition at line 377 of file NeodroidFBSTypes.cs.

◆ StartFValuedVector3Point()

static void droid.Runtime.Messaging.FBS.FValuedVector3Point.StartFValuedVector3Point ( FlatBufferBuilder  builder)
static

Definition at line 384 of file NeodroidFBSTypes.cs.

Property Documentation

◆ ByteBuffer

ByteBuffer droid.Runtime.Messaging.FBS.FValuedVector3Point.ByteBuffer
get

Definition at line 375 of file NeodroidFBSTypes.cs.

◆ Point

FVector3 droid.Runtime.Messaging.FBS.FValuedVector3Point.Point
get

Definition at line 382 of file NeodroidFBSTypes.cs.

◆ Val

double droid.Runtime.Messaging.FBS.FValuedVector3Point.Val
get

Definition at line 381 of file NeodroidFBSTypes.cs.


The documentation for this struct was generated from the following file: