MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / clear

Method clear

tools/Wires/Attributes/WireAttributes.h:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 std::vector<std::string> get_attribute_names() const;
25
26 void clear() { m_attr_map.clear(); }
27
28 private:
29 typedef std::map<std::string, WireAttribute::Ptr> AttrMap;

Callers 11

initializeMethod · 0.45
label_bd_facesMethod · 0.45
extract_bd_loopsMethod · 0.45
resetMethod · 0.45
clear_attributesMethod · 0.45
process_roiMethod · 0.45
tileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected