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

Method export_vertices

src/IO/MEDITParser.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void MEDITParser::export_vertices(Float* buffer) {
111 std::copy(m_vertices.begin(), m_vertices.end(), buffer);
112}
113
114void MEDITParser::export_faces(int* buffer) {
115 std::copy(m_faces.begin(), m_faces.end(), buffer);

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected