MCPcopy 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
114void MEDITParser::export_faces(int* buffer) {
115 std::copy(m_faces.begin(), m_faces.end(), buffer);
116}
117
118void MEDITParser::export_voxels(int* buffer) {
119 std::copy(m_voxels.begin(), m_voxels.end(), buffer);

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected