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

Method num_vertices

src/IO/PLYParser.cpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94size_t PLYParser::num_vertices() const {
95 return m_num_vertices;
96}
97
98size_t PLYParser::num_faces() const {
99 return m_num_faces;

Callers 7

initialize_verticesMethod · 0.45
TEST_FFunction · 0.45
OBJParserTest.hFile · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 5

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