optoctreeparser
|
#include <cstdint>
#include <vector>
Go to the source code of this file.
Classes | |
struct | optoctreeparser::OptocPatchRoot |
Root of optoctreepatch file. More... | |
struct | optoctreeparser::OptocPatchBatch |
Patched batch of optoctreepatch file. More... | |
struct | optoctreeparser::OptocPatchTree |
Patched tree of optoctreepatch file. More... | |
struct | optoctreeparser::OptocRoot |
Root of optoctree file. More... | |
struct | optoctreeparser::OptocNode |
One Optocnode. The smallest unit of information in an Optoctree. More... | |
struct | optoctreeparser::OptocTree |
One OctoTree. More... | |
Namespaces | |
namespace | optoctreeparser |
Basic structures for storing optoctree data. | |
Typedefs | |
using | optoctreeparser::byte = uint8_t |
using | optoctreeparser::OptocTreeView = std::vector< byte > |