MCPcopy Create free account
hub / github.com/Profactor/cv-plot / CVPLOT_LIBRARY_INTERFACE

Class CVPLOT_LIBRARY_INTERFACE

CvPlot/inc/CvPlot/drawables/Group.h:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace CvPlot {
11
12class CVPLOT_LIBRARY_INTERFACE Group :public DrawableDeque, public Drawable{
13public:
14 void render(RenderTarget &renderTarget) override;
15 bool getBoundingRect(cv::Rect2d &rect) override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected