Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 60f1dc962abad0f3b492991a4fbef9be > files > 223

vtk-doc-5.4.2-5mdv2010.0.noarch.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>VTK: vtkButtonSource 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.5.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="classes.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="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
      <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>vtkButtonSource Class Reference</h1><!-- doxytag: class="vtkButtonSource" --><!-- doxytag: inherits="vtkPolyDataAlgorithm" --><code>#include &lt;<a class="el" href="a04269.html">vtkButtonSource.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkButtonSource:</div>
<div class="dynsection">
<p><center><img src="a08355.png" border="0" usemap="#a08356" alt="Inheritance graph"></center>
<map name="a08356">
<area shape="rect" href="a00457.html" title="create a ellipsoidal&#45;shaped button" alt="" coords="5,379,179,406"><area shape="rect" href="a01459.html" title="create a rectangular button" alt="" coords="203,379,400,406"><area shape="rect" href="a01261.html" title="Superclass for algorithms that produce only polydata as output." alt="" coords="119,230,273,256"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="147,155,245,182"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="156,80,236,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="141,6,251,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkButtonSource:</div>
<div class="dynsection">
<p><center><img src="a08357.png" border="0" usemap="#a08358" alt="Collaboration graph"></center>
<map name="a08358">
<area shape="rect" href="a01261.html" title="Superclass for algorithms that produce only polydata as output." alt="" coords="173,499,328,525"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="281,381,380,408"><area shape="rect" href="a00472.html" title="Superclass for all pipeline executives in VTK." alt="" coords="477,499,576,525"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="407,173,487,200"><area shape="rect" href="a00895.html" title="Store zero or more vtkInformation instances." alt="" coords="404,264,553,291"><area shape="rect" href="a00872.html" title="Store vtkAlgorithm input/output information." alt="" coords="212,264,321,291"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="164,5,273,32"><area shape="rect" href="a00884.html" title="internal structure for vtkInformation" alt="" coords="5,173,168,200"><area shape="rect" href="a00886.html" title="Superclass for vtkInformation keys." alt="" coords="153,83,284,109"><area shape="rect" href="a01719.html" title="record modification and/or execution time" alt="" coords="308,83,417,109"><area shape="rect" href="a00891.html" title="Key for pointer to pointer." alt="" coords="192,173,373,200"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="a08359.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
abstract class for creating various button types 
<p>
<a class="el" href="a00220.html" title="abstract class for creating various button types">vtkButtonSource</a> is an abstract class that defines an API for creating "button-like" objects in VTK. A button is a geometry with a rectangular region that can be textured. The button is divided into two regions: the texture region and the shoulder region. The points in both regions are assigned texture coordinates. The texture region has texture coordinates consistent with the image to be placed on it. All points in the shoulder regions are assigned a texture coordinate specified by the user. In this way the shoulder region can be colored by the texture.<p>
Creating a <a class="el" href="a00220.html" title="abstract class for creating various button types">vtkButtonSource</a> requires specifying its center point. (Subclasses have other attributes that must be set to control the shape of the button.) You must also specify how to control the shape of the texture region; i.e., wheter to size the texture region proportional to the texture dimensions or whether to size the texture region proportional to the button. Also, buttons can be created single sided are mirrored to create two-sided buttons.<p>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="a00457.html" title="create a ellipsoidal-shaped button">vtkEllipticalButtonSource</a> <a class="el" href="a01459.html" title="create a rectangular button">vtkRectangularButtonSource</a></dd></dl>
<dl class="warning" compact><dt><b>Warning:</b></dt><dd>The button is defined in the x-y plane. Use <a class="el" href="a01731.html" title="transform points and associated normals and vectors for polygonal dataset">vtkTransformPolyDataFilter</a> or <a class="el" href="a00651.html" title="copy oriented and scaled glyph geometry to every input point">vtkGlyph3D</a> to orient the button in a different direction. </dd></dl>

<p>Definition at line <a class="el" href="a04269.html#l00051">51</a> of file <a class="el" href="a04269.html">vtkButtonSource.h</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="a01261.html">vtkPolyDataAlgorithm</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#b5d8ad0ba6b8fde51a3632b30d6bb662">Superclass</a></td></tr>

