|
template<template< typename, unsigned short, typename > class curve__, typename data__ , unsigned short dim__, typename tol__ > |
void | eli::geom::curve::length (typename piecewise< curve__, data__, dim__, tol__ >::data_type &len, const piecewise< curve__, data__, dim__, tol__ > &pc, const typename piecewise< curve__, data__, dim__, tol__ >::data_type &tol) |
|
template<template< typename, unsigned short, typename > class curve__, typename data__ , unsigned short dim__, typename tol__ > |
void | eli::geom::curve::length (typename piecewise< curve__, data__, dim__, tol__ >::data_type &len, const piecewise< curve__, data__, dim__, tol__ > &pc, const typename piecewise< curve__, data__, dim__, tol__ >::data_type &t0, const typename piecewise< curve__, data__, dim__, tol__ >::data_type &t1, const typename piecewise< curve__, data__, dim__, tol__ >::data_type &tol) |
|
template<typename curve__ > |
void | eli::geom::curve::length (typename curve__::data_type &len, const curve__ &c, const typename curve__::data_type &tol) |
|
template<typename curve__ > |
void | eli::geom::curve::length (typename curve__::data_type &len, const curve__ &c, const typename curve__::data_type &t0, const typename curve__::data_type &t1, const typename curve__::data_type &tol) |
|