------------------------------------------------------------------------------
| 21 | { |
| 22 | //------------------------------------------------------------------------------ |
| 23 | void |
| 24 | TestOutputWindow::DisplayText(const char * text) |
| 25 | { |
| 26 | std::cout << text; |
| 27 | } |
| 28 | |
| 29 | |
| 30 | } // end namespace itk |
nothing calls this directly
no outgoing calls
no test coverage detected