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

Function ply_read_property

src/IO/rply.c:859–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

857}
858
859static int ply_read_property(p_ply ply, p_ply_element element,
860 p_ply_property property, p_ply_argument argument) {
861 if (property->type == PLY_LIST)
862 return ply_read_list_property(ply, element, property, argument);
863 else
864 return ply_read_scalar_property(ply, element, property, argument);
865}
866
867static int ply_read_element(p_ply ply, p_ply_element element,
868 p_ply_argument argument) {

Callers 1

ply_read_elementFunction · 0.85

Calls 2

ply_read_list_propertyFunction · 0.85
ply_read_scalar_propertyFunction · 0.85

Tested by

no test coverage detected