CCCoreLib 31 May 2022
CloudCompare Core algorithms
CCCoreLib::ManualSegmentationTools Member List

This is the complete list of members for CCCoreLib::ManualSegmentationTools, including all inherited members.

isPointInsidePoly(const CCVector2 &P, const GenericIndexedCloud *polyVertices)CCCoreLib::ManualSegmentationToolsstatic
isPointInsidePoly(const CCVector2 &P, const std::vector< CCVector2 > &polyVertices)CCCoreLib::ManualSegmentationToolsstatic
segment(GenericIndexedCloudPersist *aCloud, const Polyline *poly, bool keepInside, const float *viewMat=nullptr)CCCoreLib::ManualSegmentationToolsstatic
segment(GenericIndexedCloudPersist *cloud, ScalarType minDist, ScalarType maxDist, bool outside=false)CCCoreLib::ManualSegmentationToolsstatic
segmentMesh(GenericIndexedMesh *theMesh, ReferenceCloud *pointsIndexes, bool pointsWillBeInside, GenericProgressCallback *progressCb=nullptr, GenericIndexedCloud *destCloud=nullptr, unsigned indexShift=0)CCCoreLib::ManualSegmentationToolsstatic
segmentMeshWithAABox(GenericIndexedMesh *mesh, GenericIndexedCloudPersist *vertices, MeshCutterParams &ioParams, GenericProgressCallback *progressCb=nullptr) (defined in CCCoreLib::ManualSegmentationTools)CCCoreLib::ManualSegmentationToolsstatic
segmentMeshWithAAPlane(GenericIndexedMesh *mesh, GenericIndexedCloudPersist *vertices, MeshCutterParams &ioParams, GenericProgressCallback *progressCb=nullptr) (defined in CCCoreLib::ManualSegmentationTools)CCCoreLib::ManualSegmentationToolsstatic
segmentReferenceCloud(ReferenceCloud *cloud, ScalarType minDist, ScalarType maxDist, bool outside)CCCoreLib::ManualSegmentationToolsstatic