MCPcopy 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
1012void 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

generateFoamFilesFunction · 0.70

Calls 2

writeCurrentFrame_vtkFunction · 0.85
writeCurrentFrame_bgeoFunction · 0.85

Tested by

no test coverage detected