Sophie

Sophie

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

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: vtkTextureMapToPlane 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>vtkTextureMapToPlane Class Reference</h1><!-- doxytag: class="vtkTextureMapToPlane" --><!-- doxytag: inherits="vtkDataSetAlgorithm" --><code>#include &lt;<a class="el" href="a04481.html">vtkTextureMapToPlane.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkTextureMapToPlane:</div>
<div class="dynsection">
<p><center><img src="a15159.png" border="0" usemap="#a15160" alt="Inheritance graph"></center>
<map name="a15160">
<area shape="rect" href="a00375.html" title="Superclass for algorithms that produce output of the same type as input." alt="" coords="13,229,160,256"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="37,155,136,181"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="47,80,127,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="32,5,141,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkTextureMapToPlane:</div>
<div class="dynsection">
<p><center><img src="a15161.png" border="0" usemap="#a15162" alt="Collaboration graph"></center>
<map name="a15162">
<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="a15163.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
generate texture coordinates by mapping points to plane 
<p>
<a class="el" href="a01699.html" title="generate texture coordinates by mapping points to plane">vtkTextureMapToPlane</a> is a filter that generates 2D texture coordinates by mapping input dataset points onto a plane. The plane can either be user specified or generated automatically. (A least squares method is used to generate the plane automatically.)<p>
There are two ways you can specify the plane. The first is to provide a plane normal. In this case the points are projected to a plane, and the points are then mapped into the user specified s-t coordinate range. For more control, you can specify a plane with three points: an origin and two points defining the two axes of the plane. (This is compatible with the <a class="el" href="a01228.html" title="create an array of quadrilaterals located in a plane">vtkPlaneSource</a>.) Using the second method, the SRange and TRange vectors are ignored, since the presumption is that the user does not want to scale the texture coordinates; and you can adjust the origin and axes points to achieve the texture coordinate scaling you need. Note also that using the three point method the axes do not have to be orthogonal.<p>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="a01228.html" title="create an array of quadrilaterals located in a plane">vtkPlaneSource</a> <a class="el" href="a01698.html" title="generate texture coordinates by mapping points to cylinder">vtkTextureMapToCylinder</a> <a class="el" href="a01700.html" title="generate texture coordinates by mapping points to sphere">vtkTextureMapToSphere</a> <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_vtkTextureMapToPlane">vtkTextureMapToPlane (Tests)</a> </dd></dl>

<p>Definition at line <a class="el" href="a04481.html#l00047">47</a> of file <a class="el" href="a04481.html">vtkTextureMapToPlane.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="a01699.html#42e8a8ddd824e802bb91d8219b1a6345">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="a01699.html#d38d392255f4ef8589ad05da236f0ec3">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="a01699.html#c926ed7bdd3abae3c79cb85dd79a3e51">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="a01699.html#4cb50f57741d988a64460ba7bb6a8929">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="a01699.html#a781f143a8e7d5c1376575284c5b8474">SetOrigin</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="a01699.html#7d0dad124c33493342df5c1231a9f681">SetOrigin</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="a01699.html#d0630f61761bff9bf9fb978afd0a5fc3">GetOrigin</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="a01699.html#70fb45f3ff4e4c95205c638f316a3dc7">GetOrigin</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="a01699.html#6581e0af726ef0b3eab042de7bb6463e">SetPoint1</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="a01699.html#aea8112eec8839e5b77872109e555d66">SetPoint1</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="a01699.html#543c525640a72626e5676c90f812c28d">GetPoint1</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="a01699.html#541473417c7dea0c0e5cf348c0abba48">GetPoint1</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="a01699.html#3ec81357cb18d24c464e1bfe160f3f34">SetPoint2</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="a01699.html#5628d9b3164cba1b4dc997df26e4c123">SetPoint2</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="a01699.html#072b6b33632aafc66101efed9e79747a">GetPoint2</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="a01699.html#79a3aab013c12dc6a969ea27eaeb34c3">GetPoint2</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="a01699.html#06fbdc8418d28eb5092ae8234e78c677">SetNormal</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="a01699.html#69580d256fc4a9a6a59b4380f97199b8">SetNormal</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="a01699.html#11f6db4e111741cf2fbbc73a1d91cc75">GetNormal</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="a01699.html#b15cabcd4b3bb30c835426817199d4af">GetNormal</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="a01699.html#26a5329409b91189f6bfb15dcd0ed15e">SetSRange</a> (double, double)</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01699.html#bd0f7d246cfb05646d5f2079f5287958">GetSRange</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="a01699.html#9297b280ac09dce912f87dd433373c39">GetSRange</a> (double data[2])</td></tr>

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

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01699.html#50b26691db6d8e97a99fcaf2f96f201a">GetTRange</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="a01699.html#ce8b18b01dda91d4557b0db5030d2f25">GetTRange</a> (double data[2])</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01699.html#a3b6d0bd5987f53a2c6c4d93cfc04f58">SetAutomaticPlaneGeneration</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="a01699.html#9f70550287827044226fcf0610c8ab03">GetAutomaticPlaneGeneration</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="a01699.html#c9c456f25c793670a6d392aae17c4692">AutomaticPlaneGenerationOn</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="a01699.html#7d7fef9e5e7ad50100fab87dd029324f">AutomaticPlaneGenerationOff</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="a01699.html#13664dc9b986572152eb31cf7398a226">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a01699.html">vtkTextureMapToPlane</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01699.html#4b29f5f828eeba9d95e2928c7dd57334">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="a01699.html">vtkTextureMapToPlane</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01699.html#4f909499682f84cd2a153618b57a0594">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="a01699.html#e7be685859a8fc68d08de1af5e7077cb">vtkTextureMapToPlane</a> ()</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01699.html#8af1c5d3b72313d3ec7ed0016b8ede78">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 class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01699.html#78ebf0821c78ad7e73afc57b71f13193">ComputeNormal</a> (<a class="el" href="a00374.html">vtkDataSet</a> *output)</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="a01699.html#ae1661710ea31feb2b5065450c391ff0">Origin</a> [3]</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01699.html#1b29d8aec4e858d727fbcb0bc631b6b4">Point1</a> [3]</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01699.html#5d1ba30becf907316c950402cd4db2af">Point2</a> [3]</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01699.html#80d4f11ddaa28a6ed4583eb9b4e1b013">Normal</a> [3]</td></tr>

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

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

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

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="42e8a8ddd824e802bb91d8219b1a6345"></a><!-- doxytag: member="vtkTextureMapToPlane::Superclass" ref="42e8a8ddd824e802bb91d8219b1a6345" 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">vtkTextureMapToPlane::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="a04481.html#l00050">50</a> of file <a class="el" href="a04481.html">vtkTextureMapToPlane.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="e7be685859a8fc68d08de1af5e7077cb"></a><!-- doxytag: member="vtkTextureMapToPlane::vtkTextureMapToPlane" ref="e7be685859a8fc68d08de1af5e7077cb" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkTextureMapToPlane::vtkTextureMapToPlane           </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="04e664c00bd4d2f5e1dc3f823d66315e"></a><!-- doxytag: member="vtkTextureMapToPlane::~vtkTextureMapToPlane" ref="04e664c00bd4d2f5e1dc3f823d66315e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkTextureMapToPlane::~vtkTextureMapToPlane           </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="a04481.html#l00105">105</a> of file <a class="el" href="a04481.html">vtkTextureMapToPlane.h</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="d38d392255f4ef8589ad05da236f0ec3"></a><!-- doxytag: member="vtkTextureMapToPlane::GetClassName" ref="d38d392255f4ef8589ad05da236f0ec3" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkTextureMapToPlane::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="13664dc9b986572152eb31cf7398a226"></a><!-- doxytag: member="vtkTextureMapToPlane::IsTypeOf" ref="13664dc9b986572152eb31cf7398a226" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkTextureMapToPlane::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="c926ed7bdd3abae3c79cb85dd79a3e51"></a><!-- doxytag: member="vtkTextureMapToPlane::IsA" ref="c926ed7bdd3abae3c79cb85dd79a3e51" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkTextureMapToPlane::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="4b29f5f828eeba9d95e2928c7dd57334"></a><!-- doxytag: member="vtkTextureMapToPlane::SafeDownCast" ref="4b29f5f828eeba9d95e2928c7dd57334" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01699.html">vtkTextureMapToPlane</a>* vtkTextureMapToPlane::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="4cb50f57741d988a64460ba7bb6a8929"></a><!-- doxytag: member="vtkTextureMapToPlane::PrintSelf" ref="4cb50f57741d988a64460ba7bb6a8929" args="(ostream &amp;os, vtkIndent indent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkTextureMapToPlane::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="4f909499682f84cd2a153618b57a0594"></a><!-- doxytag: member="vtkTextureMapToPlane::New" ref="4f909499682f84cd2a153618b57a0594" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01699.html">vtkTextureMapToPlane</a>* vtkTextureMapToPlane::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 with s,t range=(0,1) and automatic plane generation turned on. 
<p>Reimplemented from <a class="el" href="a00375.html#366c8a9b4e61249c93fd2f7a492de9cb">vtkDataSetAlgorithm</a>.</p>

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

