* this row.
*/
const_iterator end () const;
+
+ /**
+ * Return the number of
+ * elements between @p{begin}
+ * and @p{end}, i.e. the
+ * number of columns of the
+ * matrix.
+ */
+ unsigned int size () const;
protected:
/**
* version.
*/
iterator end ();
+
+ /**
+ * Return the number of
+ * elements between @p{begin}
+ * and @p{end}, i.e. the
+ * number of columns of the
+ * matrix.
+ */
+ unsigned int size () const;
private:
/**
+template <typename T>
+inline
+unsigned int
+vector2d<T>::ConstRowAccessor::size () const
+{
+ return parent.n_cols();
+};
+
+
+
template <typename T>
inline
vector2d<T>::NonConstRowAccessor::
+template <typename T>
+inline
+unsigned int
+vector2d<T>::NonConstRowAccessor::size () const
+{
+ return parent.n_cols();
+};
+
+
+
template <typename T>
inline
vector2d<T>::~vector2d ()
<h3>base</h3>
<ol>
+ <li> <p>
+ New: Row accessors for the <code class="class">vector2d</code>
+ class now have a member function <code
+ class="member">size</code> that returns the size of the row,
+ i.e. the number of columns of the table.
+ <br>
+ (WB 2002/07/24)
+ </p>
+
<li> <p>
Fixed: In EPS output, colors were set to invalid values if the
values of the field that is used for coloring are all