public final class Bounds_
extends com.google.flatbuffers.Table
| Modifier and Type | Class and Description |
|---|---|
static class |
Bounds_.Vector |
| Constructor and Description |
|---|
Bounds_() |
| Modifier and Type | Method and Description |
|---|---|
Bounds_ |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addBoxDouble(com.google.flatbuffers.FlatBufferBuilder builder,
int boxDoubleOffset) |
static void |
addBoxFloat(com.google.flatbuffers.FlatBufferBuilder builder,
int boxFloatOffset) |
static void |
addType(com.google.flatbuffers.FlatBufferBuilder builder,
byte type) |
BoxDouble_ |
boxDouble() |
BoxDouble_ |
boxDouble(BoxDouble_ obj) |
BoxFloat_ |
boxFloat() |
BoxFloat_ |
boxFloat(BoxFloat_ obj) |
static int |
endBounds_(com.google.flatbuffers.FlatBufferBuilder builder) |
static Bounds_ |
getRootAsBounds_(ByteBuffer _bb) |
static Bounds_ |
getRootAsBounds_(ByteBuffer _bb,
Bounds_ obj) |
static void |
startBounds_(com.google.flatbuffers.FlatBufferBuilder builder) |
byte |
type() |
static void |
ValidateVersion() |
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, __vector, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTablespublic static void ValidateVersion()
public static Bounds_ getRootAsBounds_(ByteBuffer _bb)
public static Bounds_ getRootAsBounds_(ByteBuffer _bb, Bounds_ obj)
public void __init(int _i,
ByteBuffer _bb)
public Bounds_ __assign(int _i, ByteBuffer _bb)
public byte type()
public BoxFloat_ boxFloat()
public BoxDouble_ boxDouble()
public BoxDouble_ boxDouble(BoxDouble_ obj)
public static void startBounds_(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addType(com.google.flatbuffers.FlatBufferBuilder builder,
byte type)
public static void addBoxFloat(com.google.flatbuffers.FlatBufferBuilder builder,
int boxFloatOffset)
public static void addBoxDouble(com.google.flatbuffers.FlatBufferBuilder builder,
int boxDoubleOffset)
public static int endBounds_(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2013–2023. All rights reserved.