MCPcopy Create free account
hub / github.com/andybarry/makerscanner / OnButLaserCenteredClick

Method OnButLaserCenteredClick

DistanceToReferenceDialog.cpp:94–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93
94void DistanceToReferenceDialog::OnButLaserCenteredClick(wxCommandEvent& event)
95{
96 captureThread->Flush();
97 IplImage *laserCenteredTemp = captureThread->Pop();
98
99 laserCentered = cvCloneImage(laserCenteredTemp);
100
101 EndModal(USER_CENTERED_LASER);
102}
103
104
105bool DistanceToReferenceDialog::TransferDataFromWindow()

Callers

nothing calls this directly

Calls 2

FlushMethod · 0.80
PopMethod · 0.80

Tested by

no test coverage detected