~ubuntu-branches/ubuntu/trusty/hugin/trusty-proposed

« back to all changes in this revision

Viewing changes to src/hugin_base/panodata/PanoramaData.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2011-01-06 14:28:24 UTC
  • mfrom: (1.1.9 upstream) (0.1.21 experimental)
  • Revision ID: james.westby@ubuntu.com-20110106142824-zn9lxylg5z44dynn
* Drop Cyril Brulebois from Uploaders. Thank you very much for your work.
* Bump package version. (rc3 was re-released as 2010.4.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
    */
226
226
    virtual void removeCtrlPoint(unsigned int pNr) =0;
227
227
    
 
228
    /** removes duplicates control points
 
229
        */
 
230
    virtual void removeDuplicateCtrlPoints() =0;
 
231
 
228
232
    /** change a control Point.
229
233
    */
230
234
    virtual void changeControlPoint(unsigned int pNr, const ControlPoint & point) =0;