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

Method WritePointCloudFile

ScanThread.cpp:419–422  ·  view source on GitHub ↗

send the pointcloud string to the frame for writing to disk

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetPointCloudPlyMethod · 0.80

Tested by

no test coverage detected