<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#aec2032112e80d39aad27a1b570d7aa7">PrintSelf</a> (ostream &amp;os, <a class="el" href="a00869.html">vtkIndent</a> indent)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#f78cae62bdc0e02a9194f5f1a0cc6e5c">GetClassName</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#ddd15c31a0b8a0d1300c9fa1b2690c0a">IsA</a> (const char *type)</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#d10e30fce636741064419208683f5245">SetCenter</a> (double, double, double)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#e0aa44882deaa13cec04f8983babbdb8">SetCenter</a> (double[3])</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#583fd58ee7e62fbe8d427c1023676060">GetCenter</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#05b6ac4fe3d732ba8241f2dfefeb773e">GetCenter</a> (double data[3])</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#66bbb0de147f9767a578a8f9313df61f">SetTextureStyle</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#9e4b8df8ae56a8a5dbe6ead227dc90c1">GetTextureStyle</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#bf37ac3e9eff7b98c44f53a7a615894b">SetTextureStyleToFitImage</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#675ffd1b1e47713dd039ac93696a2b06">SetTextureStyleToProportional</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#d141e228fa3439bb85de27af762da959">SetTextureDimensions</a> (int, int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#e6e722fc28502e5177685581b5ab5426">SetTextureDimensions</a> (int[2])</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#cf7abc7490d8fca06e329277f689e42d">GetTextureDimensions</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#8a9610480c7835494e920ddeb34a3ed1">GetTextureDimensions</a> (int &amp;, int &amp;)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#0a1a6cfdc1cff9f8bda03fb8fdc140cd">GetTextureDimensions</a> (int[2])</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#016a63592e75c5ba0ce5821c5e76cb0e">SetShoulderTextureCoordinate</a> (double, double)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#773ac5374dc62bdaad6de33ee1ca97e0">SetShoulderTextureCoordinate</a> (double[2])</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#b7f87d4d93a361a95277d6d42db2666d">GetShoulderTextureCoordinate</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#e11775b531cb3211bc153adf29d88059">GetShoulderTextureCoordinate</a> (double &amp;, double &amp;)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#ee3c8f8c9a284dd609dca77c4b27acbc">GetShoulderTextureCoordinate</a> (double[2])</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#04b910ebe902decf5410760452a520fc">SetTwoSided</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#3e965d8299bd848f076478c7dd5e8778">GetTwoSided</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#e227190163b608bda3639c860986a960">TwoSidedOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#7520bcf902f6a85661ec58a761220fb5">TwoSidedOff</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#ce132da0bfa3fe5e0343b0aab866617b">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a00220.html">vtkButtonSource</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#17afeb355b56a9f48e0bcfa09de5af40">SafeDownCast</a> (<a class="el" href="a01084.html">vtkObject</a> *o)</td></tr>

<tr><td colspan="2"><br><h2>Protected 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="a00220.html#88dc599894b34eb933827aae93e9aa38">vtkButtonSource</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#c272e29f83445ea592b0b1caf7829162">~vtkButtonSource</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#4c569fb921e2087f18d926d3167f6468">Center</a> [3]</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#eb81e1fbaa6adfb0b070f62c37efb119">ShoulderTextureCoordinate</a> [2]</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#3923c5b82ea72d29ab93f4236a0ef2c8">TextureStyle</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#2d0bb28ea8b8401860cc7646c4a15c7e">TextureDimensions</a> [2]</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00220.html#4a7e2f1010deafb9b35f211dbe1e1029">TwoSided</a></td></tr>

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="b5d8ad0ba6b8fde51a3632b30d6bb662"></a><!-- doxytag: member="vtkButtonSource::Superclass" ref="b5d8ad0ba6b8fde51a3632b30d6bb662" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="a01261.html">vtkPolyDataAlgorithm</a> <a class="el" href="a01261.html">vtkButtonSource::Superclass</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a01261.html#0ef1960e1f3d6980b058ab47b5475b91">vtkPolyDataAlgorithm</a>.</p>

<p>Reimplemented in <a class="el" href="a00457.html#bbde22c44fb60f581f31b56dc223b8e6">vtkEllipticalButtonSource</a>, and <a class="el" href="a01459.html#54ca854f59c4a3f479e4fcbdcf98ff20">vtkRectangularButtonSource</a>.</p>

<p>Definition at line <a class="el" href="a04269.html#l00055">55</a> of file <a class="el" href="a04269.html">vtkButtonSource.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="88dc599894b34eb933827aae93e9aa38"></a><!-- doxytag: member="vtkButtonSource::vtkButtonSource" ref="88dc599894b34eb933827aae93e9aa38" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkButtonSource::vtkButtonSource           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="c272e29f83445ea592b0b1caf7829162"></a><!-- doxytag: member="vtkButtonSource::~vtkButtonSource" ref="c272e29f83445ea592b0b1caf7829162" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkButtonSource::~vtkButtonSource           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline, protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04269.html#l00101">101</a> of file <a class="el" href="a04269.html">vtkButtonSource.h</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="aec2032112e80d39aad27a1b570d7aa7"></a><!-- doxytag: member="vtkButtonSource::PrintSelf" ref="aec2032112e80d39aad27a1b570d7aa7" args="(ostream &amp;os, vtkIndent indent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkButtonSource::PrintSelf           </td>
          <td>(</td>
          <td class="paramtype">ostream &amp;&nbsp;</td>
          <td class="paramname"> <em>os</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00869.html">vtkIndent</a>&nbsp;</td>
          <td class="paramname"> <em>indent</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use <a class="el" href="a01085.html#edadf6378465fd81c2592ef64262e2a5">Print()</a> instead) but used in the hierarchical print process to combine the output of several classes. 
<p>Reimplemented from <a class="el" href="a01261.html#e6d59a63261b0c56f8f473984ae0e1b6">vtkPolyDataAlgorithm</a>.</p>

<p>Reimplemented in <a class="el" href="a00457.html#34fa16e46692b664ab55752d247bfafe">vtkEllipticalButtonSource</a>, and <a class="el" href="a01459.html#9f006baad81a95385c002bcee68fe5b5">vtkRectangularButtonSource</a>.</p>

</div>
</div><p>
<a class="anchor" name="f78cae62bdc0e02a9194f5f1a0cc6e5c"></a><!-- doxytag: member="vtkButtonSource::GetClassName" ref="f78cae62bdc0e02a9194f5f1a0cc6e5c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkButtonSource::GetClassName           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a01261.html#117691a3be177e85a0eb7e54b011c9de">vtkPolyDataAlgorithm</a>.</p>

<p>Reimplemented in <a class="el" href="a00457.html#9ca7defbde3af90b3cf2cb7b616de49a">vtkEllipticalButtonSource</a>, and <a class="el" href="a01459.html#494d5563691636aa6860fc3e1c7f0223">vtkRectangularButtonSource</a>.</p>

</div>
</div><p>
<a class="anchor" name="ce132da0bfa3fe5e0343b0aab866617b"></a><!-- doxytag: member="vtkButtonSource::IsTypeOf" ref="ce132da0bfa3fe5e0343b0aab866617b" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkButtonSource::IsTypeOf           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>name</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. 
<p>Reimplemented from <a class="el" href="a01261.html#6e4df93069945e2df17a891c6f4cd557">vtkPolyDataAlgorithm</a>.</p>

<p>Reimplemented in <a class="el" href="a00457.html#5fb4c7f1bc542bee1020537e74bba791">vtkEllipticalButtonSource</a>, and <a class="el" href="a01459.html#57ce856ce92a35e1d496e284f9be1427">vtkRectangularButtonSource</a>.</p>

</div>
</div><p>
<a class="anchor" name="ddd15c31a0b8a0d1300c9fa1b2690c0a"></a><!-- doxytag: member="vtkButtonSource::IsA" ref="ddd15c31a0b8a0d1300c9fa1b2690c0a" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkButtonSource::IsA           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>name</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. 
<p>Reimplemented from <a class="el" href="a01261.html#b0133191c934f596dac2a21fd5a8da20">vtkPolyDataAlgorithm</a>.</p>

<p>Reimplemented in <a class="el" href="a00457.html#91cb08a5cdda0398834d68cee3386804">vtkEllipticalButtonSource</a>, and <a class="el" href="a01459.html#1c4b01e0de0691126349cc4d08c18fa6">vtkRectangularButtonSource</a>.</p>

