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

Method clearImage

SRC/tcl/TclFeViewer.cpp:522–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522int
523TclFeViewer::clearImage(void)
524{
525#ifdef _NOGRAPHICS
526 // if no graphics .. just return 0
527 return 0;
528#else
529 return theRenderer->clearImage();
530#endif
531}
532
533int
534TclFeViewer::saveImage(const char *fileName)

Callers 7

checkSpecialCasesMethod · 0.45
commitStateMethod · 0.45
createViewMethod · 0.45
playMethod · 0.45
recordMethod · 0.45
TclFeViewer_clearImageFunction · 0.45
setToSurfaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected