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);

View File

@@ -5,8 +5,8 @@
int main(int argc, char *argv[])
{
// AllocConsole();// 分配控制台
// freopen("CONOUT$", "w+t", stdout);// 向控制台输出
AllocConsole();// 分配控制台
freopen("CONOUT$", "w+t", stdout);// 向控制台输出
QApplication a(argc, argv);
Loading l;
l.show();

Binary file not shown.