optoctreeparser
Loading...
Searching...
No Matches
writer.hpp
Go to the documentation of this file.
1
8#pragma once
9
11#include <string_view>
12
13namespace optoctreeparser {
14
18class Writer {
19 public:
31 static void optoctreeview_to_file(const std::string_view path,
32 const OptocTreeView& optoctreeview);
33};
34
35} // namespace optoctreeparser
Reads optoctree files.
Definition writer.hpp:18
static void optoctreeview_to_file(const std::string_view path, const OptocTreeView &optoctreeview)
Writes optoctree file.
Basic structures for storing optoctree data.
Definition base_struct.hpp:13
std::vector< byte > OptocTreeView
Definition base_struct.hpp:16