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

Method setVRP

SRC/tcl/TclFeViewer.cpp:381–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379
380
381int
382TclFeViewer::setVRP(float xLoc, float yLoc , float zLoc)
383{
384#ifdef _NOGRAPHICS
385 // if no graphics .. just return 0
386 return 0;
387#else
388
389 int ok = theRenderer->setVRP(xLoc, yLoc, zLoc);
390 if (ok == 0)
391 vrpSet = 1;
392
393 return ok;
394#endif
395}
396
397int
398TclFeViewer::setVPN(float xdirn, float ydirn, float zdirn)

Callers 4

recordMethod · 0.95
createViewMethod · 0.45
playMethod · 0.45
TclFeViewer_setVRPFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected