public final class Node_
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
Node_.Vector |
Constructor and Description |
---|
Node_() |
Modifier and Type | Method and Description |
---|---|
Node_ |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addChildren(com.google.flatbuffers.FlatBufferBuilder builder,
int childrenOffset) |
static void |
addEntries(com.google.flatbuffers.FlatBufferBuilder builder,
int entriesOffset) |
static void |
addMbb(com.google.flatbuffers.FlatBufferBuilder builder,
int mbbOffset) |
Node_ |
children(int j) |
Node_ |
children(Node_ obj,
int j) |
int |
childrenLength() |
Node_.Vector |
childrenVector() |
Node_.Vector |
childrenVector(Node_.Vector obj) |
static int |
createChildrenVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createEntriesVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createNode_(com.google.flatbuffers.FlatBufferBuilder builder,
int mbbOffset,
int childrenOffset,
int entriesOffset) |
static int |
endNode_(com.google.flatbuffers.FlatBufferBuilder builder) |
Entry_ |
entries(Entry_ obj,
int j) |
Entry_ |
entries(int j) |
int |
entriesLength() |
Entry_.Vector |
entriesVector() |
Entry_.Vector |
entriesVector(Entry_.Vector obj) |
static Node_ |
getRootAsNode_(ByteBuffer _bb) |
static Node_ |
getRootAsNode_(ByteBuffer _bb,
Node_ obj) |
Bounds_ |
mbb() |
Bounds_ |
mbb(Bounds_ obj) |
static void |
startChildrenVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startEntriesVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startNode_(com.google.flatbuffers.FlatBufferBuilder builder) |
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, sortTables
public static void ValidateVersion()
public static Node_ getRootAsNode_(ByteBuffer _bb)
public static Node_ getRootAsNode_(ByteBuffer _bb, Node_ obj)
public void __init(int _i, ByteBuffer _bb)
public Node_ __assign(int _i, ByteBuffer _bb)
public Bounds_ mbb()
public Node_ children(int j)
public int childrenLength()
public Node_.Vector childrenVector()
public Node_.Vector childrenVector(Node_.Vector obj)
public Entry_ entries(int j)
public int entriesLength()
public Entry_.Vector entriesVector()
public Entry_.Vector entriesVector(Entry_.Vector obj)
public static int createNode_(com.google.flatbuffers.FlatBufferBuilder builder, int mbbOffset, int childrenOffset, int entriesOffset)
public static void startNode_(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addMbb(com.google.flatbuffers.FlatBufferBuilder builder, int mbbOffset)
public static void addChildren(com.google.flatbuffers.FlatBufferBuilder builder, int childrenOffset)
public static int createChildrenVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startChildrenVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addEntries(com.google.flatbuffers.FlatBufferBuilder builder, int entriesOffset)
public static int createEntriesVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startEntriesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static int endNode_(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2013–2024. All rights reserved.