MeshKernel
|
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::SplineAlgorithms | static |
Evaluate(const std::vector< Point > &coordinates, const std::vector< Point > &secondDerivative, const double evaluationPoint) | meshkernel::SplineAlgorithms | static |
SecondOrderDerivative(const std::vector< Point > &splines, size_t startIndex, size_t endIndex) | meshkernel::SplineAlgorithms | static |
SecondOrderDerivative(const std::vector< double > &coordinates, size_t startIndex, size_t endIndex) | meshkernel::SplineAlgorithms | static |
SnapSplineToBoundary(std::vector< Point > &splinePoints, const std::vector< Point > &splineDerivative, const LandBoundary &landBoundary, const Projection projection, const int numberOfIterations=constants::numeric::defaultSnappingIterations) | meshkernel::SplineAlgorithms | static |