<p>
Specify a point defining the origin of the plane. Used in conjunction with the Point1 and Point2 ivars to specify a map plane. 
</div>
</div><p>
<a class="anchor" name="7d0dad124c33493342df5c1231a9f681"></a><!-- doxytag: member="vtkTextureMapToPlane::SetOrigin" ref="7d0dad124c33493342df5c1231a9f681" args="(double[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToPlane::SetOrigin           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">[3]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify a point defining the origin of the plane. Used in conjunction with the Point1 and Point2 ivars to specify a map plane. 
</div>
</div><p>
<a class="anchor" name="d0630f61761bff9bf9fb978afd0a5fc3"></a><!-- doxytag: member="vtkTextureMapToPlane::GetOrigin" ref="d0630f61761bff9bf9fb978afd0a5fc3" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double* vtkTextureMapToPlane::GetOrigin           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify a point defining the origin of the plane. Used in conjunction with the Point1 and Point2 ivars to specify a map plane. 
</div>
</div><p>
<a class="anchor" name="70fb45f3ff4e4c95205c638f316a3dc7"></a><!-- doxytag: member="vtkTextureMapToPlane::GetOrigin" ref="70fb45f3ff4e4c95205c638f316a3dc7" args="(double data[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToPlane::GetOrigin           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>data</em>[3]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify a point defining the origin of the plane. Used in conjunction with the Point1 and Point2 ivars to specify a map plane. 
</div>
</div><p>
<a class="anchor" name="6581e0af726ef0b3eab042de7bb6463e"></a><!-- doxytag: member="vtkTextureMapToPlane::SetPoint1" ref="6581e0af726ef0b3eab042de7bb6463e" args="(double, double, double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToPlane::SetPoint1           </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 first axis of the plane. 
</div>
</div><p>
<a class="anchor" name="aea8112eec8839e5b77872109e555d66"></a><!-- doxytag: member="vtkTextureMapToPlane::SetPoint1" ref="aea8112eec8839e5b77872109e555d66" args="(double[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToPlane::SetPoint1           </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 first axis of the plane. 
</div>
</div><p>
<a class="anchor" name="543c525640a72626e5676c90f812c28d"></a><!-- doxytag: member="vtkTextureMapToPlane::GetPoint1" ref="543c525640a72626e5676c90f812c28d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double* vtkTextureMapToPlane::GetPoint1           </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 first axis of the plane. 
</div>
</div><p>
<a class="anchor" name="541473417c7dea0c0e5cf348c0abba48"></a><!-- doxytag: member="vtkTextureMapToPlane::GetPoint1" ref="541473417c7dea0c0e5cf348c0abba48" args="(double data[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToPlane::GetPoint1           </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 first axis of the plane. 
</div>
</div><p>
<a class="anchor" name="3ec81357cb18d24c464e1bfe160f3f34"></a><!-- doxytag: member="vtkTextureMapToPlane::SetPoint2" ref="3ec81357cb18d24c464e1bfe160f3f34" args="(double, double, double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToPlane::SetPoint2           </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 second axis of the plane. 
</div>
</div><p>
<a class="anchor" name="5628d9b3164cba1b4dc997df26e4c123"></a><!-- doxytag: member="vtkTextureMapToPlane::SetPoint2" ref="5628d9b3164cba1b4dc997df26e4c123" args="(double[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToPlane::SetPoint2           </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 second axis of the plane. 
</div>
</div><p>
<a class="anchor" name="072b6b33632aafc66101efed9e79747a"></a><!-- doxytag: member="vtkTextureMapToPlane::GetPoint2" ref="072b6b33632aafc66101efed9e79747a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double* vtkTextureMapToPlane::GetPoint2           </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 second axis of the plane. 
</div>
</div><p>
<a class="anchor" name="79a3aab013c12dc6a969ea27eaeb34c3"></a><!-- doxytag: member="vtkTextureMapToPlane::GetPoint2" ref="79a3aab013c12dc6a969ea27eaeb34c3" args="(double data[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToPlane::GetPoint2           </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 second axis of the plane. 
</div>
</div><p>
<a class="anchor" name="06fbdc8418d28eb5092ae8234e78c677"></a><!-- doxytag: member="vtkTextureMapToPlane::SetNormal" ref="06fbdc8418d28eb5092ae8234e78c677" args="(double, double, double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToPlane::SetNormal           </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 plane normal. An alternative way to specify a map plane. Using this method, the object will scale the resulting texture coordinate between the SRange and TRange specified. 
</div>
</div><p>
<a class="anchor" name="69580d256fc4a9a6a59b4380f97199b8"></a><!-- doxytag: member="vtkTextureMapToPlane::SetNormal" ref="69580d256fc4a9a6a59b4380f97199b8" args="(double[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToPlane::SetNormal           </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 plane normal. An alternative way to specify a map plane. Using this method, the object will scale the resulting texture coordinate between the SRange and TRange specified. 
</div>
</div><p>
<a class="anchor" name="11f6db4e111741cf2fbbc73a1d91cc75"></a><!-- doxytag: member="vtkTextureMapToPlane::GetNormal" ref="11f6db4e111741cf2fbbc73a1d91cc75" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double* vtkTextureMapToPlane::GetNormal           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify plane normal. An alternative way to specify a map plane. Using this method, the object will scale the resulting texture coordinate between the SRange and TRange specified. 
</div>
</div><p>
<a class="anchor" name="b15cabcd4b3bb30c835426817199d4af"></a><!-- doxytag: member="vtkTextureMapToPlane::GetNormal" ref="b15cabcd4b3bb30c835426817199d4af" args="(double data[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToPlane::GetNormal           </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 plane normal. An alternative way to specify a map plane. Using this method, the object will scale the resulting texture coordinate between the SRange and TRange specified. 
</div>
</div><p>
<a class="anchor" name="26a5329409b91189f6bfb15dcd0ed15e"></a><!-- doxytag: member="vtkTextureMapToPlane::SetSRange" ref="26a5329409b91189f6bfb15dcd0ed15e" args="(double, double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToPlane::SetSRange           </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 s-coordinate range for texture s-t coordinate pair. 
</div>
</div><p>
<a class="anchor" name="6c78287df1e89c9cc268577c861bff50"></a><!-- doxytag: member="vtkTextureMapToPlane::SetSRange" ref="6c78287df1e89c9cc268577c861bff50" args="(double[2])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkTextureMapToPlane::SetSRange           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">[2]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify s-coordinate range for texture s-t coordinate pair. 
</div>
</div><p>
<a class="anchor" name="bd0f7d246cfb05646d5f2079f5287958"></a><!-- doxytag: member="vtkTextureMapToPlane::GetSRange" ref="bd0f7d246cfb05646d5f2079f5287958" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double* vtkTextureMapToPlane::GetSRange           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify s-coordinate range for texture s-t coordinate pair. 
</div>
</div><p>
<a class="anchor" name="9297b280ac09dce912f87dd433373c39"></a><!-- doxytag: member="vtkTextureMapToPlane::GetSRange" ref="9297b280ac09dce912f87dd433373c39" args="(double data[2])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToPlane::GetSRange           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>data</em>[2]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify s-coordinate range for texture s-t coordinate pair. 
</div>
</div><p>
<a class="anchor" name="9dc6e908a579bd823ed9a3aa8a657de7"></a><!-- doxytag: member="vtkTextureMapToPlane::SetTRange" ref="9dc6e908a579bd823ed9a3aa8a657de7" args="(double, double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToPlane::SetTRange           </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 t-coordinate range for texture s-t coordinate pair. 
</div>
</div><p>
<a class="anchor" name="9a24df7458f5f0406443a5b5b6442523"></a><!-- doxytag: member="vtkTextureMapToPlane::SetTRange" ref="9a24df7458f5f0406443a5b5b6442523" args="(double[2])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkTextureMapToPlane::SetTRange           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">[2]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify t-coordinate range for texture s-t coordinate pair. 
</div>
</div><p>
<a class="anchor" name="50b26691db6d8e97a99fcaf2f96f201a"></a><!-- doxytag: member="vtkTextureMapToPlane::GetTRange" ref="50b26691db6d8e97a99fcaf2f96f201a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double* vtkTextureMapToPlane::GetTRange           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify t-coordinate range for texture s-t coordinate pair. 
</div>
</div><p>
<a class="anchor" name="ce8b18b01dda91d4557b0db5030d2f25"></a><!-- doxytag: member="vtkTextureMapToPlane::GetTRange" ref="ce8b18b01dda91d4557b0db5030d2f25" args="(double data[2])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToPlane::GetTRange           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>data</em>[2]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify t-coordinate range for texture s-t coordinate pair. 
</div>
</div><p>
<a class="anchor" name="a3b6d0bd5987f53a2c6c4d93cfc04f58"></a><!-- doxytag: member="vtkTextureMapToPlane::SetAutomaticPlaneGeneration" ref="a3b6d0bd5987f53a2c6c4d93cfc04f58" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToPlane::SetAutomaticPlaneGeneration           </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 plane generation. 
</div>
</div><p>
<a class="anchor" name="9f70550287827044226fcf0610c8ab03"></a><!-- doxytag: member="vtkTextureMapToPlane::GetAutomaticPlaneGeneration" ref="9f70550287827044226fcf0610c8ab03" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkTextureMapToPlane::GetAutomaticPlaneGeneration           </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 plane generation. 
</div>
</div><p>
<a class="anchor" name="c9c456f25c793670a6d392aae17c4692"></a><!-- doxytag: member="vtkTextureMapToPlane::AutomaticPlaneGenerationOn" ref="c9c456f25c793670a6d392aae17c4692" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToPlane::AutomaticPlaneGenerationOn           </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 plane generation. 
</div>
</div><p>
<a class="anchor" name="7d7fef9e5e7ad50100fab87dd029324f"></a><!-- doxytag: member="vtkTextureMapToPlane::AutomaticPlaneGenerationOff" ref="7d7fef9e5e7ad50100fab87dd029324f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTextureMapToPlane::AutomaticPlaneGenerationOff           </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 plane generation. 
</div>
</div><p>
<a class="anchor" name="8af1c5d3b72313d3ec7ed0016b8ede78"></a><!-- doxytag: member="vtkTextureMapToPlane::RequestData" ref="8af1c5d3b72313d3ec7ed0016b8ede78" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkTextureMapToPlane::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>
<a class="anchor" name="78ebf0821c78ad7e73afc57b71f13193"></a><!-- doxytag: member="vtkTextureMapToPlane::ComputeNormal" ref="78ebf0821c78ad7e73afc57b71f13193" args="(vtkDataSet *output)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkTextureMapToPlane::ComputeNormal           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00374.html">vtkDataSet</a> *&nbsp;</td>
          <td class="paramname"> <em>output</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

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

