Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
inline
59
Window::~Window() {
60
if(valid()){
61
cv::destroyWindow(_windowName);
62
}
63
}
64
65
inline
66
Axes& Window::getAxes() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected