Skip to content
Snippets Groups Projects
Commit cea1ba1c authored by Pascal Engeler's avatar Pascal Engeler
Browse files

Added marking layer as bottom metal

parent 37c7d078
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
struct ObjectMetadata { struct ObjectMetadata {
int status; int status;
//std::string comment std::string info = "\tNot applicable";
}; };
class MetadataManager { class MetadataManager {
...@@ -14,6 +14,7 @@ public: ...@@ -14,6 +14,7 @@ public:
static bool save(std::string filename, std::string layername); static bool save(std::string filename, std::string layername);
static bool addLayer(const Layer& layer); static bool addLayer(const Layer& layer);
static void markBottomMetal(std::string layername);
static ObjectMetadata& getData(std::string layername, int objectIndex); static ObjectMetadata& getData(std::string layername, int objectIndex);
static std::vector<ObjectMetadata> getLayerData(std::string layername); static std::vector<ObjectMetadata> getLayerData(std::string layername);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment