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

Method getNodes

tools/Assembler/Mesh/TetrahedronMesh.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27VectorF TetrahedronMesh::getNodes() const {
28 return m_mesh->get_vertices();
29}
30
31const VectorF& TetrahedronMesh::getNodesRaw() const {
32 return m_mesh->get_vertices();

Callers

nothing calls this directly

Calls 1

get_verticesMethod · 0.45

Tested by

no test coverage detected