MCPcopy Create free account
hub / github.com/SSARCandy/Coherent-Line-Drawing / DrawPane

Method DrawPane

src/gui.cpp:429–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427
428#pragma region DrawPane
429DrawPane::DrawPane(wxPanel *parent, cv::Size s)
430 : cld_(s)
431 , wxPanel(parent)
432{
433}
434
435// Main Render(iteration) Section
436void DrawPane::render()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected