mirror of https://github.com/CGAL/cgal
fix conversion warning
This commit is contained in:
parent
e9fc33d6a1
commit
74e5117dfb
|
|
@ -183,7 +183,7 @@ public:
|
||||||
typename Target_word_type,
|
typename Target_word_type,
|
||||||
typename Coord_type,
|
typename Coord_type,
|
||||||
class Image_transform>
|
class Image_transform>
|
||||||
Target_word_type
|
typename Image_transform::result_type
|
||||||
trilinear_interpolation(const Coord_type&x,
|
trilinear_interpolation(const Coord_type&x,
|
||||||
const Coord_type&y,
|
const Coord_type&y,
|
||||||
const Coord_type&z,
|
const Coord_type&z,
|
||||||
|
|
@ -196,7 +196,7 @@ public:
|
||||||
template <typename Image_word_type,
|
template <typename Image_word_type,
|
||||||
typename Target_word_type,
|
typename Target_word_type,
|
||||||
typename Coord_type>
|
typename Coord_type>
|
||||||
Target_word_type
|
Image_word_type
|
||||||
trilinear_interpolation(const Coord_type&x,
|
trilinear_interpolation(const Coord_type&x,
|
||||||
const Coord_type&y,
|
const Coord_type&y,
|
||||||
const Coord_type&z,
|
const Coord_type&z,
|
||||||
|
|
@ -224,7 +224,7 @@ template <typename Image_word_type,
|
||||||
typename Target_word_type,
|
typename Target_word_type,
|
||||||
typename Coord_type,
|
typename Coord_type,
|
||||||
class Image_transform>
|
class Image_transform>
|
||||||
Target_word_type
|
typename Image_transform::result_type
|
||||||
Image_3::trilinear_interpolation(const Coord_type& x,
|
Image_3::trilinear_interpolation(const Coord_type& x,
|
||||||
const Coord_type& y,
|
const Coord_type& y,
|
||||||
const Coord_type& z,
|
const Coord_type& z,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue