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

Method has_attribute

src/Mesh.cpp:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141bool Mesh::has_attribute(const std::string& attr_name) const {
142 return m_attributes->has_attribute(attr_name);
143}
144
145void Mesh::add_attribute(const std::string& attr_name) {
146 m_attributes->add_attribute(attr_name, *this);

Callers 6

compute_metricFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
load_fieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected