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
|
<!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::TiffDataEntry 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.4.6 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main 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>
</ul></div>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Alphabetical List</span></a></li>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul></div>
<div class="nav">
<a class="el" href="namespaceExiv2.html">Exiv2</a>::<a class="el" href="classExiv2_1_1TiffDataEntry.html">TiffDataEntry</a></div>
<h1>Exiv2::TiffDataEntry Class Reference</h1><!-- doxytag: class="Exiv2::TiffDataEntry" --><!-- doxytag: inherits="Exiv2::TiffEntryBase" -->A standard TIFF IFD entry consisting of a value which is an offset to a data area and the data area. The size of the data area is provided in a related <a class="el" href="classExiv2_1_1TiffSizeEntry.html">TiffSizeEntry</a>, tag and group of which are set in the constructor. This component is used, e.g., for <em>Exif.Thumbnail.JPEGInterchangeFormat</em> for which the size is provided in <em>Exif.Thumbnail.JPEGInterchangeFormatLength</em>.
<a href="#_details">More...</a>
<p>
<code>#include <tiffcomposite.hpp></code>
<p>
Inheritance diagram for Exiv2::TiffDataEntry:<p><center><img src="classExiv2_1_1TiffDataEntry__inherit__graph.png" border="0" usemap="#Exiv2_1_1TiffDataEntry__inherit__map" alt="Inheritance graph"></center>
<map name="Exiv2_1_1TiffDataEntry__inherit__map">
<area href="classExiv2_1_1TiffEntryBase.html" shape="rect" coords="9,82,151,106" alt="">
<area href="classExiv2_1_1TiffComponent.html" shape="rect" coords="5,7,155,31" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for Exiv2::TiffDataEntry:<p><center><img src="classExiv2_1_1TiffDataEntry__coll__graph.png" border="0" usemap="#Exiv2_1_1TiffDataEntry__coll__map" alt="Collaboration graph"></center>
<map name="Exiv2_1_1TiffDataEntry__coll__map">
<area href="classExiv2_1_1TiffEntryBase.html" shape="rect" coords="83,97,224,121" alt="">
<area href="classExiv2_1_1TiffComponent.html" shape="rect" coords="5,7,155,31" alt="">
<area href="classExiv2_1_1Value.html" shape="rect" coords="179,7,275,31" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classExiv2_1_1TiffDataEntry-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td colspan="2"><div class="groupHeader">Creators</div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e9c9e2aebe24b9968f234e509e1e7c0c"></a><!-- doxytag: member="Exiv2::TiffDataEntry::TiffDataEntry" ref="e9c9e2aebe24b9968f234e509e1e7c0c" args="(uint16_t tag, uint16_t group, uint16_t szTag, uint16_t szGroup)" -->
</td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1TiffDataEntry.html#e9c9e2aebe24b9968f234e509e1e7c0c">TiffDataEntry</a> (uint16_t tag, uint16_t group, uint16_t szTag, uint16_t szGroup)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4256bc38eaa7f2ec2783131a02493d43"></a><!-- doxytag: member="Exiv2::TiffDataEntry::~TiffDataEntry" ref="4256bc38eaa7f2ec2783131a02493d43" args="()" -->
virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1TiffDataEntry.html#4256bc38eaa7f2ec2783131a02493d43">~TiffDataEntry</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Virtual destructor. <br></td></tr>
<tr><td colspan="2"><div class="groupHeader">Accessors</div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cdf371ffcd84593f5089c60561afac97"></a><!-- doxytag: member="Exiv2::TiffDataEntry::szTag" ref="cdf371ffcd84593f5089c60561afac97" args="() const " -->
uint16_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1TiffDataEntry.html#cdf371ffcd84593f5089c60561afac97">szTag</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return the group of the entry which has the size. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="240c919ad47c40f497e4fad1602ca7b5"></a><!-- doxytag: member="Exiv2::TiffDataEntry::szGroup" ref="240c919ad47c40f497e4fad1602ca7b5" args="() const " -->
uint16_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1TiffDataEntry.html#240c919ad47c40f497e4fad1602ca7b5">szGroup</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return the group of the entry which has the size. <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
A standard TIFF IFD entry consisting of a value which is an offset to a data area and the data area. The size of the data area is provided in a related <a class="el" href="classExiv2_1_1TiffSizeEntry.html">TiffSizeEntry</a>, tag and group of which are set in the constructor. This component is used, e.g., for <em>Exif.Thumbnail.JPEGInterchangeFormat</em> for which the size is provided in <em>Exif.Thumbnail.JPEGInterchangeFormatLength</em>.
<p>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="tiffcomposite_8hpp.html">tiffcomposite.hpp</a><li>tiffcomposite.cpp</ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jun 2 23:55:26 2006 for Exiv2 by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>
|