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

Method getDim

tools/Assembler/Mesh/TriangleMesh.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19size_t TriangleMesh::getDim() const {
20 return m_mesh->get_dim();
21}
22
23size_t TriangleMesh::getNbrNodes() const {
24 return m_mesh->get_num_vertices();

Callers 15

createMethod · 0.45
createMethod · 0.45
assembleMethod · 0.45
assembleMethod · 0.45
assembleMethod · 0.45
assembleMethod · 0.45
assembleMethod · 0.45
assembleMethod · 0.45
assembleMethod · 0.45

Calls 1

get_dimMethod · 0.45

Tested by 7

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36