commit the design pattern of software

This commit is contained in:
Tang1705
2020-07-21 11:28:08 +08:00
parent 72243b1d5d
commit 7e2e8ea68e
3 changed files with 3 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ void MyThread::run()
else if (QString::fromStdString(pcd).endsWith(".ply", Qt::CaseInsensitive))
io::loadPLYFile(pcd, *cloudPtr);
cloud = *cloudPtr;
cout << "hhhhhhhhhhhhhh," << cloud.size() << "\n";
}
auto pclData = PointCloudData::getInstance(cloud);