HomeSort by relevance Sort by last modified time
    Searched refs:SplineTraits (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/Eigen/src/Splines/
SplineFwd.h 19 template < typename SplineType, int DerivativeOrder = Dynamic > struct SplineTraits {};
26 struct SplineTraits< Spline<_Scalar, _Dim, _Degree>, Dynamic >
58 * The traits class inherits all attributes from the SplineTraits of Dynamic degree.
61 struct SplineTraits< Spline<_Scalar, _Dim, _Degree>, _DerivativeOrder > : public SplineTraits< Spline<_Scalar, _Dim, _Degree> >
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;
105 typename SplineTraits<Spline>::DerivativeType
114 typename SplineTraits<Spline,DerivativeOrder>::DerivativeType
133 typename SplineTraits<Spline>::BasisVectorType
149 typename SplineTraits<Spline>::BasisDerivativeType
158 typename SplineTraits<Spline,DerivativeOrder>::BasisDerivativeType
175 static DenseIndex Span(typename SplineTraits<Spline>::Scalar u, DenseIndex degree, const typename SplineTraits<Spline>::KnotVectorType& knots)
    [all...]

Completed in 91 milliseconds