</div>
</div><p>
<a class="anchor" name="17afeb355b56a9f48e0bcfa09de5af40"></a><!-- doxytag: member="vtkButtonSource::SafeDownCast" ref="17afeb355b56a9f48e0bcfa09de5af40" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a00220.html">vtkButtonSource</a>* vtkButtonSource::SafeDownCast           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a01084.html">vtkObject</a> *&nbsp;</td>
          <td class="paramname"> <em>o</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a01261.html#3a09aba4f394c174457d17e9bc08af04">vtkPolyDataAlgorithm</a>.</p>

<p>Reimplemented in <a class="el" href="a00457.html#2872c51aaffffcc619156eb169f08157">vtkEllipticalButtonSource</a>, and <a class="el" href="a01459.html#47c1ff73d0f0b2f986800e4dd11f0b59">vtkRectangularButtonSource</a>.</p>

</div>
</div><p>
<a class="anchor" name="d10e30fce636741064419208683f5245"></a><!-- doxytag: member="vtkButtonSource::SetCenter" ref="d10e30fce636741064419208683f5245" args="(double, double, double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkButtonSource::SetCenter           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify a point defining the origin (center) of the button. 
</div>
</div><p>
<a class="anchor" name="e0aa44882deaa13cec04f8983babbdb8"></a><!-- doxytag: member="vtkButtonSource::SetCenter" ref="e0aa44882deaa13cec04f8983babbdb8" args="(double[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkButtonSource::SetCenter           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">[3]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify a point defining the origin (center) of the button. 
</div>
</div><p>
<a class="anchor" name="583fd58ee7e62fbe8d427c1023676060"></a><!-- doxytag: member="vtkButtonSource::GetCenter" ref="583fd58ee7e62fbe8d427c1023676060" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double* vtkButtonSource::GetCenter           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify a point defining the origin (center) of the button. 
</div>
</div><p>
<a class="anchor" name="05b6ac4fe3d732ba8241f2dfefeb773e"></a><!-- doxytag: member="vtkButtonSource::GetCenter" ref="05b6ac4fe3d732ba8241f2dfefeb773e" args="(double data[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkButtonSource::GetCenter           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>data</em>[3]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify a point defining the origin (center) of the button. 
</div>
</div><p>
<a class="anchor" name="66bbb0de147f9767a578a8f9313df61f"></a><!-- doxytag: member="vtkButtonSource::SetTextureStyle" ref="66bbb0de147f9767a578a8f9313df61f" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkButtonSource::SetTextureStyle           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the style of the texture region: whether to size it according to the x-y dimensions of the texture, or whether to make the texture region proportional to the width/height of the button. 
</div>
</div><p>
<a class="anchor" name="9e4b8df8ae56a8a5dbe6ead227dc90c1"></a><!-- doxytag: member="vtkButtonSource::GetTextureStyle" ref="9e4b8df8ae56a8a5dbe6ead227dc90c1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkButtonSource::GetTextureStyle           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the style of the texture region: whether to size it according to the x-y dimensions of the texture, or whether to make the texture region proportional to the width/height of the button. 
</div>
</div><p>
<a class="anchor" name="bf37ac3e9eff7b98c44f53a7a615894b"></a><!-- doxytag: member="vtkButtonSource::SetTextureStyleToFitImage" ref="bf37ac3e9eff7b98c44f53a7a615894b" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkButtonSource::SetTextureStyleToFitImage           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the style of the texture region: whether to size it according to the x-y dimensions of the texture, or whether to make the texture region proportional to the width/height of the button. 
<p>Definition at line <a class="el" href="a04269.html#l00070">70</a> of file <a class="el" href="a04269.html">vtkButtonSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="675ffd1b1e47713dd039ac93696a2b06"></a><!-- doxytag: member="vtkButtonSource::SetTextureStyleToProportional" ref="675ffd1b1e47713dd039ac93696a2b06" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkButtonSource::SetTextureStyleToProportional           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the style of the texture region: whether to size it according to the x-y dimensions of the texture, or whether to make the texture region proportional to the width/height of the button. 
<p>Definition at line <a class="el" href="a04269.html#l00072">72</a> of file <a class="el" href="a04269.html">vtkButtonSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="d141e228fa3439bb85de27af762da959"></a><!-- doxytag: member="vtkButtonSource::SetTextureDimensions" ref="d141e228fa3439bb85de27af762da959" args="(int, int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkButtonSource::SetTextureDimensions           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/get the texture dimension. This needs to be set if the texture style is set to fit the image. 
</div>
</div><p>
<a class="anchor" name="e6e722fc28502e5177685581b5ab5426"></a><!-- doxytag: member="vtkButtonSource::SetTextureDimensions" ref="e6e722fc28502e5177685581b5ab5426" args="(int[2])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkButtonSource::SetTextureDimensions           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">[2]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/get the texture dimension. This needs to be set if the texture style is set to fit the image. 
</div>
</div><p>
<a class="anchor" name="cf7abc7490d8fca06e329277f689e42d"></a><!-- doxytag: member="vtkButtonSource::GetTextureDimensions" ref="cf7abc7490d8fca06e329277f689e42d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int* vtkButtonSource::GetTextureDimensions           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/get the texture dimension. This needs to be set if the texture style is set to fit the image. 
</div>
</div><p>
<a class="anchor" name="8a9610480c7835494e920ddeb34a3ed1"></a><!-- doxytag: member="vtkButtonSource::GetTextureDimensions" ref="8a9610480c7835494e920ddeb34a3ed1" args="(int &amp;, int &amp;)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkButtonSource::GetTextureDimensions           </td>
          <td>(</td>
          <td class="paramtype">int &amp;&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int &amp;&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/get the texture dimension. This needs to be set if the texture style is set to fit the image. 
</div>
</div><p>
<a class="anchor" name="0a1a6cfdc1cff9f8bda03fb8fdc140cd"></a><!-- doxytag: member="vtkButtonSource::GetTextureDimensions" ref="0a1a6cfdc1cff9f8bda03fb8fdc140cd" args="(int[2])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkButtonSource::GetTextureDimensions           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">[2]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/get the texture dimension. This needs to be set if the texture style is set to fit the image. 
</div>
</div><p>
<a class="anchor" name="016a63592e75c5ba0ce5821c5e76cb0e"></a><!-- doxytag: member="vtkButtonSource::SetShoulderTextureCoordinate" ref="016a63592e75c5ba0ce5821c5e76cb0e" args="(double, double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkButtonSource::SetShoulderTextureCoordinate           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the default texture coordinate to set the shoulder region to. 
</div>
</div><p>
<a class="anchor" name="773ac5374dc62bdaad6de33ee1ca97e0"></a><!-- doxytag: member="vtkButtonSource::SetShoulderTextureCoordinate" ref="773ac5374dc62bdaad6de33ee1ca97e0" args="(double[2])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkButtonSource::SetShoulderTextureCoordinate           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">[2]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the default texture coordinate to set the shoulder region to. 
</div>
</div><p>
<a class="anchor" name="b7f87d4d93a361a95277d6d42db2666d"></a><!-- doxytag: member="vtkButtonSource::GetShoulderTextureCoordinate" ref="b7f87d4d93a361a95277d6d42db2666d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double* vtkButtonSource::GetShoulderTextureCoordinate           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the default texture coordinate to set the shoulder region to. 
</div>
</div><p>
<a class="anchor" name="e11775b531cb3211bc153adf29d88059"></a><!-- doxytag: member="vtkButtonSource::GetShoulderTextureCoordinate" ref="e11775b531cb3211bc153adf29d88059" args="(double &amp;, double &amp;)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkButtonSource::GetShoulderTextureCoordinate           </td>
          <td>(</td>
          <td class="paramtype">double &amp;&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double &amp;&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the default texture coordinate to set the shoulder region to. 
</div>
</div><p>
<a class="anchor" name="ee3c8f8c9a284dd609dca77c4b27acbc"></a><!-- doxytag: member="vtkButtonSource::GetShoulderTextureCoordinate" ref="ee3c8f8c9a284dd609dca77c4b27acbc" args="(double[2])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkButtonSource::GetShoulderTextureCoordinate           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">[2]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the default texture coordinate to set the shoulder region to. 
</div>
</div><p>
<a class="anchor" name="04b910ebe902decf5410760452a520fc"></a><!-- doxytag: member="vtkButtonSource::SetTwoSided" ref="04b910ebe902decf5410760452a520fc" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkButtonSource::SetTwoSided           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate whether the button is single or double sided. A double sided button can be viewed from two sides...it looks sort of like a "pill." A single-sided button is meant to viewed from a single side; it looks like a "clam-shell." 
</div>
</div><p>
<a class="anchor" name="3e965d8299bd848f076478c7dd5e8778"></a><!-- doxytag: member="vtkButtonSource::GetTwoSided" ref="3e965d8299bd848f076478c7dd5e8778" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkButtonSource::GetTwoSided           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate whether the button is single or double sided. A double sided button can be viewed from two sides...it looks sort of like a "pill." A single-sided button is meant to viewed from a single side; it looks like a "clam-shell." 
</div>
</div><p>
<a class="anchor" name="e227190163b608bda3639c860986a960"></a><!-- doxytag: member="vtkButtonSource::TwoSidedOn" ref="e227190163b608bda3639c860986a960" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkButtonSource::TwoSidedOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate whether the button is single or double sided. A double sided button can be viewed from two sides...it looks sort of like a "pill." A single-sided button is meant to viewed from a single side; it looks like a "clam-shell." 
</div>
</div><p>
<a class="anchor" name="7520bcf902f6a85661ec58a761220fb5"></a><!-- doxytag: member="vtkButtonSource::TwoSidedOff" ref="7520bcf902f6a85661ec58a761220fb5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkButtonSource::TwoSidedOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate whether the button is single or double sided. A double sided button can be viewed from two sides...it looks sort of like a "pill." A single-sided button is meant to viewed from a single side; it looks like a "clam-shell." 
</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="4c569fb921e2087f18d926d3167f6468"></a><!-- doxytag: member="vtkButtonSource::Center" ref="4c569fb921e2087f18d926d3167f6468" args="[3]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a00220.html#4c569fb921e2087f18d926d3167f6468">vtkButtonSource::Center</a>[3]<code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04269.html#l00103">103</a> of file <a class="el" href="a04269.html">vtkButtonSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="eb81e1fbaa6adfb0b070f62c37efb119"></a><!-- doxytag: member="vtkButtonSource::ShoulderTextureCoordinate" ref="eb81e1fbaa6adfb0b070f62c37efb119" args="[2]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a00220.html#eb81e1fbaa6adfb0b070f62c37efb119">vtkButtonSource::ShoulderTextureCoordinate</a>[2]<code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04269.html#l00104">104</a> of file <a class="el" href="a04269.html">vtkButtonSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="3923c5b82ea72d29ab93f4236a0ef2c8"></a><!-- doxytag: member="vtkButtonSource::TextureStyle" ref="3923c5b82ea72d29ab93f4236a0ef2c8" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a00220.html#3923c5b82ea72d29ab93f4236a0ef2c8">vtkButtonSource::TextureStyle</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04269.html#l00105">105</a> of file <a class="el" href="a04269.html">vtkButtonSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="2d0bb28ea8b8401860cc7646c4a15c7e"></a><!-- doxytag: member="vtkButtonSource::TextureDimensions" ref="2d0bb28ea8b8401860cc7646c4a15c7e" args="[2]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a00220.html#2d0bb28ea8b8401860cc7646c4a15c7e">vtkButtonSource::TextureDimensions</a>[2]<code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04269.html#l00106">106</a> of file <a class="el" href="a04269.html">vtkButtonSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="4a7e2f1010deafb9b35f211dbe1e1029"></a><!-- doxytag: member="vtkButtonSource::TwoSided" ref="4a7e2f1010deafb9b35f211dbe1e1029" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a00220.html#4a7e2f1010deafb9b35f211dbe1e1029">vtkButtonSource::TwoSided</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04269.html#l00107">107</a> of file <a class="el" href="a04269.html">vtkButtonSource.h</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li>dox/Graphics/<a class="el" href="a04269.html">vtkButtonSource.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 18:55:29 2009 for VTK by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>