MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / saveState

Method saveState

SPlisHSPlasH/TimeManager.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void SPH::TimeManager::saveState(BinaryFileWriter &binWriter)
71{
72 binWriter.write(time);
73 binWriter.write(h);
74}
75
76void SPH::TimeManager::loadState(BinaryFileReader &binReader)
77{

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected