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

Method export_faces

src/IO/PLYParser.cpp:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void PLYParser::export_faces(int* buffer) {
132 std::copy(m_faces.data(), m_faces.data() + m_faces.size(), buffer);
133}
134
135void PLYParser::export_voxels(int* buffer) {
136 std::copy(m_voxels.data(), m_voxels.data() + m_voxels.size(), buffer);

Callers 2

initialize_facesMethod · 0.45
TEST_FFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

TEST_FFunction · 0.36