optoctreeparser
Loading...
Searching...
No Matches
base_struct.hpp File Reference
#include <cstdint>
#include <vector>
Include dependency graph for base_struct.hpp:
This graph shows which files directly or indirectly include this file:

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 >