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

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

applyNoiseFilterAtLevel(const DgmOctree::octreeCell &cell, void **additionalParameters, NormalizedProgress *nProgress=nullptr)CCCoreLib::CloudSamplingToolsprotectedstatic
applySORFilterAtLevel(const DgmOctree::octreeCell &cell, void **additionalParameters, NormalizedProgress *nProgress=nullptr)CCCoreLib::CloudSamplingToolsprotectedstatic
CELL_CENTER enum value (defined in CCCoreLib::CloudSamplingTools)CCCoreLib::CloudSamplingTools
CELL_GRAVITY_CENTER enum value (defined in CCCoreLib::CloudSamplingTools)CCCoreLib::CloudSamplingTools
NEAREST_POINT_TO_CELL_CENTER enum value (defined in CCCoreLib::CloudSamplingTools)CCCoreLib::CloudSamplingTools
noiseFilter(GenericIndexedCloudPersist *cloud, PointCoordinateType kernelRadius, double nSigma, bool removeIsolatedPoints=false, bool useKnn=false, int knn=6, bool useAbsoluteError=true, double absoluteError=0.0, DgmOctree *octree=nullptr, GenericProgressCallback *progressCb=nullptr)CCCoreLib::CloudSamplingToolsstatic
RANDOM_POINT enum value (defined in CCCoreLib::CloudSamplingTools)CCCoreLib::CloudSamplingTools
resampleCellAtLevel(const DgmOctree::octreeCell &cell, void **additionalParameters, NormalizedProgress *nProgress=nullptr)CCCoreLib::CloudSamplingToolsprotectedstatic
resampleCloudSpatially(GenericIndexedCloudPersist *cloud, PointCoordinateType minDistance, const SFModulationParams &modParams, DgmOctree *octree=nullptr, GenericProgressCallback *progressCb=nullptr)CCCoreLib::CloudSamplingToolsstatic
resampleCloudWithOctree(GenericIndexedCloudPersist *cloud, int newNumberOfPoints, RESAMPLING_CELL_METHOD resamplingMethod, GenericProgressCallback *progressCb=nullptr, DgmOctree *inputOctree=nullptr)CCCoreLib::CloudSamplingToolsstatic
resampleCloudWithOctreeAtLevel(GenericIndexedCloudPersist *cloud, unsigned char octreeLevel, RESAMPLING_CELL_METHOD resamplingMethod, GenericProgressCallback *progressCb=nullptr, DgmOctree *inputOctree=nullptr)CCCoreLib::CloudSamplingToolsstatic
RESAMPLING_CELL_METHOD enum nameCCCoreLib::CloudSamplingTools
sorFilter(GenericIndexedCloudPersist *cloud, int knn=6, double nSigma=1.0, DgmOctree *octree=nullptr, GenericProgressCallback *progressCb=nullptr)CCCoreLib::CloudSamplingToolsstatic
subsampleCellAtLevel(const DgmOctree::octreeCell &cell, void **additionalParameters, NormalizedProgress *nProgress=nullptr)CCCoreLib::CloudSamplingToolsprotectedstatic
subsampleCloudRandomly(GenericIndexedCloudPersist *cloud, unsigned newNumberOfPoints, GenericProgressCallback *progressCb=nullptr)CCCoreLib::CloudSamplingToolsstatic
subsampleCloudWithOctree(GenericIndexedCloudPersist *cloud, int newNumberOfPoints, SUBSAMPLING_CELL_METHOD subsamplingMethod, GenericProgressCallback *progressCb=nullptr, DgmOctree *inputOctree=nullptr)CCCoreLib::CloudSamplingToolsstatic
subsampleCloudWithOctreeAtLevel(GenericIndexedCloudPersist *cloud, unsigned char octreeLevel, SUBSAMPLING_CELL_METHOD subsamplingMethod, GenericProgressCallback *progressCb=nullptr, DgmOctree *inputOctree=nullptr)CCCoreLib::CloudSamplingToolsstatic
SUBSAMPLING_CELL_METHOD enum nameCCCoreLib::CloudSamplingTools