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

Method parse

src/IO/PLYParser.cpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84using namespace PLYParserHelper;
85
86bool PLYParser::parse(const std::string& filename) {
87 parse_ply(filename, this);
88 init_vertices();
89 init_faces();
90 init_voxels();
91 return true;
92}
93
94size_t PLYParser::num_vertices() const {
95 return m_num_vertices;

Callers 1

MeshFactory.cppFile · 0.45

Calls 1

parse_plyFunction · 0.85

Tested by

no test coverage detected