Searched refs:SplineType (Results 1 - 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/Splines/
H A DSplineFitting.h212 template <typename SplineType>
215 typedef typename SplineType::KnotVectorType KnotVectorType;
216 typedef typename SplineType::ParameterVectorType ParameterVectorType;
227 static SplineType Interpolate(const PointArrayType& pts, DenseIndex degree);
239 static SplineType Interpolate(const PointArrayType& pts, DenseIndex degree, const KnotVectorType& knot_parameters);
259 static SplineType InterpolateWithDerivatives(const PointArrayType& points,
281 static SplineType InterpolateWithDerivatives(const PointArrayType& points,
288 template <typename SplineType>
290 SplineType SplineFitting<SplineType>
[all...]
H A DSpline.h312 template <typename SplineType, typename DerivativeType>
313 void derivativesImpl(const SplineType& spline, typename SplineType::Scalar u, DenseIndex order, DerivativeType& der)
315 enum { Dimension = SplineTraits<SplineType>::Dimension };
316 enum { Order = SplineTraits<SplineType>::OrderAtCompileTime };
319 typedef typename SplineTraits<SplineType>::ControlPointVectorType ControlPointVectorType;
320 typedef typename SplineTraits<SplineType,DerivativeOrder>::BasisDerivativeType BasisDerivativeType;
380 typedef Spline<_Scalar, _Dim, _Degree> SplineType; typedef
381 enum { Order = SplineTraits<SplineType>::OrderAtCompileTime };
383 typedef typename SplineTraits<SplineType>
[all...]
H A DSplineFwd.h19 template < typename SplineType, int DerivativeOrder = Dynamic > struct SplineTraits {};

Completed in 439 milliseconds