![]() |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
geometrize | |
geometrize::util | |
Functions | |
std::vector< std::string > | geometrize::util::readStringVector (const std::string &filePath) |
readStringVector Reads the JSON file containing the vector of strings at the given filepath. Will attempt to overwrite any existing file when it does this. More... | |
void | geometrize::util::writeStringVector (const std::vector< std::string > &vec, const std::string &filePath) |
writeStringVector Writes the string vector to the given filepath as JSON. Will attempt to overwrite any existing file. More... | |