send the pointcloud string to the frame for writing to disk
| 417 | |
| 418 | // send the pointcloud string to the frame for writing to disk |
| 419 | void ScanThread::WritePointCloudFile() |
| 420 | { |
| 421 | WriteToFile(pointCloud->GetPointCloudPly()); |
| 422 | } |
| 423 | |
| 424 | // send some text to be displayed |
| 425 | void ScanThread::DisplayText(wxString text) |
nothing calls this directly
no test coverage detected