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

Method getNodes

tools/Assembler/Elements/EdgeElements.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23VectorF EdgeElements::getNodes() const {
24 return m_mesh->get_vertices();
25}
26
27VectorF EdgeElements::getNode(size_t vi) const {
28 return m_mesh->get_vertex(vi);

Callers

nothing calls this directly

Calls 1

get_verticesMethod · 0.45

Tested by

no test coverage detected