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

Method get_vertices

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

Source from the content-addressed store, hash-verified

37 return VectorI::Zero(0);
38 }
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(); }

Callers 15

getNodesMethod · 0.45
getNodesMethod · 0.45
TriangleMesh.cppFile · 0.45
getNodesMethod · 0.45
getNodesMethod · 0.45
getNodesMethod · 0.45
mesh_to_geomeshMethod · 0.45
remove_short_edgesMethod · 0.45
partition_into_cellsFunction · 0.45

Calls

no outgoing calls

Tested by 15

extract_verticesMethod · 0.36
TEST_FFunction · 0.36
inflateMethod · 0.36
inflateMethod · 0.36
TEST_FFunction · 0.36
ASSERT_NONZERO_BBOXMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36