Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ close
Method
close
source/MRMesh/MRFile.cpp:25–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void File::close()
26
{
27
if ( !handle_ )
28
return;
29
std::fclose( handle_ );
30
handle_ = nullptr;
31
}
32
33
} //namespace MR
Callers
15
start
Function · 0.45
start
Function · 0.45
test_load_obj_with_negative_ids
Function · 0.45
test_save_load_mesh
Function · 0.45
TEST
Function · 0.45
runScript
Method · 0.45
send
Method · 0.45
writeToFile
Method · 0.45
makePolyline
Method · 0.45
addFromEdgePath
Method · 0.45
addFromGeneralSurfacePath
Method · 0.45
fromSceneE57File
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_load_obj_with_negative_ids
Function · 0.36
test_save_load_mesh
Function · 0.36
TEST
Function · 0.36