add annot and motif classes to python interface
[mussa.git] / alg / glsequence.hpp
index 5b08fb31a272eacd48197b7a9bb23089c7ccfd32..31e282e4ef6bad0c096be9bb63e0537edd5f33cc 100644 (file)
@@ -35,7 +35,7 @@ public:
   void setX(GLfloat);
   //! get our starting x (horizontal) coordinate
   GLfloat x() const;
-  //! get our right (horizontal) coordinate (length-x)
+  //! get our right (horizontal) coordinate (size-x)
   GLfloat right() const;
   //! set our current y (vertical) position
   void setY(GLfloat);
@@ -44,7 +44,7 @@ public:
   //! how thick (high) the track we're drawing is
   GLfloat height() const;
   //! how long is our sequence track? (computed from the sequence)
-  GLfloat length() const;
+  GLfloat size() const;
  
   //! return the left (lowest) base index that is fully visible
   Sequence::size_type leftbase(GLfloat left) const;