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

Method num_attributes

src/IO/NodeParser.cpp:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181size_t NodeParser::num_attributes() const {
182 return m_num_node_attributes +
183 (m_region_attributes.empty() ? 0:1) +
184 (m_boundary_node_markers.empty() ? 0:1) +
185 (m_boundary_face_markers.empty() ? 0:1);
186}
187
188NodeParser::AttrNames NodeParser::get_attribute_names() const {
189 AttrNames names;

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected