Sophie

Sophie

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

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: vtkRectangularButtonSource 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>vtkRectangularButtonSource Class Reference</h1><!-- doxytag: class="vtkRectangularButtonSource" --><!-- doxytag: inherits="vtkButtonSource" --><code>#include &lt;<a class="el" href="a04427.html">vtkRectangularButtonSource.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkRectangularButtonSource:</div>
<div class="dynsection">
<p><center><img src="a14023.png" border="0" usemap="#a14024" alt="Inheritance graph"></center>
<map name="a14024">
<area shape="rect" href="a00220.html" title="abstract class for creating various button types" alt="" coords="43,304,165,331"><area shape="rect" href="a01261.html" title="Superclass for algorithms that produce only polydata as output." alt="" coords="27,230,181,256"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="55,155,153,182"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="64,80,144,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="49,6,159,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkRectangularButtonSource:</div>
<div class="dynsection">
<p><center><img src="a14025.png" border="0" usemap="#a14026" alt="Collaboration graph"></center>
<map name="a14026">
<area shape="rect" href="a00220.html" title="abstract class for creating various button types" alt="" coords="189,576,312,603"><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="a14027.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
create a rectangular button 
<p>
<a class="el" href="a01459.html" title="create a rectangular button">vtkRectangularButtonSource</a> creates a rectangular shaped button with texture coordinates suitable for application of a texture map. This provides a way to make nice looking 3D buttons. The buttons are represented as <a class="el" href="a01260.html" title="concrete dataset represents vertices, lines, polygons, and triangle strips">vtkPolyData</a> that includes texture coordinates and normals. The button lies in the x-y plane.<p>
To use this class you must define its width, height and length. These measurements are all taken with respect to the shoulder of the button. The shoulder is defined as follows. Imagine a box sitting on the floor. The distance from the floor to the top of the box is the depth; the other directions are the length (x-direction) and height (y-direction). In this particular widget the box can have a smaller bottom than top. The ratio in size between bottom and top is called the box ratio (by default=1.0). The ratio of the texture region to the shoulder region is the texture ratio. And finally the texture region may be out of plane compared to the shoulder. The texture height ratio controls this.<p>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="a00220.html" title="abstract class for creating various button types">vtkButtonSource</a> <a class="el" href="a00457.html" title="create a ellipsoidal-shaped button">vtkEllipticalButtonSource</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>
<dl class="user" compact><dt><b>Tests:</b></dt><dd><a class="el" href="c2_vtk_t_14.html#c2_vtk_t_vtkRectangularButtonSource">vtkRectangularButtonSource (Tests)</a> </dd></dl>

<p>Definition at line <a class="el" href="a04427.html#l00055">55</a> of file <a class="el" href="a04427.html">vtkRectangularButtonSource.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="a00220.html">vtkButtonSource</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01459.html#54ca854f59c4a3f479e4fcbdcf98ff20">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="a01459.html#9f006baad81a95385c002bcee68fe5b5">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="a01459.html#494d5563691636aa6860fc3e1c7f0223">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="a01459.html#1c4b01e0de0691126349cc4d08c18fa6">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="a01459.html#8111b7fa7ac9f6d5225cc004571e0e89">SetWidth</a> (double)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01459.html#99a5c67eb4e96a3aec9936e9f1b985ca">GetWidth</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="a01459.html#52e81d09b5bb1095139ea482dc022f18">SetHeight</a> (double)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01459.html#b32cfb23e3cb632c6e2ff31e2c16ed29">GetHeight</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="a01459.html#25df37ec5b49540e153d6123e453e1fc">SetDepth</a> (double)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01459.html#0bbf5c03ffd644292480120efa0b87cf">GetDepth</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="a01459.html#fd6909f229ca59fdd2d1dd1e58f4e30c">SetBoxRatio</a> (double)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01459.html#54a9dccfd56bad5c702c6386239d39a5">GetBoxRatio</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="a01459.html#a7a06ba76ff4dcf4085c7076a5462eed">SetTextureRatio</a> (double)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01459.html#4e0e07e267e25b7aad2ba88d56b7a49d">GetTextureRatio</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="a01459.html#d382a18ecb697be12c92fcab2bd15ff0">SetTextureHeightRatio</a> (double)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01459.html#6345ebc295e1f02d254449328512eaa8">GetTextureHeightRatio</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="a01459.html#57ce856ce92a35e1d496e284f9be1427">IsTypeOf</a> (const char *type)</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a01459.html">vtkRectangularButtonSource</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01459.html#92ca8aa4dbec533a73d9ff9935558cd9">New</a> ()</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="a01459.html#d9885df639bc582ecd9fc59dc941891f">vtkRectangularButtonSource</a> ()</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01459.html#12f974bbcee4aa7882a3eb29e4e0cac5">RequestData</a> (<a class="el" href="a00872.html">vtkInformation</a> *, <a class="el" href="a00895.html">vtkInformationVector</a> **, <a class="el" href="a00895.html">vtkInformationVector</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="a01459.html#f236ff8800edee7814f10852304ad753">Width</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01459.html#ed99cd1c5f8cfc50f673e6d8634dd813">Height</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01459.html#9504333d6ac9056837dedde747c193be">Depth</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01459.html#6d276445566bf32960023be3e90b0635">BoxRatio</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01459.html#c1a39a72e8328e741500fbef31a81f53">TextureRatio</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01459.html#4640adcb3e76a51b9cac7655b0ab3b76">TextureHeightRatio</a></td></tr>

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

<p>

<p>Reimplemented from <a class="el" href="a00220.html#b5d8ad0ba6b8fde51a3632b30d6bb662">vtkButtonSource</a>.</p>

<p>Definition at line <a class="el" href="a04427.html#l00059">59</a> of file <a class="el" href="a04427.html">vtkRectangularButtonSource.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="d9885df639bc582ecd9fc59dc941891f"></a><!-- doxytag: member="vtkRectangularButtonSource::vtkRectangularButtonSource" ref="d9885df639bc582ecd9fc59dc941891f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkRectangularButtonSource::vtkRectangularButtonSource           </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="a81ccb9f535d213b8c4764ae06a215fb"></a><!-- doxytag: member="vtkRectangularButtonSource::~vtkRectangularButtonSource" ref="a81ccb9f535d213b8c4764ae06a215fb" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkRectangularButtonSource::~vtkRectangularButtonSource           </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="a04427.html#l00112">112</a> of file <a class="el" href="a04427.html">vtkRectangularButtonSource.h</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="9f006baad81a95385c002bcee68fe5b5"></a><!-- doxytag: member="vtkRectangularButtonSource::PrintSelf" ref="9f006baad81a95385c002bcee68fe5b5" args="(ostream &amp;os, vtkIndent indent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRectangularButtonSource::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="a00220.html#aec2032112e80d39aad27a1b570d7aa7">vtkButtonSource</a>.</p>

</div>
</div><p>
<a class="anchor" name="494d5563691636aa6860fc3e1c7f0223"></a><!-- doxytag: member="vtkRectangularButtonSource::GetClassName" ref="494d5563691636aa6860fc3e1c7f0223" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkRectangularButtonSource::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="a00220.html#f78cae62bdc0e02a9194f5f1a0cc6e5c">vtkButtonSource</a>.</p>

</div>
</div><p>
<a class="anchor" name="57ce856ce92a35e1d496e284f9be1427"></a><!-- doxytag: member="vtkRectangularButtonSource::IsTypeOf" ref="57ce856ce92a35e1d496e284f9be1427" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkRectangularButtonSource::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="a00220.html#ce132da0bfa3fe5e0343b0aab866617b">vtkButtonSource</a>.</p>

</div>
</div><p>
<a class="anchor" name="1c4b01e0de0691126349cc4d08c18fa6"></a><!-- doxytag: member="vtkRectangularButtonSource::IsA" ref="1c4b01e0de0691126349cc4d08c18fa6" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRectangularButtonSource::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="a00220.html#ddd15c31a0b8a0d1300c9fa1b2690c0a">vtkButtonSource</a>.</p>

</div>
</div><p>
<a class="anchor" name="47c1ff73d0f0b2f986800e4dd11f0b59"></a><!-- doxytag: member="vtkRectangularButtonSource::SafeDownCast" ref="47c1ff73d0f0b2f986800e4dd11f0b59" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01459.html">vtkRectangularButtonSource</a>* vtkRectangularButtonSource::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="a00220.html#17afeb355b56a9f48e0bcfa09de5af40">vtkButtonSource</a>.</p>

