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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Exiv2: Exiv2::Cr2Decoder Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.1 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li id="current"><a href="classes.html"><span>Classes</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="examples.html"><span>Examples</span></a></li>
    <li>
      <form action="search.php" method="get">
        <table cellspacing="0" cellpadding="0" border="0">
          <tr>
            <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
          </tr>
        </table>
      </form>
    </li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  </ul></div>
<div class="nav">
<a class="el" href="namespaceExiv2.html">Exiv2</a>::<a class="el" href="classExiv2_1_1Cr2Decoder.html">Cr2Decoder</a></div>
<h1>Exiv2::Cr2Decoder Class Reference</h1><!-- doxytag: class="Exiv2::Cr2Decoder" -->Table of Cr2 decoding functions and find function. See <a class="el" href="classExiv2_1_1TiffDecoder.html">TiffDecoder</a> for details.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;cr2image.hpp&gt;</code>
<p>
Collaboration diagram for Exiv2::Cr2Decoder:<p><center><img src="classExiv2_1_1Cr2Decoder__coll__graph.png" border="0" usemap="#Exiv2_1_1Cr2Decoder__coll__map" alt="Collaboration graph"></center>
<map name="Exiv2_1_1Cr2Decoder__coll__map">
<area href="structExiv2_1_1TiffDecoderInfo.html" shape="rect" coords="6,7,176,31" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classExiv2_1_1Cr2Decoder-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="namespaceExiv2.html#e835d23df7c9dd4f68278befde578a18">DecoderFct</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1Cr2Decoder.html#41132aac37efb62cfccaa4420667b1a6">findDecoder</a> (const std::string &amp;make, uint32_t extendedTag, uint16_t group)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Find the decoder function for a key.  <a href="#41132aac37efb62cfccaa4420667b1a6"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Table of Cr2 decoding functions and find function. See <a class="el" href="classExiv2_1_1TiffDecoder.html">TiffDecoder</a> for details. 
<p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="41132aac37efb62cfccaa4420667b1a6"></a><!-- doxytag: member="Exiv2::Cr2Decoder::findDecoder" ref="41132aac37efb62cfccaa4420667b1a6" args="(const std::string &amp;make, uint32_t extendedTag, uint16_t group)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static const <a class="el" href="namespaceExiv2.html#e835d23df7c9dd4f68278befde578a18">DecoderFct</a> Exiv2::Cr2Decoder::findDecoder           </td>
          <td>(</td>
          <td class="paramtype">const std::string &amp;&nbsp;</td>
          <td class="paramname"> <em>make</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">uint32_t&nbsp;</td>
          <td class="paramname"> <em>extendedTag</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">uint16_t&nbsp;</td>
          <td class="paramname"> <em>group</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Find the decoder function for a key. 
<p>
If the returned pointer is 0, the tag should not be decoded, else the decoder function should be used.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>make</em>&nbsp;</td><td>Camera make </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>extendedTag</em>&nbsp;</td><td>Extended tag </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>group</em>&nbsp;</td><td>Group</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>Pointer to the decoder function </dd></dl>

</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="cr2image_8hpp.html">cr2image.hpp</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Mon Nov 27 20:16:25 2006 for Exiv2 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
</body>
</html>