MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / startImage

Method startImage

SRC/renderer/PlainMap.cpp:195–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193
194
195int
196PlainMap::startImage()
197{
198 maxLast = max;
199 minLast = min;
200 max = 0;
201 min = 0;
202
203 if (maxLast > -minLast)
204 maxLast = -minLast;
205 if (minLast < -maxLast)
206 minLast = -maxLast;
207 return 0;
208}

Callers 12

doImageFunction · 0.45
checkSpecialCasesMethod · 0.45
commitStateMethod · 0.45
createViewMethod · 0.45
playMethod · 0.45
recordMethod · 0.45
recordMethod · 0.45
plotDataMethod · 0.45
plotFileMethod · 0.45
plotFilesMethod · 0.45
setToSurfaceMethod · 0.45
displayForcePointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected