Searched defs:output_type (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/2geom/
H A Dpiecewise.h89 typedef typename T::output_type output_type; typedef in class:Geom::Piecewise
91 explicit Piecewise(const output_type & v) {
101 inline output_type operator()(double t) const { return valueAt(t); }
102 inline output_type valueAt(double t) const {
106 inline output_type firstValue() const {
109 inline output_type lastValue() const {
116 std::vector<output_type> valueAndDerivatives(double t, unsigned n_derivs) const {
118 std::vector<output_type> ret, val = segs[n].valueAndDerivatives(segT(t, n), n_derivs);
256 boost::function_requires<AddableConcept<typename T::output_type> >();
[all...]
H A Dbezier.h236 typedef Coord output_type; typedef in class:Geom::Bezier
H A Dd2.h108 typedef Point output_type; typedef in class:Geom::D2

Completed in 21 milliseconds