Sophie

Sophie

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

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: vtkTextureMapToSphere 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>vtkTextureMapToSphere Class Reference</h1><!-- doxytag: class="vtkTextureMapToSphere" --><!-- doxytag: inherits="vtkDataSetAlgorithm" --><code>#include &lt;<a class="el" href="a04482.html">vtkTextureMapToSphere.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkTextureMapToSphere:</div>
<div class="dynsection">
<p><center><img src="a15164.png" border="0" usemap="#a15165" alt="Inheritance graph"></center>
<map name="a15165">
<area shape="rect" href="a00375.html" title="Superclass for algorithms that produce output of the same type as input." alt="" coords="17,229,164,256"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="41,155,140,181"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="51,80,131,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="36,5,145,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkTextureMapToSphere:</div>
<div class="dynsection">
<p><center><img src="a15166.png" border="0" usemap="#a15167" alt="Collaboration graph"></center>
<map name="a15167">
<area shape="rect" href="a00375.html" title="Superclass for algorithms that produce output of the same type as input." alt="" coords="177,499,324,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="a15168.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
generate texture coordinates by mapping points to sphere 
<p>
<a class="el" href="a01700.html" title="generate texture coordinates by mapping points to sphere">vtkTextureMapToSphere</a> is a filter that generates 2D texture coordinates by mapping input dataset points onto a sphere. The sphere can either be user specified or generated automatically. (The sphere is generated automatically by computing the center (i.e., averaged coordinates) of the sphere.) Note that the generated texture coordinates range between (0,1). The s-coordinate lies in the angular direction around the z-axis, measured counter-clockwise from the x-axis. The t-coordinate lies in the angular direction measured down from the north pole towards the south pole.<p>
A special ivar controls how the s-coordinate is generated. If PreventSeam is set to true, the s-texture varies from 0-&gt;1 and then 1-&gt;0 (corresponding to angles of 0-&gt;180 and 180-&gt;360).<p>
<dl class="warning" compact><dt><b>Warning:</b></dt><dd>The resulting texture coordinates will lie between (0,1), and the texture coordinates are determined with respect to the modeler's x-y-z coordinate system. Use the class <a class="el" href="a01732.html" title="transform (scale, rotate, translate) texture coordinates">vtkTransformTextureCoords</a> to linearly scale and shift the origin of the texture coordinates (if necessary).</dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="a01699.html" title="generate texture coordinates by mapping points to plane">vtkTextureMapToPlane</a> <a class="el" href="a01698.html" title="generate texture coordinates by mapping points to cylinder">vtkTextureMapToCylinder</a> vtkTransformTexture <a class="el" href="a01710.html" title="compute 1D, 2D, or 3D texture coordinates based on scalar threshold">vtkThresholdTextureCoords</a></dd></dl>
<dl class="user" compact><dt><b>Tests:</b></dt><dd><a class="el" href="c2_vtk_t_16.html#c2_vtk_t_vtkTextureMapToSphere">vtkTextureMapToSphere (Tests)</a> </dd></dl>

