Code-Eli  0.3.6
length.hpp File Reference
#include "eli/code_eli.hpp"
#include "eli/mutil/quad.hpp"
#include "eli/geom/curve/piecewise.hpp"
Include dependency graph for length.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  eli::geom::curve::internal::length_functor< curve__ >
 

Namespaces

 eli
 
 eli::geom
 
 eli::geom::curve
 
 eli::geom::curve::internal
 

Functions

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)