ed
write.h
Go to the documentation of this file.
1 #ifndef ED_IO_FILESYSTEM_WRITE_H_
2 #define ED_IO_FILESYSTEM_WRITE_H_
3 
4 #include <string>
5 
6 namespace ed
7 {
8 
9 class Measurement;
10 class Entity;
11 
12 bool write(const std::string& filename, const Measurement& msr);
13 
14 bool write(const std::string &filename, const Entity& e);
15 
16 }
17 
18 #endif
std::string
ed::write
bool write(const std::string &filename, const Measurement &msr)
Definition: write.cpp:21
ed
Definition: convex_hull.h:8
string