清空pclPointIndices newIndices数据的c++代码
清空pcl::PointIndices newIndices数据的C++代码可以使用以下方法:
pcl::PointIndices newIndices;
newIndices.indices.clear();
以上代码会清空newIndices中的indices数据。
原文地址: http://www.cveoy.top/t/topic/h9Da 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
清空pcl::PointIndices newIndices数据的C++代码可以使用以下方法:
pcl::PointIndices newIndices;
newIndices.indices.clear();
以上代码会清空newIndices中的indices数据。
原文地址: http://www.cveoy.top/t/topic/h9Da 著作权归作者所有。请勿转载和采集!