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

Method export_voxels

src/IO/MEDITParser.cpp:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void MEDITParser::export_voxels(int* buffer) {
119 std::copy(m_voxels.begin(), m_voxels.end(), buffer);
120}
121
122void MEDITParser::export_attribute(const std::string& name, Float* buffer) {
123 std::cerr << "Warning: attribute " << name << " does not exist." <<

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected