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

Method dim

src/IO/PLYParser.h:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 virtual bool parse(const std::string& filename);
20
21 virtual size_t dim() const { return m_dim; }
22 virtual size_t vertex_per_face() const { return m_vertex_per_face; }
23 virtual size_t vertex_per_voxel() const { return m_vertex_per_voxel; }
24

Callers 1

initialize_verticesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected