LAMPCAE/src/PointCloudOperator/MeshOpearatorCommon.cpp

20 lines
396 B
C++
Raw Normal View History

2024-05-15 09:27:37 +00:00
/**
* @file MeshOpearatorCommon.cpp
* @brief None
* @author (3045316072@qq.com)
* @version 2.5.0
* @date 24-5-15
* @copyright Copyright (c) Since 2024 All rights reserved.
*/
#include "MeshOpearatorCommon.h"
namespace MeshOpearator {
MeshOpearatorCommon::MeshOpearatorCommon(QObject* parent): QObject(parent)
{
}
} // namespace MeshOpearator