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

Method get_attribute_names

tools/Wires/WireNetwork/WireNetwork.h:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 std::vector<std::string> get_attribute_names() const {
83 return m_attributes.get_attribute_names();
84 }
85
86 void clear_attributes() {
87 m_attributes.clear();

Callers 2

filter_verticesMethod · 0.45
filter_edgesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected