MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / parseAscCoordinate

Function parseAscCoordinate

source/MRMesh/MRIOParsing.cpp:374–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372
373template <typename T>
374Expected<void> parseAscCoordinate( const std::string_view& str, Vector3<T>& v, Vector3<T>* n, Color* c )
375{
376 return parseTextCoordinate( str, v, n, c );
377}
378
379template Expected<void> parseSingleNumber<float>( const std::string_view& str, float& num );
380template Expected<void> parseSingleNumber<int>( const std::string_view& str, int& num );

Callers

nothing calls this directly

Calls 1

parseTextCoordinateFunction · 0.85

Tested by

no test coverage detected