| 10 | namespace CvPlot { |
| 11 | |
| 12 | class CVPLOT_LIBRARY_INTERFACE Group :public DrawableDeque, public Drawable{ |
| 13 | public: |
| 14 | void render(RenderTarget &renderTarget) override; |
| 15 | bool getBoundingRect(cv::Rect2d &rect) override; |
nothing calls this directly
no outgoing calls
no test coverage detected