</div>
</div><p>
<a class="anchor" name="92ca8aa4dbec533a73d9ff9935558cd9"></a><!-- doxytag: member="vtkRectangularButtonSource::New" ref="92ca8aa4dbec533a73d9ff9935558cd9" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01459.html">vtkRectangularButtonSource</a>* vtkRectangularButtonSource::New           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Construct a circular button with depth 10% of its height. 
<p>Reimplemented from <a class="el" href="a01261.html#cf785ac526132296ff652c636f713b5e">vtkPolyDataAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="8111b7fa7ac9f6d5225cc004571e0e89"></a><!-- doxytag: member="vtkRectangularButtonSource::SetWidth" ref="8111b7fa7ac9f6d5225cc004571e0e89" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRectangularButtonSource::SetWidth           </td>
          <td>(</td>
          <td class="paramtype">double&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 width of the button. 
</div>
</div><p>
<a class="anchor" name="99a5c67eb4e96a3aec9936e9f1b985ca"></a><!-- doxytag: member="vtkRectangularButtonSource::GetWidth" ref="99a5c67eb4e96a3aec9936e9f1b985ca" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkRectangularButtonSource::GetWidth           </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 width of the button. 
</div>
</div><p>
<a class="anchor" name="52e81d09b5bb1095139ea482dc022f18"></a><!-- doxytag: member="vtkRectangularButtonSource::SetHeight" ref="52e81d09b5bb1095139ea482dc022f18" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRectangularButtonSource::SetHeight           </td>
          <td>(</td>
          <td class="paramtype">double&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 height of the button. 
</div>
</div><p>
<a class="anchor" name="b32cfb23e3cb632c6e2ff31e2c16ed29"></a><!-- doxytag: member="vtkRectangularButtonSource::GetHeight" ref="b32cfb23e3cb632c6e2ff31e2c16ed29" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkRectangularButtonSource::GetHeight           </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 height of the button. 
</div>
</div><p>
<a class="anchor" name="25df37ec5b49540e153d6123e453e1fc"></a><!-- doxytag: member="vtkRectangularButtonSource::SetDepth" ref="25df37ec5b49540e153d6123e453e1fc" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRectangularButtonSource::SetDepth           </td>
          <td>(</td>
          <td class="paramtype">double&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 depth of the button (the z-eliipsoid axis length). 
</div>
</div><p>
<a class="anchor" name="0bbf5c03ffd644292480120efa0b87cf"></a><!-- doxytag: member="vtkRectangularButtonSource::GetDepth" ref="0bbf5c03ffd644292480120efa0b87cf" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkRectangularButtonSource::GetDepth           </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 depth of the button (the z-eliipsoid axis length). 
</div>
</div><p>
<a class="anchor" name="fd6909f229ca59fdd2d1dd1e58f4e30c"></a><!-- doxytag: member="vtkRectangularButtonSource::SetBoxRatio" ref="fd6909f229ca59fdd2d1dd1e58f4e30c" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRectangularButtonSource::SetBoxRatio           </td>
          <td>(</td>
          <td class="paramtype">double&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 ratio of the bottom of the button with the shoulder region. Numbers greater than one produce buttons with a wider bottom than shoulder; ratios less than one produce buttons that have a wider shoulder than bottom. 
</div>
</div><p>
<a class="anchor" name="54a9dccfd56bad5c702c6386239d39a5"></a><!-- doxytag: member="vtkRectangularButtonSource::GetBoxRatio" ref="54a9dccfd56bad5c702c6386239d39a5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkRectangularButtonSource::GetBoxRatio           </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 ratio of the bottom of the button with the shoulder region. Numbers greater than one produce buttons with a wider bottom than shoulder; ratios less than one produce buttons that have a wider shoulder than bottom. 
</div>
</div><p>
<a class="anchor" name="a7a06ba76ff4dcf4085c7076a5462eed"></a><!-- doxytag: member="vtkRectangularButtonSource::SetTextureRatio" ref="a7a06ba76ff4dcf4085c7076a5462eed" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRectangularButtonSource::SetTextureRatio           </td>
          <td>(</td>
          <td class="paramtype">double&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 ratio of the texture region to the shoulder region. This number must be 0&lt;=tr&lt;=1. If the texture style is to fit the image, then satisfying the texture ratio may only be possible in one of the two directions (length or width) depending on the dimensions of the texture. 
</div>
</div><p>
<a class="anchor" name="4e0e07e267e25b7aad2ba88d56b7a49d"></a><!-- doxytag: member="vtkRectangularButtonSource::GetTextureRatio" ref="4e0e07e267e25b7aad2ba88d56b7a49d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkRectangularButtonSource::GetTextureRatio           </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 ratio of the texture region to the shoulder region. This number must be 0&lt;=tr&lt;=1. If the texture style is to fit the image, then satisfying the texture ratio may only be possible in one of the two directions (length or width) depending on the dimensions of the texture. 
</div>
</div><p>
<a class="anchor" name="d382a18ecb697be12c92fcab2bd15ff0"></a><!-- doxytag: member="vtkRectangularButtonSource::SetTextureHeightRatio" ref="d382a18ecb697be12c92fcab2bd15ff0" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRectangularButtonSource::SetTextureHeightRatio           </td>
          <td>(</td>
          <td class="paramtype">double&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 ratio of the height of the texture region to the shoulder height. Values greater than 1.0 yield convex buttons with the texture region raised above the shoulder. Values less than 1.0 yield concave buttons with the texture region below the shoulder. 
</div>
</div><p>
<a class="anchor" name="6345ebc295e1f02d254449328512eaa8"></a><!-- doxytag: member="vtkRectangularButtonSource::GetTextureHeightRatio" ref="6345ebc295e1f02d254449328512eaa8" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkRectangularButtonSource::GetTextureHeightRatio           </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 ratio of the height of the texture region to the shoulder height. Values greater than 1.0 yield convex buttons with the texture region raised above the shoulder. Values less than 1.0 yield concave buttons with the texture region below the shoulder. 
</div>
</div><p>
<a class="anchor" name="12f974bbcee4aa7882a3eb29e4e0cac5"></a><!-- doxytag: member="vtkRectangularButtonSource::RequestData" ref="12f974bbcee4aa7882a3eb29e4e0cac5" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkRectangularButtonSource::RequestData           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00872.html">vtkInformation</a> *&nbsp;</td>
          <td class="paramname"> <em>request</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> **&nbsp;</td>
          <td class="paramname"> <em>inputVector</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> *&nbsp;</td>
          <td class="paramname"> <em>outputVector</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is called by the superclass. This is the method you should override. 
<p>Reimplemented from <a class="el" href="a01261.html#6b5a43ab1f9bbcb368c7dc83e4afe068">vtkPolyDataAlgorithm</a>.</p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="f236ff8800edee7814f10852304ad753"></a><!-- doxytag: member="vtkRectangularButtonSource::Width" ref="f236ff8800edee7814f10852304ad753" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01459.html#f236ff8800edee7814f10852304ad753">vtkRectangularButtonSource::Width</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04427.html#l00116">116</a> of file <a class="el" href="a04427.html">vtkRectangularButtonSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="ed99cd1c5f8cfc50f673e6d8634dd813"></a><!-- doxytag: member="vtkRectangularButtonSource::Height" ref="ed99cd1c5f8cfc50f673e6d8634dd813" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01459.html#ed99cd1c5f8cfc50f673e6d8634dd813">vtkRectangularButtonSource::Height</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04427.html#l00117">117</a> of file <a class="el" href="a04427.html">vtkRectangularButtonSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="9504333d6ac9056837dedde747c193be"></a><!-- doxytag: member="vtkRectangularButtonSource::Depth" ref="9504333d6ac9056837dedde747c193be" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01459.html#9504333d6ac9056837dedde747c193be">vtkRectangularButtonSource::Depth</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04427.html#l00118">118</a> of file <a class="el" href="a04427.html">vtkRectangularButtonSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="6d276445566bf32960023be3e90b0635"></a><!-- doxytag: member="vtkRectangularButtonSource::BoxRatio" ref="6d276445566bf32960023be3e90b0635" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01459.html#6d276445566bf32960023be3e90b0635">vtkRectangularButtonSource::BoxRatio</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04427.html#l00120">120</a> of file <a class="el" href="a04427.html">vtkRectangularButtonSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="c1a39a72e8328e741500fbef31a81f53"></a><!-- doxytag: member="vtkRectangularButtonSource::TextureRatio" ref="c1a39a72e8328e741500fbef31a81f53" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01459.html#c1a39a72e8328e741500fbef31a81f53">vtkRectangularButtonSource::TextureRatio</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04427.html#l00121">121</a> of file <a class="el" href="a04427.html">vtkRectangularButtonSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="4640adcb3e76a51b9cac7655b0ab3b76"></a><!-- doxytag: member="vtkRectangularButtonSource::TextureHeightRatio" ref="4640adcb3e76a51b9cac7655b0ab3b76" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01459.html#4640adcb3e76a51b9cac7655b0ab3b76">vtkRectangularButtonSource::TextureHeightRatio</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04427.html#l00122">122</a> of file <a class="el" href="a04427.html">vtkRectangularButtonSource.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="a04427.html">vtkRectangularButtonSource.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 19:30:28 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>