| 520 | } |
| 521 | |
| 522 | int |
| 523 | TclFeViewer::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 | |
| 533 | int |
| 534 | TclFeViewer::saveImage(const char *fileName) |
no outgoing calls
no test coverage detected