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

Method get_geometry

src/Mesh.h:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99 protected:
100 GeometryPtr get_geometry() { return m_geometry; }
101 ConnectivityPtr get_connectivity() { return m_connectivity; }
102 AttributesPtr get_attributes() { return m_attributes; }
103

Callers 5

MeshFactory.cppFile · 0.80
initialize_verticesMethod · 0.80
initialize_facesMethod · 0.80
initialize_voxelsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected