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

Method remove_attribute

tools/Wires/Attributes/WireAttributes.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void WireAttributes::remove_attribute(const std::string& name) {
89 AttrMap::iterator itr = m_attr_map.find(name);
90 m_attr_map.erase(itr);
91}
92
93std::vector<std::string> WireAttributes::get_attribute_names() const {
94 std::vector<std::string> names;

Callers 2

is_printableMethod · 0.45
TEST_FFunction · 0.45

Calls 1

findMethod · 0.80

Tested by 1

TEST_FFunction · 0.36