optoctreeparser
Loading...
Searching...
No Matches
reader.hpp
Go to the documentation of this file.
1
8
#pragma once
9
10
#include "
base_struct/base_struct.hpp
"
11
#include <string_view>
12
13
namespace
optoctreeparser
{
14
18
class
Reader
{
19
public
:
28
static
OptocTreeView
optoctreeview_from_file
(
const
std::string_view path);
29
};
30
31
}
base_struct.hpp
optoctreeparser::Reader
Reads optoctree files.
Definition
reader.hpp:18
optoctreeparser::Reader::optoctreeview_from_file
static OptocTreeView optoctreeview_from_file(const std::string_view path)
Reads optoctree file.
optoctreeparser
Basic structures for storing optoctree data.
Definition
base_struct.hpp:13
optoctreeparser::OptocTreeView
std::vector< byte > OptocTreeView
Definition
base_struct.hpp:16
include
reader
reader.hpp
Generated by
1.9.8