many eval things
moved obsolete code TeX work
This commit is contained in:
6
Helper.h
6
Helper.h
@@ -149,6 +149,12 @@ public:
|
||||
|
||||
}
|
||||
|
||||
static void writeCode(const std::string& file, const std::string& code) {
|
||||
std::ofstream out(file);
|
||||
out << code;
|
||||
out.close();
|
||||
}
|
||||
|
||||
static void plot(const Floorplan::IndoorMap* map, const WiFiFingerprints& inp, const std::string& title = "Fingerprints") {
|
||||
|
||||
Plotty* p = new Plotty(map);
|
||||
|
||||
Reference in New Issue
Block a user