MeshKernel
meshkernel::SplineAlgorithms Member List

This is the complete list of members for meshkernel::SplineAlgorithms, including all inherited members.

ComputeCurvatureOnSplinePoint(const std::vector< Point > &splinePoints, const std::vector< Point > &splineDerivative, double adimensionalPointCoordinate, const Projection projection)meshkernel::SplineAlgorithmsstatic
Evaluate(const std::vector< Point > &coordinates, const std::vector< Point > &secondDerivative, const double evaluationPoint)meshkernel::SplineAlgorithmsstatic
SecondOrderDerivative(const std::vector< Point > &splines, size_t startIndex, size_t endIndex)meshkernel::SplineAlgorithmsstatic
SecondOrderDerivative(const std::vector< double > &coordinates, size_t startIndex, size_t endIndex)meshkernel::SplineAlgorithmsstatic
SnapSplineToBoundary(std::vector< Point > &splinePoints, const std::vector< Point > &splineDerivative, const LandBoundary &landBoundary, const Projection projection, const int numberOfIterations=constants::numeric::defaultSnappingIterations)meshkernel::SplineAlgorithmsstatic