26 #ifndef MLN_DATA_TO_ENC_HH
27 # define MLN_DATA_TO_ENC_HH
35 # include <mln/data/transform.hh>
36 # include <mln/fun/v2v/enc.hh>
55 template <
typename I,
typename O>
56 void to_enc(
const Image<I>& input, Image<O>& output);
59 # ifndef MLN_INCLUDE_ONLY
61 template <
typename I,
typename O>
63 void to_enc(
const Image<I>& input, Image<O>& output)
65 mln_trace(
"data::to_enc");
72 # endif // ! MLN_INCLUDE_ONLY
79 #endif // ! MLN_DATA_TO_ENC_HH