<p>Definition at line <a class="el" href="a04482.html#l00051">51</a> of file <a class="el" href="a04482.html">vtkTextureMapToSphere.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="a00375.html">vtkDataSetAlgorithm</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01700.html#c15943bb715c590a26c71ed74f0b4ba0">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">virtual const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01700.html#6998fba98e94b6874c8d6e721afc2fee">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="a01700.html#9ed7d837b766d4bae0d9acb6c6300470">IsA</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01700.html#da2cad25566767dfdef6e1a2e1bf1c8f">PrintSelf</a> (ostream &amp;os, <a class="el" href="a00869.html">vtkIndent</a> indent)</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="a01700.html#0d3416a97cd0898121b6f93f82479e7f">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="a01700.html#9c032d22ffd275748bb37b5f08327efa">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="a01700.html#011e7620c6facb03fefa808aa5e70423">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="a01700.html#24453accb3ab5329e43d7b51091fab3f">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="a01700.html#15b54ff7caba170246ca6343835846a2">SetAutomaticSphereGeneration</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="a01700.html#f0d12d0e6aee5efd1f3fdf32d0dcabe6">GetAutomaticSphereGeneration</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="a01700.html#dfb8c6cd1479a5587fec0700fb2354d2">AutomaticSphereGenerationOn</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="a01700.html#3e1840d16c307c82d154f2982a94aab5">AutomaticSphereGenerationOff</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="a01700.html#41e1d80f63e5c4416f075253c4efa14a">SetPreventSeam</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="a01700.html#9b8426161951c8c91a235e2e827eeef9">GetPreventSeam</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="a01700.html#9f2f59e4020e9a1b1ea1cc439929177c">PreventSeamOn</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="a01700.html#67ef5c0b6a0aee69688695f21721bb84">PreventSeamOff</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="a01700.html#cee6a6876d33ba7be9b1c4881d9e91a0">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a01700.html">vtkTextureMapToSphere</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01700.html#d0a25a18a371ad11d83e4d1a4b7be82b">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="a01700.html">vtkTextureMapToSphere</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01700.html#d354dbc368518ae5913be11b53849626">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="a01700.html#34325aaaab273a5797951c0ef36c71df">vtkTextureMapToSphere</a> ()</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01700.html#a9c2f5ffa60b687a6f5a71d1dc44e993">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="a01700.html#b7b6e04d42dd13dd2028cd02c55033f1">Center</a> [3]</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01700.html#154944c342ffe8a92b07310f6c42fb1f">AutomaticSphereGeneration</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01700.html#c31108c5c44f1a42fd442756b1dad736">PreventSeam</a></td></tr>

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

<p>

<p>Reimplemented from <a class="el" href="a00375.html#5b6a74f37b2c42dea75a05209b3e69bc">vtkDataSetAlgorithm</a>.</p>

<p>Definition at line <a class="el" href="a04482.html#l00054">54</a> of file <a class="el" href="a04482.html">vtkTextureMapToSphere.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="34325aaaab273a5797951c0ef36c71df"></a><!-- doxytag: member="vtkTextureMapToSphere::vtkTextureMapToSphere" ref="34325aaaab273a5797951c0ef36c71df" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkTextureMapToSphere::vtkTextureMapToSphere           </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="5ca8a6de3929352b0144f992a52860e2"></a><!-- doxytag: member="vtkTextureMapToSphere::~vtkTextureMapToSphere" ref="5ca8a6de3929352b0144f992a52860e2" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkTextureMapToSphere::~vtkTextureMapToSphere           </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="a04482.html#l00087">87</a> of file <a class="el" href="a04482.html">vtkTextureMapToSphere.h</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="6998fba98e94b6874c8d6e721afc2fee"></a><!-- doxytag: member="vtkTextureMapToSphere::GetClassName" ref="6998fba98e94b6874c8d6e721afc2fee" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkTextureMapToSphere::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="a00375.html#d0ae046484ba6d268bdb67ad536260c8">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="cee6a6876d33ba7be9b1c4881d9e91a0"></a><!-- doxytag: member="vtkTextureMapToSphere::IsTypeOf" ref="cee6a6876d33ba7be9b1c4881d9e91a0" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkTextureMapToSphere::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="a00375.html#f86c68af773c12e38dad90f2afc7579a">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="9ed7d837b766d4bae0d9acb6c6300470"></a><!-- doxytag: member="vtkTextureMapToSphere::IsA" ref="9ed7d837b766d4bae0d9acb6c6300470" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkTextureMapToSphere::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="a00375.html#420be20e4ddd9cc9184f09eec0f67a32">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="d0a25a18a371ad11d83e4d1a4b7be82b"></a><!-- doxytag: member="vtkTextureMapToSphere::SafeDownCast" ref="d0a25a18a371ad11d83e4d1a4b7be82b" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01700.html">vtkTextureMapToSphere</a>* vtkTextureMapToSphere::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="a00375.html#3ba4f479dbf92dc937f8b6309e16dbea">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="da2cad25566767dfdef6e1a2e1bf1c8f"></a><!-- doxytag: member="vtkTextureMapToSphere::PrintSelf" ref="da2cad25566767dfdef6e1a2e1bf1c8f" args="(ostream &amp;os, vtkIndent indent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkTextureMapToSphere::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="a00375.html#399bf1def01568753e290f9cc45d7985">vtkDataSetAlgorithm</a>.</p>

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

