Home
last modified time | relevance | path

Searched refs:SplineTraits (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/src/Splines/
DSpline.h43 typedef typename SplineTraits<Spline>::PointType PointType;
46 typedef typename SplineTraits<Spline>::KnotVectorType KnotVectorType;
49 typedef typename SplineTraits<Spline>::ParameterVectorType ParameterVectorType;
52 typedef typename SplineTraits<Spline>::BasisVectorType BasisVectorType;
55 typedef typename SplineTraits<Spline>::BasisDerivativeType BasisDerivativeType;
58 typedef typename SplineTraits<Spline>::ControlPointVectorType ControlPointVectorType;
126 typename SplineTraits<Spline>::DerivativeType
135 typename SplineTraits<Spline,DerivativeOrder>::DerivativeType
154 typename SplineTraits<Spline>::BasisVectorType
170 typename SplineTraits<Spline>::BasisDerivativeType
[all …]
DSplineFwd.h19 template < typename SplineType, int DerivativeOrder = Dynamic > struct SplineTraits {}; struct
26 struct SplineTraits< Spline<_Scalar, _Dim, _Degree>, Dynamic >
66 …struct SplineTraits< Spline<_Scalar, _Dim, _Degree>, _DerivativeOrder > : public SplineTraits< Spl…