gtsam_points
Loading...
Searching...
No Matches
path.hpp
Go to the documentation of this file.
1#ifndef GLK_PATH_HPP
2#define GLK_PATH_HPP
3
4#include <string>
5#include <vector>
6
7namespace glk {
8
9void set_data_path(const std::string& data_path);
10
11std::string get_data_path();
12
13std::string find_file(const std::vector<std::string>& hints, const std::string& path);
14
15} // namespace glk
16
17#endif
Definition async_buffer_copy.hpp:6
std::string get_data_path()
std::enable_if_t< needs_aligned_allocator< T >::value, std::shared_ptr< T > > make_shared(Args &&... args)
Definition make_shared.hpp:20
void set_data_path(const std::string &data_path)
std::string find_file(const std::vector< std::string > &hints, const std::string &path)