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

Public Member Functions

void __init (int _i, ByteBuffer _bb)
 
FVector3s __assign (int _i, ByteBuffer _bb)
 
FVector3 Points (int j)
 

Static Public Member Functions

static FVector3s GetRootAsFVector3s (ByteBuffer _bb)
 
static FVector3s GetRootAsFVector3s (ByteBuffer _bb, FVector3s obj)
 
static Offset< FVector3sCreateFVector3s (FlatBufferBuilder builder, VectorOffset pointsOffset=default(VectorOffset))
 
static void StartFVector3s (FlatBufferBuilder builder)
 
static void AddPoints (FlatBufferBuilder builder, VectorOffset pointsOffset)
 
static void StartPointsVector (FlatBufferBuilder builder, int numElems)
 
static Offset< FVector3sEndFVector3s (FlatBufferBuilder builder)
 

Properties

ByteBuffer ByteBuffer [get]
 
int PointsLength [get]
 

Detailed Description

Definition at line 393 of file NeodroidFBSTypes.cs.

Member Function Documentation

◆ __assign()

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

Definition at line 400 of file NeodroidFBSTypes.cs.

◆ __init()

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

Definition at line 399 of file NeodroidFBSTypes.cs.

◆ AddPoints()

static void droid.Runtime.Messaging.FBS.FVector3s.AddPoints ( FlatBufferBuilder  builder,
VectorOffset  pointsOffset 
)
static

Definition at line 413 of file NeodroidFBSTypes.cs.

◆ CreateFVector3s()

static Offset<FVector3s> droid.Runtime.Messaging.FBS.FVector3s.CreateFVector3s ( FlatBufferBuilder  builder,
VectorOffset  pointsOffset = default(VectorOffset) 
)
static

Definition at line 405 of file NeodroidFBSTypes.cs.

◆ EndFVector3s()

static Offset<FVector3s> droid.Runtime.Messaging.FBS.FVector3s.EndFVector3s ( FlatBufferBuilder  builder)
static

Definition at line 415 of file NeodroidFBSTypes.cs.

◆ GetRootAsFVector3s() [1/2]

static FVector3s droid.Runtime.Messaging.FBS.FVector3s.GetRootAsFVector3s ( ByteBuffer  _bb)
static

Definition at line 397 of file NeodroidFBSTypes.cs.

◆ GetRootAsFVector3s() [2/2]

static FVector3s droid.Runtime.Messaging.FBS.FVector3s.GetRootAsFVector3s ( ByteBuffer  _bb,
FVector3s  obj 
)
static

Definition at line 398 of file NeodroidFBSTypes.cs.

◆ Points()

FVector3 droid.Runtime.Messaging.FBS.FVector3s.Points ( int  j)

Definition at line 402 of file NeodroidFBSTypes.cs.

◆ StartFVector3s()

static void droid.Runtime.Messaging.FBS.FVector3s.StartFVector3s ( FlatBufferBuilder  builder)
static

Definition at line 412 of file NeodroidFBSTypes.cs.

◆ StartPointsVector()

static void droid.Runtime.Messaging.FBS.FVector3s.StartPointsVector ( FlatBufferBuilder  builder,
int  numElems 
)
static

Definition at line 414 of file NeodroidFBSTypes.cs.

Property Documentation

◆ ByteBuffer

ByteBuffer droid.Runtime.Messaging.FBS.FVector3s.ByteBuffer
get

Definition at line 396 of file NeodroidFBSTypes.cs.

◆ PointsLength

int droid.Runtime.Messaging.FBS.FVector3s.PointsLength
get

Definition at line 403 of file NeodroidFBSTypes.cs.


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