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

Method ~Window

CvPlot/inc/CvPlot/gui/Window.h:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58inline
59Window::~Window() {
60 if(valid()){
61 cv::destroyWindow(_windowName);
62 }
63}
64
65inline
66Axes& Window::getAxes() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected