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

Function doImage

SRC/renderer/main.cpp:91–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90
91int doImage(Renderer &theRenderer) {
92
93 theRenderer.startImage();
94
95 init();
96 drawLeftTriangle();
97 drawRightTriangle();
98
99 theRenderer.doneImage();
100 return 0;
101}
102
103int main(int argc, char **argv)
104{

Callers 1

mainFunction · 0.85

Calls 5

initFunction · 0.85
drawLeftTriangleFunction · 0.85
drawRightTriangleFunction · 0.85
startImageMethod · 0.45
doneImageMethod · 0.45

Tested by

no test coverage detected