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

Method with_attribute

src/IO/PLYWriter.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41using namespace PLYWriterHelper;
42
43void PLYWriter::with_attribute(const std::string& attr_name) {
44 m_attr_names.push_back(attr_name);
45}
46
47void PLYWriter::write_mesh(Mesh& mesh) {
48 p_ply ply = ply_create(m_filename.c_str(),

Callers 10

save_meshFunction · 0.45
save_meshMethod · 0.45
save_meshMethod · 0.45
save_meshFunction · 0.45
load_meshMethod · 0.45
load_meshMethod · 0.45
load_meshMethod · 0.45
save_meshMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 6

load_meshMethod · 0.36
load_meshMethod · 0.36
load_meshMethod · 0.36
save_meshMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36