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

Function ply_element_init

src/IO/rply.c:1106–1111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1104}
1105
1106static void ply_element_init(p_ply_element element) {
1107 element->name[0] = '\0';
1108 element->ninstances = 0;
1109 element->property = NULL;
1110 element->nproperties = 0;
1111}
1112
1113static void ply_property_init(p_ply_property property) {
1114 property->name[0] = '\0';

Callers 1

ply_grow_elementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected