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

Function ply_get_argument_value

src/IO/rply.c:781–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779}
780
781double ply_get_argument_value(p_ply_argument argument) {
782 assert(argument);
783 if (!argument) return 0.0;
784 return argument->value;
785}
786
787int ply_get_ply_user_data(p_ply ply, void **pdata, long *idata) {
788 assert(ply);

Callers 1

ply_parser_call_backFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected