Libs/Project/JsonProjectWriter.h
Namespaces
Name |
---|
shapeworks User usage reporting (telemetry) |
Classes
Name | |
---|---|
class | shapeworks::JsonProjectWriter JSON file format writer for Project. |
Source code
#pragma once
#include "Project.h"
namespace shapeworks {
class JsonProjectWriter {
public:
static bool write_project(Project& project, std::string filename);
private:
};
} // namespace shapeworks
Updated on 2024-03-17 at 12:58:44 -0600