Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/SPlisHSPlasH
/ writeCurrentFrame
Function
writeCurrentFrame
Tools/FoamGenerator/main.cpp:1012–1018 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1010
}
1011
1012
void writeCurrentFrame()
1013
{
1014
if (output_format == 1)
1015
writeCurrentFrame_vtk();
1016
else
1017
writeCurrentFrame_bgeo();
1018
}
1019
1020
/** Write foam particles of current frame.
1021
*/
Callers
1
generateFoamFiles
Function · 0.70
Calls
2
writeCurrentFrame_vtk
Function · 0.85
writeCurrentFrame_bgeo
Function · 0.85
Tested by
no test coverage detected