Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
void MEDITParser::export_vertices(Float* buffer) {
111
std::copy(m_vertices.begin(), m_vertices.end(), buffer);
112
}
113
114
void MEDITParser::export_faces(int* buffer) {
115
std::copy(m_faces.begin(), m_faces.end(), buffer);
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected