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
|
<!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: tiffvisitor.hpp File 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><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><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="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul></div>
<h1>tiffvisitor.hpp File Reference</h1><code>#include "<a class="el" href="types_8hpp.html">types.hpp</a>"</code><br>
<code>#include "<a class="el" href="tiffcomposite_8hpp.html">tiffcomposite.hpp</a>"</code><br>
<code>#include "<a class="el" href="exif_8hpp.html">exif.hpp</a>"</code><br>
<code>#include <memory></code><br>
<code>#include <iostream></code><br>
<code>#include <iomanip></code><br>
<code>#include <cassert></code><br>
<code>#include <map></code><br>
<p>
Include dependency graph for tiffvisitor.hpp:<p><center><img src="tiffvisitor_8hpp__incl.png" border="0" usemap="#tiffvisitor.hpp_map" alt=""></center>
<map name="tiffvisitor.hpp_map">
<area href="types_8hpp.html" shape="rect" coords="323,56,403,80" alt="">
<area href="tiffcomposite_8hpp.html" shape="rect" coords="152,56,275,80" alt="">
<area href="exif_8hpp.html" shape="rect" coords="179,104,248,128" alt="">
</map>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="tiffvisitor_8hpp__dep__incl.png" border="0" usemap="#tiffvisitor.hppdep_map" alt=""></center>
<map name="tiffvisitor.hppdep_map">
<area href="makernote2_8hpp.html" shape="rect" coords="153,6,271,30" alt="">
</map>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceExiv2.html">Exiv2</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1TiffVisitor.html">Exiv2::TiffVisitor</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Abstract base class defining the interface for TIFF composite vistors (Visitor pattern). <a href="classExiv2_1_1TiffVisitor.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1TiffFinder.html">Exiv2::TiffFinder</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Search the composite for a component with <em>tag</em> and <em>group</em>. Return a pointer to the component or 0, if not found. The class is ready for a first search after construction and can be re-initialized with <a class="el" href="classExiv2_1_1TiffFinder.html#ad29479f10141affd5e2fa8660feb8ce">init()</a>. <a href="classExiv2_1_1TiffFinder.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structExiv2_1_1TiffDecoderInfo.html">Exiv2::TiffDecoderInfo</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">TIFF decoder table. <a href="structExiv2_1_1TiffDecoderInfo.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structExiv2_1_1TiffDecoderInfo_1_1Key.html">Exiv2::TiffDecoderInfo::Key</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Search key for TIFF decoder structures. <a href="structExiv2_1_1TiffDecoderInfo_1_1Key.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1TiffMetadataDecoder.html">Exiv2::TiffMetadataDecoder</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">TIFF composite visitor to decode metadata from the TIFF tree and add it to an <a class="el" href="classExiv2_1_1Image.html">Image</a>, which is supplied in the constructor (Visitor pattern). Used by <a class="el" href="classExiv2_1_1TiffParser.html">TiffParser</a> to decode the metadata from a TIFF composite. <a href="classExiv2_1_1TiffMetadataDecoder.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1TiffRwState.html">Exiv2::TiffRwState</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Simple state class containing relevant state information for the TIFF reader. This is in a separate class so that the reader can change state if needed (e.g., to read certain complex makernotes). <a href="classExiv2_1_1TiffRwState.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1TiffReader.html">Exiv2::TiffReader</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">TIFF composite visitor to read the TIFF structure from a block of memory and build the composite from it (Visitor pattern). Used by <a class="el" href="classExiv2_1_1TiffParser.html">TiffParser</a> to read the TIFF data from a block of memory. <a href="classExiv2_1_1TiffReader.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1TiffPrinter.html">Exiv2::TiffPrinter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">TIFF composite visitor to print the TIFF structure to an output stream. <a href="classExiv2_1_1TiffPrinter.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1f91fdf7c79c76207603ced1586dda3c"></a><!-- doxytag: member="tiffvisitor.hpp::DecoderFct" ref="1f91fdf7c79c76207603ced1586dda3c" args=")(const TiffEntryBase *)" -->
typedef void(TiffMetadataDecoder::* </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceExiv2.html#1f91fdf7c79c76207603ced1586dda3c">Exiv2::DecoderFct</a> )(const TiffEntryBase *)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Function pointer type for a function to decode a TIFF component. <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>Version:</b></dt><dd><dl compact><dt><b>Rev</b></dt><dd>808 </dd></dl>
</dd></dl>
<dl compact><dt><b>Author:</b></dt><dd>Andreas Huggel (ahu) <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> </dd></dl>
<dl compact><dt><b>Date:</b></dt><dd>11-Apr-06, ahu: created </dd></dl>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jun 2 23:54:33 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>
|