public final class Context_
extends com.google.flatbuffers.Table
| Constructor and Description |
|---|
Context_() |
| Modifier and Type | Method and Description |
|---|---|
Context_ |
__init(int _i,
ByteBuffer _bb) |
static void |
addBounds(com.google.flatbuffers.FlatBufferBuilder builder,
int boundsOffset) |
static void |
addMaxChildren(com.google.flatbuffers.FlatBufferBuilder builder,
int maxChildren) |
static void |
addMinChildren(com.google.flatbuffers.FlatBufferBuilder builder,
int minChildren) |
Box_ |
bounds() |
Box_ |
bounds(Box_ obj) |
static int |
endContext_(com.google.flatbuffers.FlatBufferBuilder builder) |
static Context_ |
getRootAsContext_(ByteBuffer _bb) |
static Context_ |
getRootAsContext_(ByteBuffer _bb,
Context_ obj) |
int |
maxChildren() |
int |
minChildren() |
static void |
startContext_(com.google.flatbuffers.FlatBufferBuilder builder) |
public static Context_ getRootAsContext_(ByteBuffer _bb)
public static Context_ getRootAsContext_(ByteBuffer _bb, Context_ obj)
public Context_ __init(int _i, ByteBuffer _bb)
public Box_ bounds()
public int minChildren()
public int maxChildren()
public static void startContext_(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addBounds(com.google.flatbuffers.FlatBufferBuilder builder,
int boundsOffset)
public static void addMinChildren(com.google.flatbuffers.FlatBufferBuilder builder,
int minChildren)
public static void addMaxChildren(com.google.flatbuffers.FlatBufferBuilder builder,
int maxChildren)
public static int endContext_(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2013–2016. All rights reserved.