Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
size_t PLYParser::num_vertices() const {
95
return m_num_vertices;
96
}
97
98
size_t PLYParser::num_faces() const {
99
return m_num_faces;
Callers
7
initialize_vertices
Method · 0.45
TEST_F
Function · 0.45
OBJParserTest.h
File · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
5
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36