Searched refs:SplineTraits (Results 1 – 2 of 2) sorted by relevance
43 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>::DerivativeType135 typename SplineTraits<Spline,DerivativeOrder>::DerivativeType154 typename SplineTraits<Spline>::BasisVectorType170 typename SplineTraits<Spline>::BasisDerivativeType[all …]
19 template < typename SplineType, int DerivativeOrder = Dynamic > struct SplineTraits {}; struct26 struct SplineTraits< Spline<_Scalar, _Dim, _Degree>, Dynamic >66 …struct SplineTraits< Spline<_Scalar, _Dim, _Degree>, _DerivativeOrder > : public SplineTraits< Spl…