Go to the source code of this file.
|
| MLCSO_EXPORT void | ml::CSOSmoothing::smooth2DPositions (std::vector< Vector2 > &positions, const unsigned int numPositions, const unsigned int numSmoothingPasses, const float smoothingFactor, const unsigned int smoothRange) |
| MLCSO_EXPORT void | ml::CSOSmoothing::smooth3DPositions (std::vector< Vector3 > &positions, const MLssize_t numPositions, bool isOpen, unsigned int numSmoothingPasses, double smoothingFactor, unsigned int smoothRange, bool displacementAdjustment) |
| MLCSO_EXPORT void | ml::CSOSmoothing::smooth3DPositions (std::vector< Vector3 > &positions, bool isOpen, unsigned int numSmoothingPasses) |
| | Smooths the given 3D positions on base of a Laplacian smoothing.
|
| MLssize_t | ml::CSOSmoothing::getClosedCSOIndexLeavingNegative (MLssize_t i, MLssize_t j, MLssize_t numPositions) |
| | Helper function to compute an index into a closed CSO leaving left.
|
| MLssize_t | ml::CSOSmoothing::getClosedCSOIndexLeavingPositive (MLssize_t i, MLssize_t j, MLssize_t numPositions) |
| | Helper function to compute an index into a closed CSO leaving right.
|