Index: olena/ChangeLog
from Damien Thivolle <damien(a)lrde.epita.fr>
* olena/oln/core/abstract/image.hh: Add comments.
* olena/oln/core/abstract/image_with_dim.hh: Correct comments.
Index: olena/oln/core/abstract/image.hh
--- olena/oln/core/abstract/image.hh Thu, 11 Mar 2004 17:41:14 +0100 odou_s
(oln/t/25_image.hh 1.22 600)
+++ olena/oln/core/abstract/image.hh Thu, 11 Mar 2004 20:18:22 +0100 thivol_d
(oln/t/25_image.hh 1.22 600)
@@ -200,7 +200,7 @@
return this->exact().npoints_();
}
- /*! \brief Perform a shallow copy from \rhs to
+ /*! \brief Perform a shallow copy from \a rhs to
** the current image, the points are not duplicated
** but shared between the two images.
**
@@ -231,6 +231,10 @@
**
** \arg copy_border Its default value is false.
**
+ ** \pre new_border >= 0
+ **
+ ** \pre has_impl() == true
+ **
** \see image_size::border_
*/
@@ -253,6 +257,8 @@
**
** \arg copy_border Its default value is false.
**
+ ** \pre min_border >= 0
+ **
** \see image_size::border_
*/
@@ -346,7 +352,7 @@
# define oln_dpoint_type(DPointable) \
mlc_exact_type(DPointable)::dpoint_type
# define oln_dpoint_type_(Pointable) \
-mlc_exact_type_(Pointable)::point_type
+mlc_exact_type_(Pointable)::dpoint_type
} // end of namespace oln
Index: olena/oln/core/abstract/image_with_dim.hh
--- olena/oln/core/abstract/image_with_dim.hh Thu, 11 Mar 2004 17:12:19 +0100 thivol_d
(oln/t/26_image_with 1.19 600)
+++ olena/oln/core/abstract/image_with_dim.hh Thu, 11 Mar 2004 20:06:20 +0100 thivol_d
(oln/t/26_image_with 1.19 600)
@@ -490,7 +490,6 @@
}
/// Return the number of columns in the image.
- */
coord
ncols() const
--
Damien Thivolle
damien.thivolle(a)lrde.epita.fr
Show replies by date