https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008/milena
Index: ChangeLog
from Thierry Geraud <thierry.geraud(a)lrde.epita.fr>
Fix typo.
* mln/core/pset_array.hh,
* mln/core/dpoints_piter.hh,
* mln/core/decorated_image.hh,
* mln/core/image_if.hh,
* mln/core/line_piter.hh,
* mln/core/image_if_interval.hh,
* mln/core/safe.hh,
* mln/core/concept/doc/value_iterator.hh,
* mln/core/concept/doc/point_iterator.hh,
* mln/core/plain.hh,
* mln/core/p_runs.hh,
* mln/value/proxy.hh,
* mln/value/graylevel.hh,
* mln/value/graylevel_f.hh,
* mln/value/internal/gray_.hh,
* mln/value/internal/gray_f.hh,
* mln/value/viter.hh,
* mln/value/float01.hh,
* mln/value/label.hh,
* mln/convert/all.hh,
* mln/util/branch_iter_ind.hh,
* mln/util/branch_iter.hh,
* sandbox/pellegrin/set/core/p_runs.hh,
* sandbox/geraud/cs2d/dbl_neighb.hh,
* sandbox/geraud/cs2d/cs2d_morpho.hh (convertion): Fix typo.
mln/convert/all.hh | 4 ++--
mln/core/concept/doc/point_iterator.hh | 2 +-
mln/core/concept/doc/value_iterator.hh | 2 +-
mln/core/decorated_image.hh | 2 +-
mln/core/dpoints_piter.hh | 4 ++--
mln/core/image_if.hh | 2 +-
mln/core/image_if_interval.hh | 2 +-
mln/core/line_piter.hh | 2 +-
mln/core/p_runs.hh | 6 +++---
mln/core/plain.hh | 2 +-
mln/core/pset_array.hh | 4 ++--
mln/core/safe.hh | 2 +-
mln/util/branch_iter.hh | 2 +-
mln/util/branch_iter_ind.hh | 2 +-
mln/value/float01.hh | 2 +-
mln/value/graylevel.hh | 2 +-
mln/value/graylevel_f.hh | 2 +-
mln/value/internal/gray_.hh | 4 ++--
mln/value/internal/gray_f.hh | 6 +++---
mln/value/label.hh | 2 +-
mln/value/proxy.hh | 8 ++++----
mln/value/viter.hh | 4 ++--
sandbox/geraud/cs2d/cs2d_morpho.hh | 2 +-
sandbox/geraud/cs2d/dbl_neighb.hh | 2 +-
sandbox/pellegrin/set/core/p_runs.hh | 6 +++---
25 files changed, 39 insertions(+), 39 deletions(-)
Index: mln/core/pset_array.hh
--- mln/core/pset_array.hh (revision 2050)
+++ mln/core/pset_array.hh (working copy)
@@ -223,13 +223,13 @@
void next_();
- /// Convertion into a point.
+ /// Conversion into a point.
operator point () const;
/// Reference to the corresponding point.
const point& to_point() const;
- /// Convertion into a point-site.
+ /// Conversion into a point-site.
operator psite () const;
/// Access to the current point coordinates.
Index: mln/core/dpoints_piter.hh
--- mln/core/dpoints_piter.hh (revision 2050)
+++ mln/core/dpoints_piter.hh (working copy)
@@ -61,7 +61,7 @@
dpoints_fwd_piter(const Dps& dps, // FIXME: explicitly set_of_<D>?
const Point_Site<Pref>& p_ref);
- /// Convertion to point.
+ /// Conversion to point.
operator mln_point(D) () const;
/// Reference to the corresponding point.
@@ -119,7 +119,7 @@
dpoints_bkd_piter(const Dps& dps, // FIXME: explicitly set_of_<D>?
const Point_Site<Pref>& p_ref);
- /// Convertion to point.
+ /// Conversion to point.
operator mln_point(D) () const;
/// Reference to the corresponding point.
Index: mln/core/decorated_image.hh
--- mln/core/decorated_image.hh (revision 2050)
+++ mln/core/decorated_image.hh (working copy)
@@ -107,7 +107,7 @@
mln_value(I) read_(const mln_psite(I)& p) const;
- /// Const promotion via convertion.
+ /// Const promotion via conversion.
operator decorated_image<const I, D>() const;
/// Give the decoration.
Index: mln/core/image_if.hh
--- mln/core/image_if.hh (revision 2050)
+++ mln/core/image_if.hh (working copy)
@@ -107,7 +107,7 @@
/// Give the definition domain.
const pset_if<mln_pset(I), F>& domain() const;
- /// Const promotion via convertion.
+ /// Const promotion via conversion.
operator image_if<const I, F>() const;
};
Index: mln/core/line_piter.hh
--- mln/core/line_piter.hh (revision 2050)
+++ mln/core/line_piter.hh (working copy)
@@ -62,7 +62,7 @@
*/
line_piter_(const box_<P>& b);
- /// Convertion to point.
+ /// Conversion to point.
operator P() const;
/// Reference to the corresponding point.
Index: mln/core/image_if_interval.hh
--- mln/core/image_if_interval.hh (revision 2050)
+++ mln/core/image_if_interval.hh (working copy)
@@ -100,7 +100,7 @@
/// Constructor without argument.
image_if_interval();
- /// Const promotion via convertion.
+ /// Const promotion via conversion.
operator image_if_interval<const I>() const;
};
Index: mln/core/safe.hh
--- mln/core/safe.hh (revision 2050)
+++ mln/core/safe.hh (working copy)
@@ -82,7 +82,7 @@
typedef typename super_::lvalue lvalue;
lvalue operator()(const mln_psite(I)& p);
- /// Const promotion via convertion.
+ /// Const promotion via conversion.
operator safe_image<const I>() const;
};
Index: mln/core/concept/doc/value_iterator.hh
--- mln/core/concept/doc/value_iterator.hh (revision 2050)
+++ mln/core/concept/doc/value_iterator.hh (working copy)
@@ -46,7 +46,7 @@
*/
typedef void value;
- /*! \brief Convertion into a value.
+ /*! \brief Conversion into a value.
*
* \return A value.
*/
Index: mln/core/concept/doc/point_iterator.hh
--- mln/core/concept/doc/point_iterator.hh (revision 2050)
+++ mln/core/concept/doc/point_iterator.hh (working copy)
@@ -48,7 +48,7 @@
*/
typedef void psite;
- /*! \brief Convertion into a point-site.
+ /*! \brief Conversion into a point-site.
*
* \return A point site.
*/
Index: mln/core/plain.hh
--- mln/core/plain.hh (revision 2050)
+++ mln/core/plain.hh (working copy)
@@ -99,7 +99,7 @@
plain& operator=(const I& rhs);
- /// Convertion into an I image
+ /// Conversion into an I image
operator I () const;
};
Index: mln/core/p_runs.hh
--- mln/core/p_runs.hh (revision 2050)
+++ mln/core/p_runs.hh (working copy)
@@ -260,7 +260,7 @@
{
public:
- /// Convertion into a point.
+ /// Conversion into a point.
operator P () const;
/// Reference to the corresponding point.
@@ -362,7 +362,7 @@
/// Go to the next point.
void next_();
- /// Convertion into a point-site.
+ /// Conversion into a point-site.
operator runs_psite<P> () const;
protected:
@@ -479,7 +479,7 @@
/// Go to the next point.
void next_();
- /// Convertion into a point-site.
+ /// Conversion into a point-site.
operator runs_psite<P> () const;
protected:
Index: mln/value/proxy.hh
--- mln/value/proxy.hh (revision 2050)
+++ mln/value/proxy.hh (working copy)
@@ -102,11 +102,11 @@
template <typename II>
proxy<I>& operator=(const proxy<II>& rhs);
- /// Convertion (read access); general version.
+ /// Conversion (read access); general version.
template <typename V>
operator V() const;
- /// Convertion (read access); precise version.
+ /// Conversion (read access); precise version.
operator mln_value(I)() const;
/// Explicit read access.
@@ -140,11 +140,11 @@
/// Destructor.
~proxy();
- /// Convertion (read access); general version.
+ /// Conversion (read access); general version.
template <typename V>
operator V() const;
- /// Convertion (read access); precise version.
+ /// Conversion (read access); precise version.
operator mln_value(I)() const;
/// Explicit read access.
Index: mln/value/graylevel.hh
--- mln/value/graylevel.hh (revision 2050)
+++ mln/value/graylevel.hh (working copy)
@@ -236,7 +236,7 @@
// |gray|| |gray_f |gray_f |gray_f |
// |--------------------------------------------|
- // Valid Convertions are :
+ // Valid Conversions are :
// gray_f -> gray_<n>
// gray_f -> graylevel<n>
Index: mln/value/graylevel_f.hh
--- mln/value/graylevel_f.hh (revision 2050)
+++ mln/value/graylevel_f.hh (working copy)
@@ -233,7 +233,7 @@
graylevel_f& operator=(const literal::white_t&);
/// \}
- /// Convertion to graylevel<n>.
+ /// Conversion to graylevel<n>.
template <unsigned n>
operator graylevel<n>() const;
Index: mln/value/internal/gray_.hh
--- mln/value/internal/gray_.hh (revision 2050)
+++ mln/value/internal/gray_.hh (working copy)
@@ -170,11 +170,11 @@
template <unsigned m>
operator gray_<m>() const;
- /// Convertion to graylevel.
+ /// Conversion to graylevel.
template <unsigned m>
operator graylevel<m>() const;
- /// Convertion to graylevel_f.
+ /// Conversion to graylevel_f.
operator graylevel_f() const;
};
Index: mln/value/internal/gray_f.hh
--- mln/value/internal/gray_f.hh (revision 2050)
+++ mln/value/internal/gray_f.hh (working copy)
@@ -177,15 +177,15 @@
gray_f& operator=(const graylevel_f& val);
/// \}
- /// Convertion to graylevel<n>
+ /// Conversion to graylevel<n>
template <unsigned m>
operator graylevel<m>() const;
- /// Convertion to gray_<n>
+ /// Conversion to gray_<n>
template <unsigned m>
operator gray_<m>() const;
- /// Convertion to graylevel_f
+ /// Conversion to graylevel_f
operator graylevel_f() const;
/// Access to std type.
Index: mln/value/viter.hh
--- mln/value/viter.hh (revision 2050)
+++ mln/value/viter.hh (working copy)
@@ -57,7 +57,7 @@
/// Constructor.
fwd_viter_(const Value_Set<S>& s);
- /// Convertion into a value.
+ /// Conversion into a value.
operator mln_value(S) () const;
/// Test if the iterator is valid.
@@ -94,7 +94,7 @@
/// Constructor.
bkd_viter_(const Value_Set<S>& s);
- /// Convertion into a value.
+ /// Conversion into a value.
operator mln_value(S) () const;
/// Test if the iterator is valid.
Index: mln/value/float01.hh
--- mln/value/float01.hh (revision 2050)
+++ mln/value/float01.hh (working copy)
@@ -93,7 +93,7 @@
/// Return an equivalent gray encoded on \p nbits bits.
const float01 to_nbits(unsigned nbits) const;
- /// Convertion to float.
+ /// Conversion to float.
operator float() const;
// template <unsigned n>
Index: mln/value/label.hh
--- mln/value/label.hh (revision 2050)
+++ mln/value/label.hh (working copy)
@@ -112,7 +112,7 @@
/// Self decrement.
label<n>& operator--();
- /// Convertion to unsigned.
+ /// Conversion to unsigned.
const enc& to_enc() const;
/// Unit value.
Index: mln/convert/all.hh
--- mln/convert/all.hh (revision 2050)
+++ mln/convert/all.hh (working copy)
@@ -30,13 +30,13 @@
/*! \file mln/convert/all.hh
*
- * \brief File that includes all convertion-related routines.
+ * \brief File that includes all conversion-related routines.
*/
namespace mln
{
- /// Namespace of convertion routines.
+ /// Namespace of conversion routines.
namespace convert {}
}
Index: mln/util/branch_iter_ind.hh
--- mln/util/branch_iter_ind.hh (revision 2050)
+++ mln/util/branch_iter_ind.hh (working copy)
@@ -70,7 +70,7 @@
public:
branch_iter_ind(branch<T> branch);
- /// Convertion to node.
+ /// Conversion to node.
operator util::tree_node<T>&() const;
util::tree_node<T>& operator *();
Index: mln/util/branch_iter.hh
--- mln/util/branch_iter.hh (revision 2050)
+++ mln/util/branch_iter.hh (working copy)
@@ -56,7 +56,7 @@
public:
branch_iter(branch<T> branch);
- /// Convertion to node.
+ /// Conversion to node.
operator util::tree_node<T>&() const;
util::tree_node<T>& operator *();
Index: sandbox/pellegrin/set/core/p_runs.hh
--- sandbox/pellegrin/set/core/p_runs.hh (revision 2050)
+++ sandbox/pellegrin/set/core/p_runs.hh (working copy)
@@ -273,7 +273,7 @@
{
public:
- /// Convertion into a point.
+ /// Conversion into a point.
operator P () const;
/// Reference to the corresponding point.
@@ -355,7 +355,7 @@
/// Go to the next point.
void next_();
- /// Convertion into a point-site.
+ /// Conversion into a point-site.
operator runs_psite<P> () const;
protected:
@@ -457,7 +457,7 @@
/// Go to the next point.
void next_();
- /// Convertion into a point-site.
+ /// Conversion into a point-site.
operator runs_psite<P> () const;
protected:
Index: sandbox/geraud/cs2d/dbl_neighb.hh
--- sandbox/geraud/cs2d/dbl_neighb.hh (revision 2050)
+++ sandbox/geraud/cs2d/dbl_neighb.hh (working copy)
@@ -91,7 +91,7 @@
invalidate();
}
- /// Convertion to point.
+ /// Conversion to point.
operator point () const
{
mln_precondition(is_valid());
Index: sandbox/geraud/cs2d/cs2d_morpho.hh
--- sandbox/geraud/cs2d/cs2d_morpho.hh (revision 2050)
+++ sandbox/geraud/cs2d/cs2d_morpho.hh (working copy)
@@ -109,7 +109,7 @@
invalidate();
}
- /// Convertion to point.
+ /// Conversion to point.
operator point2d () const
{
mln_precondition(is_valid());