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

Method get_attributes

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

Source from the content-addressed store, hash-verified

100 GeometryPtr get_geometry() { return m_geometry; }
101 ConnectivityPtr get_connectivity() { return m_connectivity; }
102 AttributesPtr get_attributes() { return m_attributes; }
103
104 void set_geometry(GeometryPtr geometry);
105 void set_connectivity(ConnectivityPtr connectivity);

Callers 2

MeshFactory.cppFile · 0.80
initialize_attributesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected