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
|
<!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::TiffDirectory 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_1TiffDirectory.html">TiffDirectory</a></div>
<h1>Exiv2::TiffDirectory Class Reference</h1><!-- doxytag: class="Exiv2::TiffDirectory" --><!-- doxytag: inherits="Exiv2::TiffComponent" -->This class models a TIFF directory (Ifd). It is a composite component of the TIFF tree.
<a href="#_details">More...</a>
<p>
<code>#include <tiffcomposite.hpp></code>
<p>
Inheritance diagram for Exiv2::TiffDirectory:<p><center><img src="classExiv2_1_1TiffDirectory__inherit__graph.png" border="0" usemap="#Exiv2_1_1TiffDirectory__inherit__map" alt="Inheritance graph"></center>
<map name="Exiv2_1_1TiffDirectory__inherit__map">
<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::TiffDirectory:<p><center><img src="classExiv2_1_1TiffDirectory__coll__graph.png" border="0" usemap="#Exiv2_1_1TiffDirectory__coll__map" alt="Collaboration graph"></center>
<map name="Exiv2_1_1TiffDirectory__coll__map">
<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><a href="classExiv2_1_1TiffDirectory-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="f1b94beb050cc38fbbf1577685f61838"></a><!-- doxytag: member="Exiv2::TiffDirectory::TiffDirectory" ref="f1b94beb050cc38fbbf1577685f61838" args="(uint16_t tag, uint16_t group, bool hasNext=true)" -->
</td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1TiffDirectory.html#f1b94beb050cc38fbbf1577685f61838">TiffDirectory</a> (uint16_t tag, uint16_t group, bool hasNext=true)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="37d7fba519b0ce1c24596a1f0d551e9d"></a><!-- doxytag: member="Exiv2::TiffDirectory::~TiffDirectory" ref="37d7fba519b0ce1c24596a1f0d551e9d" args="()" -->
virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1TiffDirectory.html#37d7fba519b0ce1c24596a1f0d551e9d">~TiffDirectory</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Virtual destructor. <br></td></tr>
<tr><td colspan="2"><div class="groupHeader">Manipulators</div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1fc9f35ebf12559fd83449454bf80ae7"></a><!-- doxytag: member="Exiv2::TiffDirectory::hasNext" ref="1fc9f35ebf12559fd83449454bf80ae7" args="() const " -->
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1TiffDirectory.html#1fc9f35ebf12559fd83449454bf80ae7">hasNext</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return true if the directory has a next pointer. <br></td></tr>
<tr><td colspan="2"><br><h2>Friends</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="85ccad188e17b30cc59a6652212619d0"></a><!-- doxytag: member="Exiv2::TiffDirectory::TiffPrinter" ref="85ccad188e17b30cc59a6652212619d0" args="" -->
class </td><td class="memItemRight" valign="bottom"><b>TiffPrinter</b></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
This class models a TIFF directory (Ifd). It is a composite component of the TIFF tree.
<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:27 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>
|