GLIM
Loading...
Searching...
No Matches
include
glim
util
serialization.hpp
1
#pragma once
2
3
#include <string>
4
5
namespace
gtsam {
6
class
Values;
7
class
NonlinearFactorGraph;
8
}
// namespace gtsam
9
10
namespace
glim {
11
12
void
serializeToBinaryFile(
const
gtsam::NonlinearFactorGraph& graph,
const
std::string& path,
bool
only_serializable =
true
);
13
void
serializeToBinaryFile(
const
gtsam::Values& values,
const
std::string& path,
bool
only_serializable =
true
);
14
15
}
// namespace glim
Generated by
1.9.8