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

Method get_num_vertices

tools/Boolean/CSGTree.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 virtual MatrixFr get_vertices() const { return m_vertices; }
40 virtual MatrixIr get_faces() const { return m_faces; }
41 virtual size_t get_num_vertices() const { return m_vertices.rows(); }
42 virtual size_t get_num_faces() const { return m_faces.rows(); }
43
44 protected:

Callers 15

getNbrNodesMethod · 0.45
init_boundary_nodesMethod · 0.45
getNbrNodesMethod · 0.45
init_boundary_nodesMethod · 0.45
getNbrNodesMethod · 0.45
getNbrNodesMethod · 0.45
getNbrNodesMethod · 0.45
createMethod · 0.45
createMethod · 0.45
createMethod · 0.45
createMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 15

extract_verticesMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
ASSERT_VALID_EDGESMethod · 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
TEST_FFunction · 0.36