Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 7392c77c84ff25edfeb07995a77d5148 > files > 352

steghide-0.5.1-11mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>steghide: BmpSampleValue Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <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>
<div class="contents">
<h1>BmpSampleValue Class Reference</h1><!-- doxytag: class="BmpSampleValue" --><!-- doxytag: inherits="SampleValue" -->an (abstract) sample value in a bmp file  

<p>
<code>#include &lt;<a class="el" href="BmpSampleValue_8h_source.html">BmpSampleValue.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for BmpSampleValue:</div>
<div class="dynsection">

<p><center><img src="classBmpSampleValue.png" usemap="#BmpSampleValue_map" border="0" alt=""></center>
<map name="BmpSampleValue_map">
<area href="classSampleValue.html" alt="SampleValue" shape="rect" coords="79,0,227,24">
<area href="classBmpPaletteSampleValue.html" alt="BmpPaletteSampleValue" shape="rect" coords="0,112,148,136">
<area href="classBmpRGBSampleValue.html" alt="BmpRGBSampleValue" shape="rect" coords="158,112,306,136">
</map>
</div>

<p>
<a href="classBmpSampleValue-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 class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBmpSampleValue.html#088339541abf3b4511e71778633b6b12">BmpSampleValue</a> (void)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="common_8h.html#6b8592979b076e06aa233e3f586ac999">UWORD32</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBmpSampleValue.html#591a3a5d7dcc61fde3fd1e37906e1781">calcDistance</a> (const <a class="el" href="classSampleValue.html">SampleValue</a> *s) const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBmpSampleValue.html#8665a4c4db9ac910abf4ec0738cfde68">getRed</a> (void) const =0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBmpSampleValue.html#5d646a4082648a5b63323167553066ab">getGreen</a> (void) const =0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBmpSampleValue.html#0c31d4428158c7c6017935ac03254b26">getBlue</a> (void) const =0</td></tr>

</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="088339541abf3b4511e71778633b6b12"></a><!-- doxytag: member="BmpSampleValue::BmpSampleValue" ref="088339541abf3b4511e71778633b6b12" args="(void)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">BmpSampleValue::BmpSampleValue           </td>
          <td>(</td>
          <td class="paramtype">void&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="591a3a5d7dcc61fde3fd1e37906e1781"></a><!-- doxytag: member="BmpSampleValue::calcDistance" ref="591a3a5d7dcc61fde3fd1e37906e1781" args="(const SampleValue *s) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="common_8h.html#6b8592979b076e06aa233e3f586ac999">UWORD32</a> BmpSampleValue::calcDistance           </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classSampleValue.html">SampleValue</a> *&nbsp;</td>
          <td class="paramname"> <em>s</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
calculate the distance between the sample value s and this sample value <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>s</em>&nbsp;</td><td>a sample value of the same type as this </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the distance </dd></dl>

<p>Implements <a class="el" href="classSampleValue.html#a7e5d9b69203f6f6edf97c79319232dd">SampleValue</a>.</p>

<p>Reimplemented in <a class="el" href="classBmpRGBSampleValue.html#558ea1a6a1cc8fe882daef7b1d75be4b">BmpRGBSampleValue</a>.</p>

</div>
</div><p>
<a class="anchor" name="0c31d4428158c7c6017935ac03254b26"></a><!-- doxytag: member="BmpSampleValue::getBlue" ref="0c31d4428158c7c6017935ac03254b26" args="(void) const =0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual unsigned char BmpSampleValue::getBlue           </td>
          <td>(</td>
          <td class="paramtype">void&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
get the blue color component 
<p>Implemented in <a class="el" href="classBmpPaletteSampleValue.html#514232cea9e9dae4eba836f635987b4c">BmpPaletteSampleValue</a>, and <a class="el" href="classBmpRGBSampleValue.html#3503f564c0a1d56bf91ad2f129f2948c">BmpRGBSampleValue</a>.</p>

</div>
</div><p>
<a class="anchor" name="5d646a4082648a5b63323167553066ab"></a><!-- doxytag: member="BmpSampleValue::getGreen" ref="5d646a4082648a5b63323167553066ab" args="(void) const =0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual unsigned char BmpSampleValue::getGreen           </td>
          <td>(</td>
          <td class="paramtype">void&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
get the green color component 
<p>Implemented in <a class="el" href="classBmpPaletteSampleValue.html#57118ccdeeacf5cdc6a734f05818f6e7">BmpPaletteSampleValue</a>, and <a class="el" href="classBmpRGBSampleValue.html#4a9db68fe15d0b3fa761d3dd7bae900a">BmpRGBSampleValue</a>.</p>

</div>
</div><p>
<a class="anchor" name="8665a4c4db9ac910abf4ec0738cfde68"></a><!-- doxytag: member="BmpSampleValue::getRed" ref="8665a4c4db9ac910abf4ec0738cfde68" args="(void) const =0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual unsigned char BmpSampleValue::getRed           </td>
          <td>(</td>
          <td class="paramtype">void&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
get the red color component 
<p>Implemented in <a class="el" href="classBmpPaletteSampleValue.html#6d6b04295ba5894e021d94a82247c8c9">BmpPaletteSampleValue</a>, and <a class="el" href="classBmpRGBSampleValue.html#0d0b4acb960d7024e8560605260bd488">BmpRGBSampleValue</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="BmpSampleValue_8h_source.html">BmpSampleValue.h</a><li><a class="el" href="BmpSampleValue_8cc.html">BmpSampleValue.cc</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Aug 17 10:58:31 2009 for steghide by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>