Searched refs:PointType (Results 1 – 4 of 4) sorted by relevance
22 typedef struct PointType struct25 } PointType; argument30 static PointType g_points[];33 PointType A::g_points[] = 39 static PointType g_points[] =
203 typedef Spline2d::PointType PointType; in check_global_interpolation2d() typedef218 PointType pt = spline( chord_lengths(i) ); in check_global_interpolation2d()219 PointType ref = points.col(i); in check_global_interpolation2d()230 PointType pt = spline( chord_lengths(i) ); in check_global_interpolation2d()231 PointType ref = points.col(i); in check_global_interpolation2d()
43 typedef typename SplineTraits<Spline>::PointType PointType; typedef106 PointType operator()(Scalar u) const;276 …typename Spline<_Scalar, _Dim, _Degree>::PointType Spline<_Scalar, _Dim, _Degree>::operator()(Scal… in operator()
45 typedef Array<Scalar,Dimension,1> PointType;