16 static std::vector<Layer> getLayers(std::vector<MyPolygon>& polygons, std::vector<std::pair<
int, std::vector<int>>>& stackUpInfo);
17 static std::vector<Layer> layers(std::pair < std::vector<MyPolygon>, std::vector<Gds2Path>> &modelData, std::vector<std::pair<
int, std::vector<int>>>& stackUpInfo);
19 static IC generateIC(std::string name, std::string filepath, std::string stackUpPath);
static IC generateIC(std::string name, std::string filepath, std::string stackUpPath)
Definition ICFactory.cpp:94