| 317 | } |
| 318 | |
| 319 | void opengl_embed::draw_text(const std::vector<double> &x, |
| 320 | const std::vector<double> &y, |
| 321 | const std::vector<double> &z) { |
| 322 | throw std::logic_error("draw_text not implemented yet"); |
| 323 | } |
| 324 | |
| 325 | void opengl_embed::draw_image(const std::vector<std::vector<double>> &x, |
| 326 | const std::vector<std::vector<double>> &y, |
nothing calls this directly
no outgoing calls
no test coverage detected