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

Function loadMesh

source/MRMesh/MRMeshLoad.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117Expected<Mesh> loadMesh( const std::filesystem::path& file, const MeshLoadSettings& settings )
118{
119 return MeshLoad::fromAnySupportedFormat( file, settings );
120}
121
122Expected<Mesh> loadMesh( std::istream& in, const std::string& extension, const MeshLoadSettings& settings )
123{

Callers

nothing calls this directly

Calls 1

fromAnySupportedFormatFunction · 0.70

Tested by

no test coverage detected