Initial code of mapSubElement Test

This commit is contained in:
bgbsww
2024-01-14 12:19:58 -05:00
parent 930059b69f
commit 60ae251b61
2 changed files with 88 additions and 1 deletions

View File

@@ -609,7 +609,7 @@ public:
void copyElementMap(const TopoShape & topoShape, const char *op=nullptr);
bool canMapElement(const TopoShape &other) const;
void mapSubElement(const TopoShape &other,const char *op=nullptr, bool forceHasher=false);
void mapSubElement(const std::vector<TopoShape> &shapes, const char *op);
void mapSubElement(const std::vector<TopoShape> &shapes, const char *op=nullptr);
bool hasPendingElementMap() const;