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

Method getBoundingRect

CvPlot/examples/examples_gui.cpp:187–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 cv::rectangle(renderTarget.innerMat(), getRect(renderTarget), cv::Scalar::all(0), cv::FILLED);
186 }
187 bool getBoundingRect(cv::Rect2d &rect) override {
188 return false;
189 }
190 bool hitTest(const MouseEvent &mouseEvent) {
191 return getRect(mouseEvent.projection()).contains(mouseEvent.innerPoint());
192 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected