Searched refs:SplineTraits (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/Eigen/src/Splines/ |
D | Spline.h | 43 typedef typename SplineTraits<Spline>::PointType PointType; 46 typedef typename SplineTraits<Spline>::KnotVectorType KnotVectorType; 49 typedef typename SplineTraits<Spline>::BasisVectorType BasisVectorType; 52 typedef typename SplineTraits<Spline>::ControlPointVectorType ControlPointVectorType; 120 typename SplineTraits<Spline>::DerivativeType 129 typename SplineTraits<Spline,DerivativeOrder>::DerivativeType 148 typename SplineTraits<Spline>::BasisVectorType 164 typename SplineTraits<Spline>::BasisDerivativeType 173 typename SplineTraits<Spline,DerivativeOrder>::BasisDerivativeType 190 …static DenseIndex Span(typename SplineTraits<Spline>::Scalar u, DenseIndex degree, const typename … [all …]
|
D | SplineFwd.h | 19 template < typename SplineType, int DerivativeOrder = Dynamic > struct SplineTraits {}; struct 26 struct SplineTraits< Spline<_Scalar, _Dim, _Degree>, Dynamic > 61 …struct SplineTraits< Spline<_Scalar, _Dim, _Degree>, _DerivativeOrder > : public SplineTraits< Spl…
|