CloudCompare中常见数据结构

cc

  1. ccHObject::Container //
  2. CCLib::Neighbourhood //
  3. CCLib::SquareMatrixd //

常见点云类型及作用:

  1. ccGenericPointCloud // 包含RGB颜色、法线等特性的点云结构;
  2. ccPointCloud
  3. ChunkedPointCloud
  4. CCLib::ReferenceCloud* rc = getTheVisiblePoints();
ccPointCloud* result = 0;
{
	CCLib::ReferenceCloud* rc = getTheVisiblePoints();
	result = partialClone(rc);
}

你可能感兴趣的:(cloudcompare,C++)