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

Function loadOff

source/MRMesh/MRMeshLoad.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47Expected<Mesh> loadOff( const std::filesystem::path& file, const MeshLoadSettings& settings )
48{
49 return MeshLoad::fromOff( file, settings );
50}
51
52Expected<Mesh> loadOff( std::istream& in, const MeshLoadSettings& settings )
53{

Callers

nothing calls this directly

Calls 1

fromOffFunction · 0.85

Tested by

no test coverage detected