<p>

<p>Definition at line <a class="el" href="a04481.html#l00110">110</a> of file <a class="el" href="a04481.html">vtkTextureMapToPlane.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="1b29d8aec4e858d727fbcb0bc631b6b4"></a><!-- doxytag: member="vtkTextureMapToPlane::Point1" ref="1b29d8aec4e858d727fbcb0bc631b6b4" args="[3]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01699.html#1b29d8aec4e858d727fbcb0bc631b6b4">vtkTextureMapToPlane::Point1</a>[3]<code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04481.html#l00111">111</a> of file <a class="el" href="a04481.html">vtkTextureMapToPlane.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="5d1ba30becf907316c950402cd4db2af"></a><!-- doxytag: member="vtkTextureMapToPlane::Point2" ref="5d1ba30becf907316c950402cd4db2af" args="[3]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01699.html#5d1ba30becf907316c950402cd4db2af">vtkTextureMapToPlane::Point2</a>[3]<code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04481.html#l00112">112</a> of file <a class="el" href="a04481.html">vtkTextureMapToPlane.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="80d4f11ddaa28a6ed4583eb9b4e1b013"></a><!-- doxytag: member="vtkTextureMapToPlane::Normal" ref="80d4f11ddaa28a6ed4583eb9b4e1b013" args="[3]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01699.html#80d4f11ddaa28a6ed4583eb9b4e1b013">vtkTextureMapToPlane::Normal</a>[3]<code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04481.html#l00113">113</a> of file <a class="el" href="a04481.html">vtkTextureMapToPlane.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04481.html#l00114">114</a> of file <a class="el" href="a04481.html">vtkTextureMapToPlane.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04481.html#l00115">115</a> of file <a class="el" href="a04481.html">vtkTextureMapToPlane.h</a>.</p>

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

<p>

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