Package pro.streem.ar.schemas.motive
Class MatrixOpFb
- java.lang.Object
-
- pro.streem.flatbuffers.Table
-
- pro.streem.ar.schemas.motive.MatrixOpFb
-
public final class MatrixOpFb extends Table
-
-
Field Summary
-
Fields inherited from class pro.streem.flatbuffers.Table
bb, bb_pos, UTF8_CHARSET, vtable_size, vtable_start
-
-
Constructor Summary
Constructors Constructor Description MatrixOpFb()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixOpFb__assign(int _i, java.nio.ByteBuffer _bb)void__init(int _i, java.nio.ByteBuffer _bb)static voidaddId(FlatBufferBuilder builder, byte id)static voidaddType(FlatBufferBuilder builder, byte type)static voidaddValue(FlatBufferBuilder builder, int valueOffset)static voidaddValueType(FlatBufferBuilder builder, byte valueType)static intcreateMatrixOpFb(FlatBufferBuilder builder, byte id, byte type, byte value_type, int valueOffset)static intendMatrixOpFb(FlatBufferBuilder builder)static MatrixOpFbgetRootAsMatrixOpFb(java.nio.ByteBuffer _bb)static MatrixOpFbgetRootAsMatrixOpFb(java.nio.ByteBuffer _bb, MatrixOpFb obj)byteid()static voidstartMatrixOpFb(FlatBufferBuilder builder)bytetype()Tablevalue(Table obj)bytevalueType()-
Methods inherited from class pro.streem.flatbuffers.Table
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __string, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
-
-
-
-
Method Detail
-
getRootAsMatrixOpFb
public static MatrixOpFb getRootAsMatrixOpFb(java.nio.ByteBuffer _bb)
-
getRootAsMatrixOpFb
public static MatrixOpFb getRootAsMatrixOpFb(java.nio.ByteBuffer _bb, MatrixOpFb obj)
-
__init
public void __init(int _i, java.nio.ByteBuffer _bb)
-
__assign
public MatrixOpFb __assign(int _i, java.nio.ByteBuffer _bb)
-
id
public byte id()
-
type
public byte type()
-
valueType
public byte valueType()
-
createMatrixOpFb
public static int createMatrixOpFb(FlatBufferBuilder builder, byte id, byte type, byte value_type, int valueOffset)
-
startMatrixOpFb
public static void startMatrixOpFb(FlatBufferBuilder builder)
-
addId
public static void addId(FlatBufferBuilder builder, byte id)
-
addType
public static void addType(FlatBufferBuilder builder, byte type)
-
addValueType
public static void addValueType(FlatBufferBuilder builder, byte valueType)
-
addValue
public static void addValue(FlatBufferBuilder builder, int valueOffset)
-
endMatrixOpFb
public static int endMatrixOpFb(FlatBufferBuilder builder)
-
-