<p>
Create object with Center (0,0,0) and the PreventSeam ivar is set to true. The sphere center is automatically computed. 
<p>Reimplemented from <a class="el" href="a00375.html#366c8a9b4e61249c93fd2f7a492de9cb">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="0d3416a97cd0898121b6f93f82479e7f"></a><!-- doxytag: member="vtkTextureMapToSphere::SetCenter" ref="0d3416a97cd0898121b6f93f82479e7f" args="(double, double, double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToSphere::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 center of the sphere. 
</div>
</div><p>
<a class="anchor" name="9c032d22ffd275748bb37b5f08327efa"></a><!-- doxytag: member="vtkTextureMapToSphere::SetCenter" ref="9c032d22ffd275748bb37b5f08327efa" args="(double[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToSphere::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 center of the sphere. 
</div>
</div><p>
<a class="anchor" name="011e7620c6facb03fefa808aa5e70423"></a><!-- doxytag: member="vtkTextureMapToSphere::GetCenter" ref="011e7620c6facb03fefa808aa5e70423" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double* vtkTextureMapToSphere::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 center of the sphere. 
</div>
</div><p>
<a class="anchor" name="24453accb3ab5329e43d7b51091fab3f"></a><!-- doxytag: member="vtkTextureMapToSphere::GetCenter" ref="24453accb3ab5329e43d7b51091fab3f" args="(double data[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToSphere::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 center of the sphere. 
</div>
</div><p>
<a class="anchor" name="15b54ff7caba170246ca6343835846a2"></a><!-- doxytag: member="vtkTextureMapToSphere::SetAutomaticSphereGeneration" ref="15b54ff7caba170246ca6343835846a2" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToSphere::SetAutomaticSphereGeneration           </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>
Turn on/off automatic sphere generation. This means it automatically finds the sphere center. 
</div>
</div><p>
<a class="anchor" name="f0d12d0e6aee5efd1f3fdf32d0dcabe6"></a><!-- doxytag: member="vtkTextureMapToSphere::GetAutomaticSphereGeneration" ref="f0d12d0e6aee5efd1f3fdf32d0dcabe6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkTextureMapToSphere::GetAutomaticSphereGeneration           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Turn on/off automatic sphere generation. This means it automatically finds the sphere center. 
</div>
</div><p>
<a class="anchor" name="dfb8c6cd1479a5587fec0700fb2354d2"></a><!-- doxytag: member="vtkTextureMapToSphere::AutomaticSphereGenerationOn" ref="dfb8c6cd1479a5587fec0700fb2354d2" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToSphere::AutomaticSphereGenerationOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Turn on/off automatic sphere generation. This means it automatically finds the sphere center. 
</div>
</div><p>
<a class="anchor" name="3e1840d16c307c82d154f2982a94aab5"></a><!-- doxytag: member="vtkTextureMapToSphere::AutomaticSphereGenerationOff" ref="3e1840d16c307c82d154f2982a94aab5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToSphere::AutomaticSphereGenerationOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Turn on/off automatic sphere generation. This means it automatically finds the sphere center. 
</div>
</div><p>
<a class="anchor" name="41e1d80f63e5c4416f075253c4efa14a"></a><!-- doxytag: member="vtkTextureMapToSphere::SetPreventSeam" ref="41e1d80f63e5c4416f075253c4efa14a" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToSphere::SetPreventSeam           </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>
Control how the texture coordinates are generated. If PreventSeam is set, the s-coordinate ranges from 0-&gt;1 and 1-&gt;0 corresponding to the theta angle variation between 0-&gt;180 and 180-&gt;0 degrees. Otherwise, the s-coordinate ranges from 0-&gt;1 between 0-&gt;360 degrees. 
</div>
</div><p>
<a class="anchor" name="9b8426161951c8c91a235e2e827eeef9"></a><!-- doxytag: member="vtkTextureMapToSphere::GetPreventSeam" ref="9b8426161951c8c91a235e2e827eeef9" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkTextureMapToSphere::GetPreventSeam           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the texture coordinates are generated. If PreventSeam is set, the s-coordinate ranges from 0-&gt;1 and 1-&gt;0 corresponding to the theta angle variation between 0-&gt;180 and 180-&gt;0 degrees. Otherwise, the s-coordinate ranges from 0-&gt;1 between 0-&gt;360 degrees. 
</div>
</div><p>
<a class="anchor" name="9f2f59e4020e9a1b1ea1cc439929177c"></a><!-- doxytag: member="vtkTextureMapToSphere::PreventSeamOn" ref="9f2f59e4020e9a1b1ea1cc439929177c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToSphere::PreventSeamOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the texture coordinates are generated. If PreventSeam is set, the s-coordinate ranges from 0-&gt;1 and 1-&gt;0 corresponding to the theta angle variation between 0-&gt;180 and 180-&gt;0 degrees. Otherwise, the s-coordinate ranges from 0-&gt;1 between 0-&gt;360 degrees. 
</div>
</div><p>
<a class="anchor" name="67ef5c0b6a0aee69688695f21721bb84"></a><!-- doxytag: member="vtkTextureMapToSphere::PreventSeamOff" ref="67ef5c0b6a0aee69688695f21721bb84" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToSphere::PreventSeamOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the texture coordinates are generated. If PreventSeam is set, the s-coordinate ranges from 0-&gt;1 and 1-&gt;0 corresponding to the theta angle variation between 0-&gt;180 and 180-&gt;0 degrees. Otherwise, the s-coordinate ranges from 0-&gt;1 between 0-&gt;360 degrees. 
</div>
</div><p>
<a class="anchor" name="a9c2f5ffa60b687a6f5a71d1dc44e993"></a><!-- doxytag: member="vtkTextureMapToSphere::RequestData" ref="a9c2f5ffa60b687a6f5a71d1dc44e993" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkTextureMapToSphere::RequestData           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00872.html">vtkInformation</a> *&nbsp;</td>
          <td class="paramname">, </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">, </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"></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 within ProcessRequest when a request asks the algorithm to do its work. This is the method you should override to do whatever the algorithm is designed to do. This happens during the fourth pass in the pipeline execution process. 
<p>Reimplemented from <a class="el" href="a00375.html#49f7d102eea1f3c58aae7281a1b708cc">vtkDataSetAlgorithm</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04482.html#l00091">91</a> of file <a class="el" href="a04482.html">vtkTextureMapToSphere.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="154944c342ffe8a92b07310f6c42fb1f"></a><!-- doxytag: member="vtkTextureMapToSphere::AutomaticSphereGeneration" ref="154944c342ffe8a92b07310f6c42fb1f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01700.html#154944c342ffe8a92b07310f6c42fb1f">vtkTextureMapToSphere::AutomaticSphereGeneration</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04482.html#l00092">92</a> of file <a class="el" href="a04482.html">vtkTextureMapToSphere.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="c31108c5c44f1a42fd442756b1dad736"></a><!-- doxytag: member="vtkTextureMapToSphere::PreventSeam" ref="c31108c5c44f1a42fd442756b1dad736" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01700.html#c31108c5c44f1a42fd442756b1dad736">vtkTextureMapToSphere::PreventSeam</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04482.html#l00093">93</a> of file <a class="el" href="a04482.html">vtkTextureMapToSphere.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="a04482.html">vtkTextureMapToSphere.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 19:39:40 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>