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

Function form_attribute_name

src/IO/PLYParser.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 std::string form_attribute_name(const std::string& elem_name,
30 const std::string& prop_name) {
31 return elem_name + "_" + prop_name;
32 }
33
34 int ply_parser_call_back(p_ply_argument argument) {
35 p_ply_element elem;

Callers 2

add_propertyMethod · 0.85
add_property_valueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected