Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
Expected<Mesh> loadOff( const std::filesystem::path& file, const MeshLoadSettings& settings )
48
{
49
return MeshLoad::fromOff( file, settings );
50
}
51
52
Expected<Mesh> loadOff( std::istream& in, const MeshLoadSettings& settings )
53
{
Callers
nothing calls this directly
Calls
1
fromOff
Function · 0.85
Tested by
no test coverage detected