| 427 | |
| 428 | #pragma region DrawPane |
| 429 | DrawPane::DrawPane(wxPanel *parent, cv::Size s) |
| 430 | : cld_(s) |
| 431 | , wxPanel(parent) |
| 432 | { |
| 433 | } |
| 434 | |
| 435 | // Main Render(iteration) Section |
| 436 | void DrawPane::render() |
nothing calls this directly
no outgoing calls
no test coverage detected