Sophie

Sophie

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

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: vtkEllipticalButtonSource 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>vtkEllipticalButtonSource Class Reference</h1><!-- doxytag: class="vtkEllipticalButtonSource" --><!-- doxytag: inherits="vtkButtonSource" --><code>#include &lt;<a class="el" href="a04311.html">vtkEllipticalButtonSource.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkEllipticalButtonSource:</div>
<div class="dynsection">
<p><center><img src="a09433.png" border="0" usemap="#a09434" alt="Inheritance graph"></center>
<map name="a09434">
<area shape="rect" href="a00220.html" title="abstract class for creating various button types" alt="" coords="31,304,153,331"><area shape="rect" href="a01261.html" title="Superclass for algorithms that produce only polydata as output." alt="" coords="15,230,169,256"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="43,155,141,182"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="52,80,132,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="37,6,147,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkEllipticalButtonSource:</div>
<div class="dynsection">
<p><center><img src="a09435.png" border="0" usemap="#a09436" alt="Collaboration graph"></center>
<map name="a09436">
<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="a09437.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
create a ellipsoidal-shaped button 
<p>
<a class="el" href="a00457.html" title="create a ellipsoidal-shaped button">vtkEllipticalButtonSource</a> creates a ellipsoidal 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 the major and minor axes lengths of an ellipsoid (expressed as width (x), height (y) and depth (z)). The button has a rectangular mesh region in the center with texture coordinates that range smoothly from (0,1). (This flat region is called the texture region.) The outer, curved portion of the button (called the shoulder) has texture coordinates set to a user specified value (by default (0,0). (This results in coloring the button curve the same color as the (s,t) location of the texture map.) The resolution in the radial direction, the texture region, and the shoulder region must also be set. The button can be moved by specifying an origin.<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="a01459.html" title="create a rectangular button">vtkRectangularButtonSource</a></dd></dl>
<dl class="user" compact><dt><b>Tests:</b></dt><dd><a class="el" href="c2_vtk_t_5.html#c2_vtk_t_vtkEllipticalButtonSource">vtkEllipticalButtonSource (Tests)</a> </dd></dl>

<p>Definition at line <a class="el" href="a04311.html#l00051">51</a> of file <a class="el" href="a04311.html">vtkEllipticalButtonSource.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="a00457.html#bbde22c44fb60f581f31b56dc223b8e6">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="a00457.html#34fa16e46692b664ab55752d247bfafe">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="a00457.html#9ca7defbde3af90b3cf2cb7b616de49a">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="a00457.html#91cb08a5cdda0398834d68cee3386804">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="a00457.html#bd3d748fa70655f08eac76e167dec1ce">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="a00457.html#33ab4f94aa10536a40443278c31b67cc">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="a00457.html#a4a4880a8ed475f8e938adc0c663b6b5">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="a00457.html#a060d463fc748a7561e789eb40b9d023">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="a00457.html#f1383f3b7c4077545341e57ba254e286">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="a00457.html#82a6dcb7bdb48947f34f989a10fc6b26">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="a00457.html#10ddb50a9e2dba01ccdeb18949883362">SetCircumferentialResolution</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="a00457.html#cae44be36192a64f77e790088b00d6d3">GetCircumferentialResolution</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="a00457.html#b5e006dba5b26458327959195752af43">SetTextureResolution</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="a00457.html#c4b6f4b2224270af12135463a8d9218f">GetTextureResolution</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="a00457.html#bf947ac5d2092758e8b0d312068d7b02">SetShoulderResolution</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="a00457.html#ced16f099dc4c13e11ff78c54a9b387f">GetShoulderResolution</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="a00457.html#a034fa7f004d4aefbf374bb1ae6de43d">SetRadialRatio</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="a00457.html#bd9a018b34ea323bb4e53e73d0567924">GetRadialRatio</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="a00457.html#5fb4c7f1bc542bee1020537e74bba791">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a00457.html">vtkEllipticalButtonSource</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00457.html#2872c51aaffffcc619156eb169f08157">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="a00457.html">vtkEllipticalButtonSource</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00457.html#f96c4cf59927e338f25cbc061c7c74ee">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="a00457.html#9d20aef693b457d3dfa32d22031619c6">vtkEllipticalButtonSource</a> ()</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00457.html#8fd2cad8d91fa78aade2fd3019426a58">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="a00457.html#9f68c8e25b77438e738cfd420e5551f8">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="a00457.html#4497a4a0a9d6ff81a010db0b494153ce">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="a00457.html#0fe63e9a1e14a50ad18e435e430b4510">Depth</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00457.html#908e8d50b6ca82d2aae27c9ce886dde9">CircumferentialResolution</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00457.html#2d306d764aa2cea40ea69d6c640a20d7">TextureResolution</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00457.html#5039661bb9b254e3839f6243ffffe539">ShoulderResolution</a></td></tr>

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

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="bbde22c44fb60f581f31b56dc223b8e6"></a><!-- doxytag: member="vtkEllipticalButtonSource::Superclass" ref="bbde22c44fb60f581f31b56dc223b8e6" 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">vtkEllipticalButtonSource::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="a04311.html#l00055">55</a> of file <a class="el" href="a04311.html">vtkEllipticalButtonSource.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="9d20aef693b457d3dfa32d22031619c6"></a><!-- doxytag: member="vtkEllipticalButtonSource::vtkEllipticalButtonSource" ref="9d20aef693b457d3dfa32d22031619c6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkEllipticalButtonSource::vtkEllipticalButtonSource           </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="1ec598f7a47b8c91083dea5ea22cb436"></a><!-- doxytag: member="vtkEllipticalButtonSource::~vtkEllipticalButtonSource" ref="1ec598f7a47b8c91083dea5ea22cb436" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkEllipticalButtonSource::~vtkEllipticalButtonSource           </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="a04311.html#l00113">113</a> of file <a class="el" href="a04311.html">vtkEllipticalButtonSource.h</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="34fa16e46692b664ab55752d247bfafe"></a><!-- doxytag: member="vtkEllipticalButtonSource::PrintSelf" ref="34fa16e46692b664ab55752d247bfafe" args="(ostream &amp;os, vtkIndent indent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkEllipticalButtonSource::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="9ca7defbde3af90b3cf2cb7b616de49a"></a><!-- doxytag: member="vtkEllipticalButtonSource::GetClassName" ref="9ca7defbde3af90b3cf2cb7b616de49a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkEllipticalButtonSource::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="5fb4c7f1bc542bee1020537e74bba791"></a><!-- doxytag: member="vtkEllipticalButtonSource::IsTypeOf" ref="5fb4c7f1bc542bee1020537e74bba791" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkEllipticalButtonSource::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="91cb08a5cdda0398834d68cee3386804"></a><!-- doxytag: member="vtkEllipticalButtonSource::IsA" ref="91cb08a5cdda0398834d68cee3386804" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkEllipticalButtonSource::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="2872c51aaffffcc619156eb169f08157"></a><!-- doxytag: member="vtkEllipticalButtonSource::SafeDownCast" ref="2872c51aaffffcc619156eb169f08157" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a00457.html">vtkEllipticalButtonSource</a>* vtkEllipticalButtonSource::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="f96c4cf59927e338f25cbc061c7c74ee"></a><!-- doxytag: member="vtkEllipticalButtonSource::New" ref="f96c4cf59927e338f25cbc061c7c74ee" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a00457.html">vtkEllipticalButtonSource</a>* vtkEllipticalButtonSource::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="bd3d748fa70655f08eac76e167dec1ce"></a><!-- doxytag: member="vtkEllipticalButtonSource::SetWidth" ref="bd3d748fa70655f08eac76e167dec1ce" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkEllipticalButtonSource::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 (the x-ellipsoid axis length * 2). 
</div>
</div><p>
<a class="anchor" name="33ab4f94aa10536a40443278c31b67cc"></a><!-- doxytag: member="vtkEllipticalButtonSource::GetWidth" ref="33ab4f94aa10536a40443278c31b67cc" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkEllipticalButtonSource::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 (the x-ellipsoid axis length * 2). 
</div>
</div><p>
<a class="anchor" name="a4a4880a8ed475f8e938adc0c663b6b5"></a><!-- doxytag: member="vtkEllipticalButtonSource::SetHeight" ref="a4a4880a8ed475f8e938adc0c663b6b5" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkEllipticalButtonSource::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 (the y-ellipsoid axis length * 2). 
</div>
</div><p>
<a class="anchor" name="a060d463fc748a7561e789eb40b9d023"></a><!-- doxytag: member="vtkEllipticalButtonSource::GetHeight" ref="a060d463fc748a7561e789eb40b9d023" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkEllipticalButtonSource::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 (the y-ellipsoid axis length * 2). 
</div>
</div><p>
<a class="anchor" name="f1383f3b7c4077545341e57ba254e286"></a><!-- doxytag: member="vtkEllipticalButtonSource::SetDepth" ref="f1383f3b7c4077545341e57ba254e286" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkEllipticalButtonSource::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="82a6dcb7bdb48947f34f989a10fc6b26"></a><!-- doxytag: member="vtkEllipticalButtonSource::GetDepth" ref="82a6dcb7bdb48947f34f989a10fc6b26" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkEllipticalButtonSource::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="10ddb50a9e2dba01ccdeb18949883362"></a><!-- doxytag: member="vtkEllipticalButtonSource::SetCircumferentialResolution" ref="10ddb50a9e2dba01ccdeb18949883362" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkEllipticalButtonSource::SetCircumferentialResolution           </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>
Specify the resolution of the button in the circumferential direction. 
</div>
</div><p>
<a class="anchor" name="cae44be36192a64f77e790088b00d6d3"></a><!-- doxytag: member="vtkEllipticalButtonSource::GetCircumferentialResolution" ref="cae44be36192a64f77e790088b00d6d3" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkEllipticalButtonSource::GetCircumferentialResolution           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the resolution of the button in the circumferential direction. 
</div>
</div><p>
<a class="anchor" name="b5e006dba5b26458327959195752af43"></a><!-- doxytag: member="vtkEllipticalButtonSource::SetTextureResolution" ref="b5e006dba5b26458327959195752af43" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkEllipticalButtonSource::SetTextureResolution           </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>
Specify the resolution of the texture in the radial direction in the texture region. 
</div>
</div><p>
<a class="anchor" name="c4b6f4b2224270af12135463a8d9218f"></a><!-- doxytag: member="vtkEllipticalButtonSource::GetTextureResolution" ref="c4b6f4b2224270af12135463a8d9218f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkEllipticalButtonSource::GetTextureResolution           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the resolution of the texture in the radial direction in the texture region. 
</div>
</div><p>
<a class="anchor" name="bf947ac5d2092758e8b0d312068d7b02"></a><!-- doxytag: member="vtkEllipticalButtonSource::SetShoulderResolution" ref="bf947ac5d2092758e8b0d312068d7b02" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkEllipticalButtonSource::SetShoulderResolution           </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>
Specify the resolution of the texture in the radial direction in the shoulder region. 
</div>
</div><p>
<a class="anchor" name="ced16f099dc4c13e11ff78c54a9b387f"></a><!-- doxytag: member="vtkEllipticalButtonSource::GetShoulderResolution" ref="ced16f099dc4c13e11ff78c54a9b387f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkEllipticalButtonSource::GetShoulderResolution           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the resolution of the texture in the radial direction in the shoulder region. 
</div>
</div><p>
<a class="anchor" name="a034fa7f004d4aefbf374bb1ae6de43d"></a><!-- doxytag: member="vtkEllipticalButtonSource::SetRadialRatio" ref="a034fa7f004d4aefbf374bb1ae6de43d" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkEllipticalButtonSource::SetRadialRatio           </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 radial ratio. This is the measure of the radius of the outer ellipsoid to the inner ellipsoid of the button. The outer ellipsoid is the boundary of the button defined by the height and width. The inner ellipsoid circumscribes the texture region. Larger RadialRatio's cause the button to be more rounded (and the texture region to be smaller); smaller ratios produce sharply curved shoulders with a larger texture region. 
</div>
</div><p>
<a class="anchor" name="bd9a018b34ea323bb4e53e73d0567924"></a><!-- doxytag: member="vtkEllipticalButtonSource::GetRadialRatio" ref="bd9a018b34ea323bb4e53e73d0567924" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkEllipticalButtonSource::GetRadialRatio           </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 radial ratio. This is the measure of the radius of the outer ellipsoid to the inner ellipsoid of the button. The outer ellipsoid is the boundary of the button defined by the height and width. The inner ellipsoid circumscribes the texture region. Larger RadialRatio's cause the button to be more rounded (and the texture region to be smaller); smaller ratios produce sharply curved shoulders with a larger texture region. 
</div>
</div><p>
<a class="anchor" name="8fd2cad8d91fa78aade2fd3019426a58"></a><!-- doxytag: member="vtkEllipticalButtonSource::RequestData" ref="8fd2cad8d91fa78aade2fd3019426a58" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkEllipticalButtonSource::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="9f68c8e25b77438e738cfd420e5551f8"></a><!-- doxytag: member="vtkEllipticalButtonSource::Width" ref="9f68c8e25b77438e738cfd420e5551f8" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a00457.html#9f68c8e25b77438e738cfd420e5551f8">vtkEllipticalButtonSource::Width</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

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

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

<p>

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

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

<p>

<p>Definition at line <a class="el" href="a04311.html#l00119">119</a> of file <a class="el" href="a04311.html">vtkEllipticalButtonSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="908e8d50b6ca82d2aae27c9ce886dde9"></a><!-- doxytag: member="vtkEllipticalButtonSource::CircumferentialResolution" ref="908e8d50b6ca82d2aae27c9ce886dde9" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a00457.html#908e8d50b6ca82d2aae27c9ce886dde9">vtkEllipticalButtonSource::CircumferentialResolution</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

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

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

<p>

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

</div>
</div><p>
<a class="anchor" name="5039661bb9b254e3839f6243ffffe539"></a><!-- doxytag: member="vtkEllipticalButtonSource::ShoulderResolution" ref="5039661bb9b254e3839f6243ffffe539" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a00457.html#5039661bb9b254e3839f6243ffffe539">vtkEllipticalButtonSource::ShoulderResolution</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04311.html#l00122">122</a> of file <a class="el" href="a04311.html">vtkEllipticalButtonSource.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04311.html#l00123">123</a> of file <a class="el" href="a04311.html">vtkEllipticalButtonSource.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="a04311.html">vtkEllipticalButtonSource.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 19:01:04 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>