Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > cab8b74c7b95f406b27f4364b1221885 > files > 245

libopenraw-devel-0.0.9-8.mga5.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.8"/>
<title>libopenraw: lib/ifdfilecontainer.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">libopenraw
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.8 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
    </ul>
  </div>
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_97aefd0d527b934f1d99a682da8fe6a9.html">lib</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">ifdfilecontainer.h</div>  </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment"> * libopenraw - ifdfilecontainer.h</span></div>
<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> * Copyright (C) 2005-2006 Hubert Figuiere</span></div>
<div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * This library is free software: you can redistribute it and/or</span></div>
<div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * modify it under the terms of the GNU Lesser General Public License</span></div>
<div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * as published by the Free Software Foundation, either version 3 of</span></div>
<div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * the License, or (at your option) any later version.</span></div>
<div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * This library is distributed in the hope that it will be useful,</span></div>
<div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span></div>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> * Lesser General Public License for more details.</span></div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * You should have received a copy of the GNU Lesser General Public</span></div>
<div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * License along with this library.  If not, see</span></div>
<div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * &lt;http://www.gnu.org/licenses/&gt;.</span></div>
<div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;</div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#ifndef _IFDFILECONTAINER_H_</span></div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor">#define _IFDFILECONTAINER_H_</span></div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div>
<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;</div>
<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="preprocessor">#include &lt;libopenraw/consts.h&gt;</span></div>
<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="preprocessor">#include &lt;libopenraw/types.h&gt;</span></div>
<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;</div>
<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="preprocessor">#include &quot;rawcontainer.h&quot;</span></div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="preprocessor">#include &quot;ifddir.h&quot;</span></div>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="preprocessor">#include &quot;ifdentry.h&quot;</span></div>
<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;</div>
<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceOpenRaw.html">OpenRaw</a> {</div>
<div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;    <span class="keyword">namespace </span>Internals {</div>
<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;        </div>
<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;</div>
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html">   45</a></span>&#160;        <span class="keyword">class </span><a class="code" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html">IFDFileContainer</a></div>
<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;            : <span class="keyword">public</span> <a class="code" href="classOpenRaw_1_1Internals_1_1RawContainer.html">RawContainer</a></div>
<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;        {</div>
<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;        <span class="keyword">public</span>:</div>
<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;            <a class="code" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a59777caed45ced5af970b8ec06e4413b">IFDFileContainer</a>(<a class="code" href="classOpenRaw_1_1IO_1_1Stream.html">IO::Stream</a> *file, off_t offset);</div>
<div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;            <span class="keyword">virtual</span> <a class="code" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a9d1a2fce1066dff31171dddad80ad533">~IFDFileContainer</a>();</div>
<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;</div>
<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;            <span class="keyword">enum</span> {</div>
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a77254c247f47425e1dff436233107eeea9b3930d8c097cc3cbd24138393363ef4">   63</a></span>&#160;                <a class="code" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a77254c247f47425e1dff436233107eeea9b3930d8c097cc3cbd24138393363ef4">IFD_NONE</a> = -1, </div>
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a77254c247f47425e1dff436233107eeea4fcf0a8233180965e084b83cc9762ba7">   64</a></span>&#160;                <a class="code" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a77254c247f47425e1dff436233107eeea4fcf0a8233180965e084b83cc9762ba7">IFD_EXIF</a> = -2, </div>
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a77254c247f47425e1dff436233107eeeaab9ab6123feb8ab165857edf495c5ca0">   65</a></span>&#160;                <a class="code" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a77254c247f47425e1dff436233107eeeaab9ab6123feb8ab165857edf495c5ca0">IFD_GPS</a> = -3,  </div>
<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a77254c247f47425e1dff436233107eeea13a770e5261c556b5b38fbd3040007f7">   66</a></span>&#160;                <a class="code" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a77254c247f47425e1dff436233107eeea13a770e5261c556b5b38fbd3040007f7">IFD_INTEROP</a> = -4 </div>
<div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;            };</div>
<div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;</div>
<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;            <span class="keyword">virtual</span> <a class="code" href="classOpenRaw_1_1Internals_1_1RawContainer.html#a5e657cc2adac3e98ca38a3f429bc38bf">EndianType</a> <a class="code" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a1ebf44b4a0060e7df37462651f3148c2">isMagicHeader</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *p, <span class="keywordtype">int</span> len);</div>
<div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;    </div>
<div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;            IFDDir::Ref <a class="code" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#ac29bbc7282385093b39358e3cdbe63cb">setDirectory</a>(<span class="keywordtype">int</span> dir);</div>
<div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;            <span class="keywordtype">int</span> <a class="code" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a6fc98ebc0ee1364e02a77ef48aacdde3">countDirectories</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;            std::vector&lt;IFDDir::Ref&gt; &amp; <a class="code" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a37b156a2cc5875cae6de3bd0eb5cb85c">directories</a>();</div>
<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;</div>
<div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;            <span class="keywordtype">int</span> <a class="code" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a2584fc9616cd308f47b9da6ab5c2ad3c">currentDirectory</a>();</div>
<div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;</div>
<div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;            <span class="keywordtype">size_t</span> <a class="code" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a00c662840e92cc355a758b4c0ad89a21">getDirectoryDataSize</a>();</div>
<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;</div>
<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;</div>
<div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#ad5bc847cae9119e3bb1eb7a852780f6c">  116</a></span>&#160;            <span class="keywordtype">int</span> <a class="code" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#ad5bc847cae9119e3bb1eb7a852780f6c">lastError</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;<span class="keyword">                </span>{</div>
<div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;                    <span class="keywordflow">return</span> m_error;</div>
<div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;                }</div>
<div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;</div>
<div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;            <span class="keywordtype">int</span> exifOffsetCorrection()<span class="keyword"> const</span></div>
<div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;<span class="keyword">                </span>{</div>
<div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;                    <span class="keywordflow">return</span> m_exif_offset_correction;</div>
<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;                }</div>
<div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;            <span class="keywordtype">void</span> setExifOffsetCorrection(<span class="keywordtype">int</span> corr)</div>
<div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;                {</div>
<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;                    m_exif_offset_correction = corr;</div>
<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;                }</div>
<div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;        <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;            <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#aa81ac50e062128a84a83413c44246445">locateDirsPreHook</a>();</div>
<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;        <span class="keyword">private</span>:</div>
<div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;            <span class="keywordtype">int</span> m_error;</div>
<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;            <span class="keywordtype">int</span> m_exif_offset_correction;</div>
<div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;</div>
<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;            IFDDir::Ref m_current_dir;</div>
<div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;            std::vector&lt;IFDDir::Ref&gt; m_dirs;</div>
<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;</div>
<div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;            <span class="keywordtype">bool</span> _locateDirs();</div>
<div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;        };</div>
<div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;</div>
<div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;    }</div>
<div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;}</div>
<div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;</div>
<div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="ttc" id="namespaceOpenRaw_html"><div class="ttname"><a href="namespaceOpenRaw.html">OpenRaw</a></div><div class="ttdoc">CIFF is the container for CRW files. It is an attempt from Canon to make this a standard. I guess it failed. </div><div class="ttdef"><b>Definition:</b> <a href="arwfile_8cpp_source.html#l00033">arwfile.cpp:33</a></div></div>
<div class="ttc" id="classOpenRaw_1_1Internals_1_1IFDFileContainer_html_a77254c247f47425e1dff436233107eeea9b3930d8c097cc3cbd24138393363ef4"><div class="ttname"><a href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a77254c247f47425e1dff436233107eeea9b3930d8c097cc3cbd24138393363ef4">OpenRaw::Internals::IFDFileContainer::IFD_NONE</a></div><div class="ttdef"><b>Definition:</b> <a href="ifdfilecontainer_8h_source.html#l00063">ifdfilecontainer.h:63</a></div></div>
<div class="ttc" id="classOpenRaw_1_1Internals_1_1IFDFileContainer_html_a6fc98ebc0ee1364e02a77ef48aacdde3"><div class="ttname"><a href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a6fc98ebc0ee1364e02a77ef48aacdde3">OpenRaw::Internals::IFDFileContainer::countDirectories</a></div><div class="ttdeci">int countDirectories(void)</div><div class="ttdef"><b>Definition:</b> <a href="ifdfilecontainer_8cpp_source.html#l00074">ifdfilecontainer.cpp:74</a></div></div>
<div class="ttc" id="classOpenRaw_1_1Internals_1_1IFDFileContainer_html_a9d1a2fce1066dff31171dddad80ad533"><div class="ttname"><a href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a9d1a2fce1066dff31171dddad80ad533">OpenRaw::Internals::IFDFileContainer::~IFDFileContainer</a></div><div class="ttdeci">virtual ~IFDFileContainer()</div><div class="ttdef"><b>Definition:</b> <a href="ifdfilecontainer_8cpp_source.html#l00049">ifdfilecontainer.cpp:49</a></div></div>
<div class="ttc" id="classOpenRaw_1_1Internals_1_1IFDFileContainer_html_ad5bc847cae9119e3bb1eb7a852780f6c"><div class="ttname"><a href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#ad5bc847cae9119e3bb1eb7a852780f6c">OpenRaw::Internals::IFDFileContainer::lastError</a></div><div class="ttdeci">int lastError() const </div><div class="ttdef"><b>Definition:</b> <a href="ifdfilecontainer_8h_source.html#l00116">ifdfilecontainer.h:116</a></div></div>
<div class="ttc" id="classOpenRaw_1_1Internals_1_1IFDFileContainer_html_a59777caed45ced5af970b8ec06e4413b"><div class="ttname"><a href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a59777caed45ced5af970b8ec06e4413b">OpenRaw::Internals::IFDFileContainer::IFDFileContainer</a></div><div class="ttdeci">IFDFileContainer(IO::Stream *file, off_t offset)</div><div class="ttdef"><b>Definition:</b> <a href="ifdfilecontainer_8cpp_source.html#l00040">ifdfilecontainer.cpp:40</a></div></div>
<div class="ttc" id="classOpenRaw_1_1Internals_1_1RawContainer_html"><div class="ttname"><a href="classOpenRaw_1_1Internals_1_1RawContainer.html">OpenRaw::Internals::RawContainer</a></div><div class="ttdef"><b>Definition:</b> <a href="rawcontainer_8h_source.html#l00044">rawcontainer.h:44</a></div></div>
<div class="ttc" id="classOpenRaw_1_1Internals_1_1IFDFileContainer_html_ac29bbc7282385093b39358e3cdbe63cb"><div class="ttname"><a href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#ac29bbc7282385093b39358e3cdbe63cb">OpenRaw::Internals::IFDFileContainer::setDirectory</a></div><div class="ttdeci">IFDDir::Ref setDirectory(int dir)</div><div class="ttdef"><b>Definition:</b> <a href="ifdfilecontainer_8cpp_source.html#l00096">ifdfilecontainer.cpp:96</a></div></div>
<div class="ttc" id="classOpenRaw_1_1Internals_1_1IFDFileContainer_html_a77254c247f47425e1dff436233107eeea4fcf0a8233180965e084b83cc9762ba7"><div class="ttname"><a href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a77254c247f47425e1dff436233107eeea4fcf0a8233180965e084b83cc9762ba7">OpenRaw::Internals::IFDFileContainer::IFD_EXIF</a></div><div class="ttdef"><b>Definition:</b> <a href="ifdfilecontainer_8h_source.html#l00064">ifdfilecontainer.h:64</a></div></div>
<div class="ttc" id="classOpenRaw_1_1Internals_1_1IFDFileContainer_html"><div class="ttname"><a href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html">OpenRaw::Internals::IFDFileContainer</a></div><div class="ttdef"><b>Definition:</b> <a href="ifdfilecontainer_8h_source.html#l00045">ifdfilecontainer.h:45</a></div></div>
<div class="ttc" id="classOpenRaw_1_1Internals_1_1IFDFileContainer_html_aa81ac50e062128a84a83413c44246445"><div class="ttname"><a href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#aa81ac50e062128a84a83413c44246445">OpenRaw::Internals::IFDFileContainer::locateDirsPreHook</a></div><div class="ttdeci">virtual bool locateDirsPreHook()</div><div class="ttdef"><b>Definition:</b> <a href="ifdfilecontainer_8cpp_source.html#l00144">ifdfilecontainer.cpp:144</a></div></div>
<div class="ttc" id="classOpenRaw_1_1Internals_1_1IFDFileContainer_html_a77254c247f47425e1dff436233107eeeaab9ab6123feb8ab165857edf495c5ca0"><div class="ttname"><a href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a77254c247f47425e1dff436233107eeeaab9ab6123feb8ab165857edf495c5ca0">OpenRaw::Internals::IFDFileContainer::IFD_GPS</a></div><div class="ttdef"><b>Definition:</b> <a href="ifdfilecontainer_8h_source.html#l00065">ifdfilecontainer.h:65</a></div></div>
<div class="ttc" id="classOpenRaw_1_1Internals_1_1IFDFileContainer_html_a37b156a2cc5875cae6de3bd0eb5cb85c"><div class="ttname"><a href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a37b156a2cc5875cae6de3bd0eb5cb85c">OpenRaw::Internals::IFDFileContainer::directories</a></div><div class="ttdeci">std::vector&lt; IFDDir::Ref &gt; &amp; directories()</div><div class="ttdef"><b>Definition:</b> <a href="ifdfilecontainer_8cpp_source.html#l00087">ifdfilecontainer.cpp:87</a></div></div>
<div class="ttc" id="classOpenRaw_1_1Internals_1_1IFDFileContainer_html_a77254c247f47425e1dff436233107eeea13a770e5261c556b5b38fbd3040007f7"><div class="ttname"><a href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a77254c247f47425e1dff436233107eeea13a770e5261c556b5b38fbd3040007f7">OpenRaw::Internals::IFDFileContainer::IFD_INTEROP</a></div><div class="ttdef"><b>Definition:</b> <a href="ifdfilecontainer_8h_source.html#l00066">ifdfilecontainer.h:66</a></div></div>
<div class="ttc" id="classOpenRaw_1_1Internals_1_1IFDFileContainer_html_a2584fc9616cd308f47b9da6ab5c2ad3c"><div class="ttname"><a href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a2584fc9616cd308f47b9da6ab5c2ad3c">OpenRaw::Internals::IFDFileContainer::currentDirectory</a></div><div class="ttdeci">int currentDirectory()</div></div>
<div class="ttc" id="classOpenRaw_1_1Internals_1_1RawContainer_html_a5e657cc2adac3e98ca38a3f429bc38bf"><div class="ttname"><a href="classOpenRaw_1_1Internals_1_1RawContainer.html#a5e657cc2adac3e98ca38a3f429bc38bf">OpenRaw::Internals::RawContainer::EndianType</a></div><div class="ttdeci">EndianType</div><div class="ttdef"><b>Definition:</b> <a href="rawcontainer_8h_source.html#l00048">rawcontainer.h:48</a></div></div>
<div class="ttc" id="classOpenRaw_1_1IO_1_1Stream_html"><div class="ttname"><a href="classOpenRaw_1_1IO_1_1Stream.html">OpenRaw::IO::Stream</a></div><div class="ttdoc">base virtual class for IO </div><div class="ttdef"><b>Definition:</b> <a href="stream_8h_source.html#l00040">stream.h:40</a></div></div>
<div class="ttc" id="classOpenRaw_1_1Internals_1_1IFDFileContainer_html_a1ebf44b4a0060e7df37462651f3148c2"><div class="ttname"><a href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a1ebf44b4a0060e7df37462651f3148c2">OpenRaw::Internals::IFDFileContainer::isMagicHeader</a></div><div class="ttdeci">virtual EndianType isMagicHeader(const char *p, int len)</div><div class="ttdef"><b>Definition:</b> <a href="ifdfilecontainer_8cpp_source.html#l00056">ifdfilecontainer.cpp:56</a></div></div>
<div class="ttc" id="classOpenRaw_1_1Internals_1_1IFDFileContainer_html_a00c662840e92cc355a758b4c0ad89a21"><div class="ttname"><a href="classOpenRaw_1_1Internals_1_1IFDFileContainer.html#a00c662840e92cc355a758b4c0ad89a21">OpenRaw::Internals::IFDFileContainer::getDirectoryDataSize</a></div><div class="ttdeci">size_t getDirectoryDataSize()</div><div class="ttdef"><b>Definition:</b> <a href="ifdfilecontainer_8cpp_source.html#l00121">ifdfilecontainer.cpp:121</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Oct 17 2014 20:21:10 for libopenraw by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.8
</small></address>
</body>
</html>