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

Method setViewWindow

SRC/tcl/TclFeViewer.cpp:428–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428int
429TclFeViewer::setViewWindow(float uMin, float uMax, float vMin, float vMax)
430{
431#ifdef _NOGRAPHICS
432 // if no graphics .. just return 0
433 return 0;
434#else
435
436 int ok = theRenderer->setViewWindow(uMin, uMax, vMin, vMax);
437 if (ok == 0)
438 vpwindowSet = 1;
439
440 return ok;
441
442#endif
443}
444
445int
446TclFeViewer::setPlaneDist(float anear, float afar)

Callers 4

recordMethod · 0.95
createViewMethod · 0.45
playMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected