~ubuntu-branches/ubuntu/precise/exiv2/precise

« back to all changes in this revision

Viewing changes to src/sigmamn.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-12-07 18:40:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061207184010-0ouu8v0dr8nznob9
Tags: 0.12-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
  @brief   Sigma and Foveon MakerNote implemented according to the specification
24
24
           <a href="http://www.x3f.info/technotes/FileDocs/MakerNoteDoc.html">
25
25
           SIGMA and FOVEON EXIF MakerNote Documentation</a> by Foveon.
26
 
  @version $Rev: 669 $
 
26
  @version $Rev: 986 $
27
27
  @author  Andreas Huggel (ahu)
28
28
           <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
29
29
  @date    02-Apr-04, ahu: created
115
115
        int checkHeader() const;
116
116
        AutoPtr create(bool alloc =true) const;
117
117
        AutoPtr clone() const;
 
118
        //! Return read-only list of built-in Sigma tags
 
119
        static const TagInfo* tagList();
118
120
        //@}
119
121
 
120
122
        //! @name Print functions for Sigma (Foveon) %MakerNote tags