26 #ifndef MLN_CONVERT_TO_DPOINT_HH
27 # define MLN_CONVERT_TO_DPOINT_HH
34 # include <mln/core/concept/point_site.hh>
45 mln_dpoint(P)
to_dpoint(const Point_Site<P>& p);
48 # ifndef MLN_INCLUDE_ONLY
54 const P& p = exact(p_);
58 for (
unsigned i = 0; i < P::dim; ++i)
60 typedef mln_point(P) P_;
61 mln_postcondition(dp == p - P_::origin);
65 # endif // ! MLN_INCLUDE_ONLY
72 #endif // ! MLN_CONVERT_TO_DPOINT_HH