Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
using namespace PLYWriterHelper;
42
43
void PLYWriter::with_attribute(const std::string& attr_name) {
44
m_attr_names.push_back(attr_name);
45
}
46
47
void PLYWriter::write_mesh(Mesh& mesh) {
48
p_ply ply = ply_create(m_filename.c_str(),
Callers
10
save_mesh
Function · 0.45
save_mesh
Method · 0.45
save_mesh
Method · 0.45
save_mesh
Function · 0.45
load_mesh
Method · 0.45
load_mesh
Method · 0.45
load_mesh
Method · 0.45
save_mesh
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
6
load_mesh
Method · 0.36
load_mesh
Method · 0.36
load_mesh
Method · 0.36
save_mesh
Method · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36