Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ export_faces
Method
export_faces
src/IO/MEDITParser.cpp:114–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
void MEDITParser::export_faces(int* buffer) {
115
std::copy(m_faces.begin(), m_faces.end(), buffer);
116
}
117
118
void MEDITParser::export_voxels(int* buffer) {
119
std::copy(m_voxels.begin(), m_voxels.end(), buffer);
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected