Sophie

Sophie

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

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: vtkParametricFunction 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>vtkParametricFunction Class Reference</h1><!-- doxytag: class="vtkParametricFunction" --><!-- doxytag: inherits="vtkObject" --><code>#include &lt;<a class="el" href="a03893.html">vtkParametricFunction.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkParametricFunction:</div>
<div class="dynsection">
<p><center><img src="a12755.png" border="0" usemap="#a12756" alt="Inheritance graph"></center>
<map name="a12756">
<area shape="rect" href="a01160.html" title="Generate Boy&#39;s surface." alt="" coords="533,6,664,32"><area shape="rect" href="a01161.html" title="Generate conic spiral surfaces that resemble sea&#45;shells." alt="" coords="511,56,687,83"><area shape="rect" href="a01162.html" title="Generate a cross&#45;cap." alt="" coords="516,107,681,134"><area shape="rect" href="a01163.html" title="Generate Dini&#39;s surface." alt="" coords="533,158,664,184"><area shape="rect" href="a01164.html" title="Generate an ellipsoid." alt="" coords="520,208,677,235"><area shape="rect" href="a01165.html" title="Generate Enneper&#39;s surface." alt="" coords="520,259,677,286"><area shape="rect" href="a01166.html" title="Generate a figure&#45;8 Klein bottle." alt="" coords="507,310,691,336"><area shape="rect" href="a01169.html" title="Generates a &quot;classical&quot; representation of a Klein bottle." alt="" coords="531,360,667,387"><area shape="rect" href="a01170.html" title="Generate a Mobius strip." alt="" coords="524,411,673,438"><area shape="rect" href="a01171.html" title="Generate a surface covered with randomly placed hills." alt="" coords="507,462,691,488"><area shape="rect" href="a01172.html" title="Generate Steiner&#39;s Roman Surface." alt="" coords="524,512,673,539"><area shape="rect" href="a01173.html" title="parametric function for 1D interpolating splines" alt="" coords="527,563,671,590"><area shape="rect" href="a01174.html" title="Generate a superellipsoid." alt="" coords="501,614,696,640"><area shape="rect" href="a01175.html" title="Generate a supertoroid." alt="" coords="508,664,689,691"><area shape="rect" href="a01176.html" title="Generate a torus." alt="" coords="528,715,669,742"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="165,360,245,387"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="7,360,116,387"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkParametricFunction:</div>
<div class="dynsection">
<p><center><img src="a12757.png" border="0" usemap="#a12758" alt="Collaboration graph"></center>
<map name="a12758">
<area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="87,96,167,123"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="5,5,115,32"><area shape="rect" href="a01719.html" title="record modification and/or execution time" alt="" coords="139,5,248,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="a12759.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
abstract interface for parametric functions 
<p>
<a class="el" href="a01167.html" title="abstract interface for parametric functions">vtkParametricFunction</a> is an abstract interface for functions defined by parametric mapping i.e. f(u,v,w)-&gt;(x,y,z) where u_min &lt;= u &lt; u_max, v_min &lt;= v &lt; v_max, w_min &lt;= w &lt; w_max. (For notational convenience, we will write f(u)-&gt;x and assume that u means (u,v,w) and x means (x,y,z).)<p>
The interface contains the pure virtual function, <a class="el" href="a01167.html#5d13e377b1cff56856b60d10bb66be34">Evaluate()</a>, that generates a point and the derivatives at that point which are then used to construct the surface. A second pure virtual function, <a class="el" href="a01167.html#bb043638834315b6f18eb049ab8fdb9e">EvaluateScalar()</a>, can be used to generate a scalar for the surface. Finally, the <a class="el" href="a01167.html#093975fadf60dc8ce3ea0baac1b2ca34">GetDimension()</a> virtual function is used to differentiate 1D, 2D, and 3D parametric functions. Since this abstract class defines a pure virtual API, its subclasses must implement the pure virtual functions <a class="el" href="a01167.html#093975fadf60dc8ce3ea0baac1b2ca34">GetDimension()</a>, <a class="el" href="a01167.html#5d13e377b1cff56856b60d10bb66be34">Evaluate()</a> and <a class="el" href="a01167.html#bb043638834315b6f18eb049ab8fdb9e">EvaluateScalar()</a>.<p>
This class has also methods for defining a range of parametric values (u,v,w).<p>
<dl class="user" compact><dt><b>Thanks:</b></dt><dd>Andrew Maclean <a href="mailto:a.maclean@cas.edu.au">a.maclean@cas.edu.au</a> for creating and contributing the class.</dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="a01168.html" title="tessellate parametric functions">vtkParametricFunctionSource</a> - tessellates a parametric function<p>
Implementations of derived classes implementing non-orentable surfaces: <a class="el" href="a01160.html" title="Generate Boy&#39;s surface.">vtkParametricBoy</a> <a class="el" href="a01162.html" title="Generate a cross-cap.">vtkParametricCrossCap</a> <a class="el" href="a01166.html" title="Generate a figure-8 Klein bottle.">vtkParametricFigure8Klein</a> <a class="el" href="a01169.html" title="Generates a &quot;classical&quot; representation of a Klein bottle.">vtkParametricKlein</a> <a class="el" href="a01170.html" title="Generate a Mobius strip.">vtkParametricMobius</a> <a class="el" href="a01172.html" title="Generate Steiner&#39;s Roman Surface.">vtkParametricRoman</a><p>
Implementations of derived classes implementing orientable surfaces: <a class="el" href="a01161.html" title="Generate conic spiral surfaces that resemble sea-shells.">vtkParametricConicSpiral</a> <a class="el" href="a01163.html" title="Generate Dini&#39;s surface.">vtkParametricDini</a> <a class="el" href="a01164.html" title="Generate an ellipsoid.">vtkParametricEllipsoid</a> <a class="el" href="a01165.html" title="Generate Enneper&#39;s surface.">vtkParametricEnneper</a> <a class="el" href="a01171.html" title="Generate a surface covered with randomly placed hills.">vtkParametricRandomHills</a> <a class="el" href="a01174.html" title="Generate a superellipsoid.">vtkParametricSuperEllipsoid</a> <a class="el" href="a01175.html" title="Generate a supertoroid.">vtkParametricSuperToroid</a> <a class="el" href="a01176.html" title="Generate a torus.">vtkParametricTorus</a> </dd></dl>

<p>Definition at line <a class="el" href="a03893.html#l00060">60</a> of file <a class="el" href="a03893.html">vtkParametricFunction.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="a01084.html">vtkObject</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01167.html#d7fca5ab1b9a89bf42a5250f37723ccc">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="a01167.html#2e2ec66b0449ae8aa8fe951b719e0b5d">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="a01167.html#d36b92de64d02926faad0ed48448f401">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="a01167.html#df5f1a91e154220007690f2a4c1e3969">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 int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01167.html#093975fadf60dc8ce3ea0baac1b2ca34">GetDimension</a> ()=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01167.html#5d13e377b1cff56856b60d10bb66be34">Evaluate</a> (double uvw[3], double Pt[3], double Duvw[9])=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01167.html#bb043638834315b6f18eb049ab8fdb9e">EvaluateScalar</a> (double uvw[3], double Pt[3], double Duvw[9])=0</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="a01167.html#c63be5c9727cdaa071d25c4bbbbf44fc">SetMinimumU</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="a01167.html#1da66c5f50b3f30bff6cd5f9f2dc4bd0">GetMinimumU</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="a01167.html#dbd288e5aec505758fd7e1b4db67abc2">SetMaximumU</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="a01167.html#985c3eee0b8ebe95310e4edb55a731aa">GetMaximumU</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="a01167.html#01775a69d35340a5febee5feafe64e86">SetMinimumV</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="a01167.html#a9df794800dc27dc35d472be5bc2b95f">GetMinimumV</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="a01167.html#8dc9f7d7f0edac76cdcdc29c8ff5be43">SetMaximumV</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="a01167.html#ddeaf6b72727b27ccadfa4037c7a5454">GetMaximumV</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="a01167.html#f6861bf2448481909024e9b9f26fc795">SetMinimumW</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="a01167.html#468167c6a0f3af9d2122d30fb50c8a1d">GetMinimumW</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="a01167.html#3aad94a37aabfea0864840591782dd29">SetMaximumW</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="a01167.html#8c2d04ad10e4c671d7ddd1063f1bf3de">GetMaximumW</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="a01167.html#28e03d8f90d746079cf63057a8e83c1e">SetJoinU</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="a01167.html#397233c1931c51cfd971aa07139367d8">GetJoinU</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="a01167.html#701a04398092714d789c07752c15d060">JoinUOn</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="a01167.html#2fceb569b944b527d04107100818aa60">JoinUOff</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="a01167.html#b329755f88c5f920c8c5f77945d3d936">SetJoinV</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="a01167.html#bf5cd80dd0a2bbcdaa01cf0ca4afe942">GetJoinV</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="a01167.html#707179fd2087f503fc3e491af9b4759f">JoinVOn</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="a01167.html#6c0ab1bb1fb440c38d00cde58db415e1">JoinVOff</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="a01167.html#69ea8ef832be923aed2c244e61e6bda2">SetTwistU</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="a01167.html#32c0073685783076f314955e4798afa7">GetTwistU</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="a01167.html#00f4720e705981b29b1149fdc6bf84ef">TwistUOn</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="a01167.html#3987bc9d46c0153a2da748bfbb431a94">TwistUOff</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="a01167.html#e805f50b1ac9997ad5115b288309287a">SetTwistV</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="a01167.html#0721c3e3bdff9c751f013d22450954af">GetTwistV</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="a01167.html#25c857ccf1eb277ad56be35b75e17a0d">TwistVOn</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="a01167.html#b8bcaba6b263ccf3cc8bd8b6808e503a">TwistVOff</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="a01167.html#e851605f5301a5bda52e9b1bc593a703">SetClockwiseOrdering</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="a01167.html#79b60a6954003ed09511ada82eeb9dea">GetClockwiseOrdering</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="a01167.html#a419dbef742d20fe6084567229d8b2a4">ClockwiseOrderingOn</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="a01167.html#8205cdf3876bf38ae636677f775da2be">ClockwiseOrderingOff</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="a01167.html#ffe12a8c9dbed053bfa70ec834306220">SetDerivativesAvailable</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="a01167.html#2fe3772e704ec05b38c7ffbe4cdd2806">GetDerivativesAvailable</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="a01167.html#08b71556efd95f2f3bb1846bd7074723">DerivativesAvailableOn</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="a01167.html#77295ee039b740cb8e5752f123b48785">DerivativesAvailableOff</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="a01167.html#34ffcb5ba42bc0507abaecc4981b999b">IsTypeOf</a> (const char *type)</td></tr>

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

<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01167.html#ce0643bea8527e86a9d8c64332288cf8">vtkParametricFunction</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01167.html#73981be961d88c0b6db9b32f04f6d77a">~vtkParametricFunction</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="a01167.html#9462d297a40052c4b30a3992820bfc06">MinimumU</a></td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01167.html#3d6b350ae401f6bbffc0a4ad44f8deec">MinimumV</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01167.html#04e1fd448b5d38d1801d4efb8c529c36">MaximumV</a></td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01167.html#481474002b97fff4f34bf2f124a11441">MaximumW</a></td></tr>

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

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01167.html#118b3ba9885c4cbb8264e0e8c3e2417e">JoinW</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01167.html#0aae22364faf1bebdaf676048409a936">TwistU</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01167.html#0d99b48fe4e2e4672534dfa314e77354">TwistV</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01167.html#6d4499b553070482846f3443270dd176">TwistW</a></td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01167.html#3b17fea44a0fa63e4f2b0b696f8f8735">DerivativesAvailable</a></td></tr>

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

<p>

<p>Reimplemented from <a class="el" href="a01084.html#11429dee69f4b562e03e07b453dae9b5">vtkObject</a>.</p>

<p>Reimplemented in <a class="el" href="a01160.html#8c14768809490ec0761052d044b10d77">vtkParametricBoy</a>, <a class="el" href="a01161.html#2528e8bb6336c777cbf40b178a839398">vtkParametricConicSpiral</a>, <a class="el" href="a01162.html#bc42e72da4dca9a954d3a786a7b30704">vtkParametricCrossCap</a>, <a class="el" href="a01163.html#717981e49aa9f32807b48424d4f07be7">vtkParametricDini</a>, <a class="el" href="a01164.html#019b96a0c0e1e9208473c138b576b32c">vtkParametricEllipsoid</a>, <a class="el" href="a01165.html#d2252e42bbd8ca9bdb08274d228c9f32">vtkParametricEnneper</a>, <a class="el" href="a01166.html#97741c1652c3aa7d789ae77024163b51">vtkParametricFigure8Klein</a>, <a class="el" href="a01169.html#b176fb0b6e9c3f72dbdac6f32e606e3f">vtkParametricKlein</a>, <a class="el" href="a01170.html#3d0b8bf4992676fa73afe56477c7fcd6">vtkParametricMobius</a>, <a class="el" href="a01171.html#292fce3779b48a07be06318ab6b00400">vtkParametricRandomHills</a>, <a class="el" href="a01172.html#a329d2cb155340a60702f32c4cbc6908">vtkParametricRoman</a>, <a class="el" href="a01174.html#a530841a7cf2ce56287f7b5ad41fe11a">vtkParametricSuperEllipsoid</a>, <a class="el" href="a01175.html#3573928f9e73fef7a160d9b119c02df7">vtkParametricSuperToroid</a>, <a class="el" href="a01176.html#5b4bf0bdaa59f2c3e354dfe67072f2ca">vtkParametricTorus</a>, and <a class="el" href="a01173.html#67725ec1d931d256722d34ea6c90c664">vtkParametricSpline</a>.</p>

<p>Definition at line <a class="el" href="a03893.html#l00063">63</a> of file <a class="el" href="a03893.html">vtkParametricFunction.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="ce0643bea8527e86a9d8c64332288cf8"></a><!-- doxytag: member="vtkParametricFunction::vtkParametricFunction" ref="ce0643bea8527e86a9d8c64332288cf8" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkParametricFunction::vtkParametricFunction           </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="73981be961d88c0b6db9b32f04f6d77a"></a><!-- doxytag: member="vtkParametricFunction::~vtkParametricFunction" ref="73981be961d88c0b6db9b32f04f6d77a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual vtkParametricFunction::~vtkParametricFunction           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="2e2ec66b0449ae8aa8fe951b719e0b5d"></a><!-- doxytag: member="vtkParametricFunction::GetClassName" ref="2e2ec66b0449ae8aa8fe951b719e0b5d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkParametricFunction::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="a01084.html#d95975c85c2896ea32ff4cf1f8de0886">vtkObject</a>.</p>

<p>Reimplemented in <a class="el" href="a01160.html#41da967713591147f0151c520e48475b">vtkParametricBoy</a>, <a class="el" href="a01161.html#0cc7f2e4c595a2462330a9bdb25dede9">vtkParametricConicSpiral</a>, <a class="el" href="a01162.html#f99d2359eba8531d763c2bf150541937">vtkParametricCrossCap</a>, <a class="el" href="a01163.html#978f9662321298fed90ee08806aedccb">vtkParametricDini</a>, <a class="el" href="a01164.html#34ed73663a58fa377d1f0fda5b309b81">vtkParametricEllipsoid</a>, <a class="el" href="a01165.html#fc671ae6e6ec0c8444505396fbcd5a00">vtkParametricEnneper</a>, <a class="el" href="a01166.html#c339e596ce1c0d1903b274e7e10f4da3">vtkParametricFigure8Klein</a>, <a class="el" href="a01169.html#8108ca5bb7a9f8f43159c9c817164529">vtkParametricKlein</a>, <a class="el" href="a01170.html#8b88575ad47b8c38aee3539833f79709">vtkParametricMobius</a>, <a class="el" href="a01171.html#b0be15b76d80a1251bf5a7f7f8a9d83e">vtkParametricRandomHills</a>, <a class="el" href="a01172.html#c478d0d29dab0289338f82f35a436edf">vtkParametricRoman</a>, <a class="el" href="a01174.html#f6475242bfbb3fa011ff650e2c9cb7ff">vtkParametricSuperEllipsoid</a>, <a class="el" href="a01175.html#b6c713cda7b2fa89d48cde05dbdfe532">vtkParametricSuperToroid</a>, <a class="el" href="a01176.html#be6f3d1f8c6cfe5f0cf07b05e9c8fffa">vtkParametricTorus</a>, and <a class="el" href="a01173.html#25cbf456ee7d6047cba63964651f3fe8">vtkParametricSpline</a>.</p>

</div>
</div><p>
<a class="anchor" name="34ffcb5ba42bc0507abaecc4981b999b"></a><!-- doxytag: member="vtkParametricFunction::IsTypeOf" ref="34ffcb5ba42bc0507abaecc4981b999b" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkParametricFunction::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="a01084.html#e9548a248bce0f02f73bbcccd0a9489e">vtkObject</a>.</p>

<p>Reimplemented in <a class="el" href="a01160.html#2fb5f1d296f49dd309d7f9557216afbb">vtkParametricBoy</a>, <a class="el" href="a01161.html#fc5dcb8dd956cc5e57388910bf0866f2">vtkParametricConicSpiral</a>, <a class="el" href="a01162.html#0eee4b45eaa6eee544b95ee4e30842a1">vtkParametricCrossCap</a>, <a class="el" href="a01163.html#85ca8a348585a466678d09982e52f654">vtkParametricDini</a>, <a class="el" href="a01164.html#79812c6e1deb07462a7e56a59a5258c6">vtkParametricEllipsoid</a>, <a class="el" href="a01165.html#ebd5208d920fd06595f3be0e2867cc0a">vtkParametricEnneper</a>, <a class="el" href="a01166.html#577f66d1383d9bdb9126a5c153a669fd">vtkParametricFigure8Klein</a>, <a class="el" href="a01169.html#8c5e05f5e56e20bd0ce10b8ee64b9a3d">vtkParametricKlein</a>, <a class="el" href="a01170.html#dbbacb990f0686d2ea0f75f58f411062">vtkParametricMobius</a>, <a class="el" href="a01171.html#ec3b24a1bf07c2e4e284eeeae29f4c8e">vtkParametricRandomHills</a>, <a class="el" href="a01172.html#d5cbb75c498dbb90d79c3241245c877b">vtkParametricRoman</a>, <a class="el" href="a01174.html#5ee2eef973df12ef728fea45910b57a8">vtkParametricSuperEllipsoid</a>, <a class="el" href="a01175.html#f8c12135c19cedbb767240fc18b5ef37">vtkParametricSuperToroid</a>, <a class="el" href="a01176.html#0d26a01679085f35caeee8c762f45bef">vtkParametricTorus</a>, and <a class="el" href="a01173.html#577edd4b174e342646bd333d90b19ac1">vtkParametricSpline</a>.</p>

</div>
</div><p>
<a class="anchor" name="d36b92de64d02926faad0ed48448f401"></a><!-- doxytag: member="vtkParametricFunction::IsA" ref="d36b92de64d02926faad0ed48448f401" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkParametricFunction::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="a01084.html#831e57b04e46827a7098aa81abadee69">vtkObject</a>.</p>

<p>Reimplemented in <a class="el" href="a01160.html#7be6b03a4e9c6c0f0de60cf91ebb38ef">vtkParametricBoy</a>, <a class="el" href="a01161.html#e0a7aa3293f8ad7842fa322314b6b785">vtkParametricConicSpiral</a>, <a class="el" href="a01162.html#77f045c557fd72d20d95f3f20df8fe39">vtkParametricCrossCap</a>, <a class="el" href="a01163.html#8a4a41af73a9482a5fd98c5cffcc3a6a">vtkParametricDini</a>, <a class="el" href="a01164.html#e335cc9478a9b2de34e25cf46e65f0ab">vtkParametricEllipsoid</a>, <a class="el" href="a01165.html#07514109e73526871d00c3b3eb4dbb23">vtkParametricEnneper</a>, <a class="el" href="a01166.html#0718f78a4c36852bb90cd4808cc979b9">vtkParametricFigure8Klein</a>, <a class="el" href="a01169.html#dce9893a3b8f6d16e2c9ed65aba89755">vtkParametricKlein</a>, <a class="el" href="a01170.html#ee0f6d126d5e14856889f5b1b3846a24">vtkParametricMobius</a>, <a class="el" href="a01171.html#695bebd7755f727e0eb2f12193484fbf">vtkParametricRandomHills</a>, <a class="el" href="a01172.html#4506e53ff6b7b86d9613aacfdcc20e15">vtkParametricRoman</a>, <a class="el" href="a01174.html#5237445c0d80d5531658a692eb618a24">vtkParametricSuperEllipsoid</a>, <a class="el" href="a01175.html#55da10b673617c188c4864597d3138fd">vtkParametricSuperToroid</a>, <a class="el" href="a01176.html#090c66fb683ce2ead7b5781580e78faa">vtkParametricTorus</a>, and <a class="el" href="a01173.html#7e42ffe1675ed62027c738f88a4324ba">vtkParametricSpline</a>.</p>

</div>
</div><p>
<a class="anchor" name="ee93e763930b887d9cbb325fb5fff997"></a><!-- doxytag: member="vtkParametricFunction::SafeDownCast" ref="ee93e763930b887d9cbb325fb5fff997" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01167.html">vtkParametricFunction</a>* vtkParametricFunction::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="a01084.html#bb9351f076544c427ee91229dce83abe">vtkObject</a>.</p>

<p>Reimplemented in <a class="el" href="a01160.html#20b7c978b497f577c903de8708b359a4">vtkParametricBoy</a>, <a class="el" href="a01161.html#b655224a0e659768059c3e59d1e1c918">vtkParametricConicSpiral</a>, <a class="el" href="a01162.html#771b925d8fe6f0d66b8229efdd2e95a7">vtkParametricCrossCap</a>, <a class="el" href="a01163.html#e78c59141729a27fdcdcd6d8c1204214">vtkParametricDini</a>, <a class="el" href="a01164.html#5fbc8c4eec17c5de6ba0014ee78be465">vtkParametricEllipsoid</a>, <a class="el" href="a01165.html#734b43b2418ba783ba04a8e7ed5e6c02">vtkParametricEnneper</a>, <a class="el" href="a01166.html#dc86d82b7ce3a630281a8367679761f0">vtkParametricFigure8Klein</a>, <a class="el" href="a01169.html#fa55c743b888e0c66203c2a1100495ba">vtkParametricKlein</a>, <a class="el" href="a01170.html#542689d57832d84c035e4fe143f63ed2">vtkParametricMobius</a>, <a class="el" href="a01171.html#0efeac69ea193e23913c45a059d9fbd9">vtkParametricRandomHills</a>, <a class="el" href="a01172.html#80e877783b20d4a8af46d17cc0a660fa">vtkParametricRoman</a>, <a class="el" href="a01174.html#afcf60bd7ca13af42f57ea96dcb47a2b">vtkParametricSuperEllipsoid</a>, <a class="el" href="a01175.html#2c3a06ae0813a7b5db5989b6bda52183">vtkParametricSuperToroid</a>, <a class="el" href="a01176.html#965fcdb354ab1b397409c5ef937e664a">vtkParametricTorus</a>, and <a class="el" href="a01173.html#437e3262aa3b7487b8bf56eb84d64f36">vtkParametricSpline</a>.</p>

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

<p>Reimplemented in <a class="el" href="a01160.html#a9459c3e53974c8902daf62103a7ed66">vtkParametricBoy</a>, <a class="el" href="a01161.html#9f06d02e8e1ce6fccd3c458c4b365822">vtkParametricConicSpiral</a>, <a class="el" href="a01162.html#8424ce0b34130ee72e3ddd29b7f0f67d">vtkParametricCrossCap</a>, <a class="el" href="a01163.html#a881190a20343cbfddbed4e230eaa8b3">vtkParametricDini</a>, <a class="el" href="a01164.html#c4a14f952717e27075fb675f669075b6">vtkParametricEllipsoid</a>, <a class="el" href="a01165.html#f040ba02b905a81ece531e2fd746593b">vtkParametricEnneper</a>, <a class="el" href="a01166.html#917480b3d19c12ed8ea8ca5a46c5c2dc">vtkParametricFigure8Klein</a>, <a class="el" href="a01169.html#e0f3a7bd9b089fb5ad53c4b90d668b14">vtkParametricKlein</a>, <a class="el" href="a01170.html#cf285c56c31fc80bc6b1de9545656de1">vtkParametricMobius</a>, <a class="el" href="a01171.html#2f4c49561182db250e81b756b832047b">vtkParametricRandomHills</a>, <a class="el" href="a01172.html#834a13d93210abe21542e70ccd328277">vtkParametricRoman</a>, <a class="el" href="a01174.html#4c695433d6e8c8284c73dadfacde2acb">vtkParametricSuperEllipsoid</a>, <a class="el" href="a01175.html#73e0911e6232e4459854d093b16ef33f">vtkParametricSuperToroid</a>, <a class="el" href="a01176.html#f58f9ca84f6982a0704b051fd13bad19">vtkParametricTorus</a>, and <a class="el" href="a01173.html#806410c720e4318d7dbd4668680df20b">vtkParametricSpline</a>.</p>

</div>
</div><p>
<a class="anchor" name="093975fadf60dc8ce3ea0baac1b2ca34"></a><!-- doxytag: member="vtkParametricFunction::GetDimension" ref="093975fadf60dc8ce3ea0baac1b2ca34" args="()=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkParametricFunction::GetDimension           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return the dimension of parametric space. Depending on the dimension, then the (u,v,w) parameters and associated information (e.g., derivates) have meaning. For example, if the dimension of the function is one, then u[0] and Duvw[0...2] have meaning. This is a pure virtual function that must be instantiated in a derived class. 
<p>Implemented in <a class="el" href="a01160.html#665b3b7812b8fb003249fb3f218a3b16">vtkParametricBoy</a>, <a class="el" href="a01161.html#a61b666c02feb73749a1e336581bd3cb">vtkParametricConicSpiral</a>, <a class="el" href="a01162.html#a77eebed387f597b65d770472508e1a7">vtkParametricCrossCap</a>, <a class="el" href="a01163.html#09a4a40058041482568f2e9232c440b1">vtkParametricDini</a>, <a class="el" href="a01164.html#5b914b08d50697b95b01a69309b33f70">vtkParametricEllipsoid</a>, <a class="el" href="a01165.html#a4f80724f4905ff3c40739c7fe400320">vtkParametricEnneper</a>, <a class="el" href="a01166.html#d39ca7e76cd32d4f0dd52f2be6d267a8">vtkParametricFigure8Klein</a>, <a class="el" href="a01169.html#422e142152007fd45add796808266163">vtkParametricKlein</a>, <a class="el" href="a01170.html#17a3762909007dc7040b6cf5b6215697">vtkParametricMobius</a>, <a class="el" href="a01171.html#40ba2c6d9d0f4bcbb60bdaf50dd2a1e2">vtkParametricRandomHills</a>, <a class="el" href="a01172.html#0ac484cc06acb4625f769203f2905eee">vtkParametricRoman</a>, <a class="el" href="a01174.html#5258fc69f5b4e52ba88f07ae22c05083">vtkParametricSuperEllipsoid</a>, <a class="el" href="a01175.html#625fa9e8b58744f8db3544bedddddb60">vtkParametricSuperToroid</a>, <a class="el" href="a01176.html#7416432da6e72959ed66867ed4d199d3">vtkParametricTorus</a>, and <a class="el" href="a01173.html#01df589b98ccd6cd25312e564fa588f4">vtkParametricSpline</a>.</p>

</div>
</div><p>
<a class="anchor" name="5d13e377b1cff56856b60d10bb66be34"></a><!-- doxytag: member="vtkParametricFunction::Evaluate" ref="5d13e377b1cff56856b60d10bb66be34" args="(double uvw[3], double Pt[3], double Duvw[9])=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::Evaluate           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>uvw</em>[3], </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>Pt</em>[3], </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>Duvw</em>[9]</td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Performs the mapping $f(uvw)-&gt;(Pt,Duvw)$f. This is a pure virtual function that must be instantiated in a derived class. uvw are the parameters, with u corresponding to uvw[0], v to uvw[1] and w to uvw[2] respectively. Pt is the returned Cartesian point, Duvw are the derivatives of this point with respect to u, v and w. Note that the first three values in Duvw are Du, the next three are Dv, and the final three are Dw. Du Dv Dw are the partial derivatives of the function at the point Pt with respect to u, v and w respectively. 
<p>Implemented in <a class="el" href="a01160.html#1a1eb537696c98214c6f38ef71010628">vtkParametricBoy</a>, <a class="el" href="a01161.html#29d5e359e96678e391e9f0cddd594bb8">vtkParametricConicSpiral</a>, <a class="el" href="a01162.html#932cabf22674483abc5ff10bbf98bd21">vtkParametricCrossCap</a>, <a class="el" href="a01163.html#9947f2072a182eab9123e04326ce7752">vtkParametricDini</a>, <a class="el" href="a01164.html#8912aeab9766fe5090128b89585ddc84">vtkParametricEllipsoid</a>, <a class="el" href="a01165.html#eeb3b8c7607ea73672ce0032ce6fe6e0">vtkParametricEnneper</a>, <a class="el" href="a01166.html#70ad8699906e66b17ca3a7ec0bfd9193">vtkParametricFigure8Klein</a>, <a class="el" href="a01169.html#df0167f82e09d3344048e6de5a41b945">vtkParametricKlein</a>, <a class="el" href="a01170.html#4068a673b4ed64f01fc2db3fae0d2baf">vtkParametricMobius</a>, <a class="el" href="a01171.html#e3e68b55709cf910869e48edb5b02f19">vtkParametricRandomHills</a>, <a class="el" href="a01172.html#808c52f2221ae3b080acc27afc14a4ab">vtkParametricRoman</a>, <a class="el" href="a01174.html#5d4bc1831ce09911370024c3d26a6ab4">vtkParametricSuperEllipsoid</a>, <a class="el" href="a01175.html#17b36e8ed1ff8923307c050076b9dadd">vtkParametricSuperToroid</a>, <a class="el" href="a01176.html#c490ea87d5476724a0d60001170c520d">vtkParametricTorus</a>, and <a class="el" href="a01173.html#9264f0058d9dea6a87331b57733b4a61">vtkParametricSpline</a>.</p>

</div>
</div><p>
<a class="anchor" name="bb043638834315b6f18eb049ab8fdb9e"></a><!-- doxytag: member="vtkParametricFunction::EvaluateScalar" ref="bb043638834315b6f18eb049ab8fdb9e" args="(double uvw[3], double Pt[3], double Duvw[9])=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkParametricFunction::EvaluateScalar           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>uvw</em>[3], </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>Pt</em>[3], </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>Duvw</em>[9]</td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Calculate a user defined scalar using one or all of uvw, Pt, Duvw. This is a pure virtual function that must be instantiated in a derived class. uvw are the parameters with Pt being the the cartesian point, Duvw are the derivatives of this point with respect to u, v, and w. Pt, Duvw are obtained from <a class="el" href="a01167.html#5d13e377b1cff56856b60d10bb66be34">Evaluate()</a>. 
<p>Implemented in <a class="el" href="a01160.html#1dc9716491d255805462f54f2a475ede">vtkParametricBoy</a>, <a class="el" href="a01161.html#0956834e5adcf451248cb7eb21bf0fd8">vtkParametricConicSpiral</a>, <a class="el" href="a01162.html#c7a9294fe90da6438e74be0e0031ecac">vtkParametricCrossCap</a>, <a class="el" href="a01163.html#7fa91df8aa91497e44212a26ed9353ec">vtkParametricDini</a>, <a class="el" href="a01164.html#a085a5e0d1766ddfeb57754954ff6808">vtkParametricEllipsoid</a>, <a class="el" href="a01165.html#a8f0feb1af8663626a213d2786a7d006">vtkParametricEnneper</a>, <a class="el" href="a01166.html#3f0206c85ec380176982f494d51a6497">vtkParametricFigure8Klein</a>, <a class="el" href="a01169.html#07b2c86bc5093e2eeedbea133e4569e0">vtkParametricKlein</a>, <a class="el" href="a01170.html#a51d165c4df1997e4bc668d41f27c495">vtkParametricMobius</a>, <a class="el" href="a01171.html#b55e2473865a3761764c4e5536edaf50">vtkParametricRandomHills</a>, <a class="el" href="a01172.html#b2deb5bd641f095a6a6b03e2d7edd6ca">vtkParametricRoman</a>, <a class="el" href="a01174.html#6e98efad9efd8a73083ae3b42b77818a">vtkParametricSuperEllipsoid</a>, <a class="el" href="a01175.html#ed98fabeab18c1b419825f245a7acb9b">vtkParametricSuperToroid</a>, <a class="el" href="a01176.html#2f65f6f965c04b6c62a01a217e5a6edc">vtkParametricTorus</a>, and <a class="el" href="a01173.html#7b517ec69c1bc73cdf494892f32964ca">vtkParametricSpline</a>.</p>

</div>
</div><p>
<a class="anchor" name="c63be5c9727cdaa071d25c4bbbbf44fc"></a><!-- doxytag: member="vtkParametricFunction::SetMinimumU" ref="c63be5c9727cdaa071d25c4bbbbf44fc" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::SetMinimumU           </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 minimum u-value. 
</div>
</div><p>
<a class="anchor" name="1da66c5f50b3f30bff6cd5f9f2dc4bd0"></a><!-- doxytag: member="vtkParametricFunction::GetMinimumU" ref="1da66c5f50b3f30bff6cd5f9f2dc4bd0" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkParametricFunction::GetMinimumU           </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 minimum u-value. 
</div>
</div><p>
<a class="anchor" name="dbd288e5aec505758fd7e1b4db67abc2"></a><!-- doxytag: member="vtkParametricFunction::SetMaximumU" ref="dbd288e5aec505758fd7e1b4db67abc2" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::SetMaximumU           </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 maximum u-value. 
</div>
</div><p>
<a class="anchor" name="985c3eee0b8ebe95310e4edb55a731aa"></a><!-- doxytag: member="vtkParametricFunction::GetMaximumU" ref="985c3eee0b8ebe95310e4edb55a731aa" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkParametricFunction::GetMaximumU           </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 maximum u-value. 
</div>
</div><p>
<a class="anchor" name="01775a69d35340a5febee5feafe64e86"></a><!-- doxytag: member="vtkParametricFunction::SetMinimumV" ref="01775a69d35340a5febee5feafe64e86" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::SetMinimumV           </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 minimum v-value. 
</div>
</div><p>
<a class="anchor" name="a9df794800dc27dc35d472be5bc2b95f"></a><!-- doxytag: member="vtkParametricFunction::GetMinimumV" ref="a9df794800dc27dc35d472be5bc2b95f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkParametricFunction::GetMinimumV           </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 minimum v-value. 
</div>
</div><p>
<a class="anchor" name="8dc9f7d7f0edac76cdcdc29c8ff5be43"></a><!-- doxytag: member="vtkParametricFunction::SetMaximumV" ref="8dc9f7d7f0edac76cdcdc29c8ff5be43" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::SetMaximumV           </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 maximum v-value. 
</div>
</div><p>
<a class="anchor" name="ddeaf6b72727b27ccadfa4037c7a5454"></a><!-- doxytag: member="vtkParametricFunction::GetMaximumV" ref="ddeaf6b72727b27ccadfa4037c7a5454" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkParametricFunction::GetMaximumV           </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 maximum v-value. 
</div>
</div><p>
<a class="anchor" name="f6861bf2448481909024e9b9f26fc795"></a><!-- doxytag: member="vtkParametricFunction::SetMinimumW" ref="f6861bf2448481909024e9b9f26fc795" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::SetMinimumW           </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 minimum w-value. 
</div>
</div><p>
<a class="anchor" name="468167c6a0f3af9d2122d30fb50c8a1d"></a><!-- doxytag: member="vtkParametricFunction::GetMinimumW" ref="468167c6a0f3af9d2122d30fb50c8a1d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkParametricFunction::GetMinimumW           </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 minimum w-value. 
</div>
</div><p>
<a class="anchor" name="3aad94a37aabfea0864840591782dd29"></a><!-- doxytag: member="vtkParametricFunction::SetMaximumW" ref="3aad94a37aabfea0864840591782dd29" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::SetMaximumW           </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 maximum w-value. 
</div>
</div><p>
<a class="anchor" name="8c2d04ad10e4c671d7ddd1063f1bf3de"></a><!-- doxytag: member="vtkParametricFunction::GetMaximumW" ref="8c2d04ad10e4c671d7ddd1063f1bf3de" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkParametricFunction::GetMaximumW           </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 maximum w-value. 
</div>
</div><p>
<a class="anchor" name="28e03d8f90d746079cf63057a8e83c1e"></a><!-- doxytag: member="vtkParametricFunction::SetJoinU" ref="28e03d8f90d746079cf63057a8e83c1e" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::SetJoinU           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the flag which joins the first triangle strip to the last one. 
</div>
</div><p>
<a class="anchor" name="397233c1931c51cfd971aa07139367d8"></a><!-- doxytag: member="vtkParametricFunction::GetJoinU" ref="397233c1931c51cfd971aa07139367d8" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkParametricFunction::GetJoinU           </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 flag which joins the first triangle strip to the last one. 
</div>
</div><p>
<a class="anchor" name="701a04398092714d789c07752c15d060"></a><!-- doxytag: member="vtkParametricFunction::JoinUOn" ref="701a04398092714d789c07752c15d060" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::JoinUOn           </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 flag which joins the first triangle strip to the last one. 
</div>
</div><p>
<a class="anchor" name="2fceb569b944b527d04107100818aa60"></a><!-- doxytag: member="vtkParametricFunction::JoinUOff" ref="2fceb569b944b527d04107100818aa60" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::JoinUOff           </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 flag which joins the first triangle strip to the last one. 
</div>
</div><p>
<a class="anchor" name="b329755f88c5f920c8c5f77945d3d936"></a><!-- doxytag: member="vtkParametricFunction::SetJoinV" ref="b329755f88c5f920c8c5f77945d3d936" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::SetJoinV           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the flag which joins the the ends of the triangle strips. 
</div>
</div><p>
<a class="anchor" name="bf5cd80dd0a2bbcdaa01cf0ca4afe942"></a><!-- doxytag: member="vtkParametricFunction::GetJoinV" ref="bf5cd80dd0a2bbcdaa01cf0ca4afe942" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkParametricFunction::GetJoinV           </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 flag which joins the the ends of the triangle strips. 
</div>
</div><p>
<a class="anchor" name="707179fd2087f503fc3e491af9b4759f"></a><!-- doxytag: member="vtkParametricFunction::JoinVOn" ref="707179fd2087f503fc3e491af9b4759f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::JoinVOn           </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 flag which joins the the ends of the triangle strips. 
</div>
</div><p>
<a class="anchor" name="6c0ab1bb1fb440c38d00cde58db415e1"></a><!-- doxytag: member="vtkParametricFunction::JoinVOff" ref="6c0ab1bb1fb440c38d00cde58db415e1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::JoinVOff           </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 flag which joins the the ends of the triangle strips. 
</div>
</div><p>
<a class="anchor" name="69ea8ef832be923aed2c244e61e6bda2"></a><!-- doxytag: member="vtkParametricFunction::SetTwistU" ref="69ea8ef832be923aed2c244e61e6bda2" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::SetTwistU           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the flag which joins the first triangle strip to the last one with a twist. JoinU must also be set if this is set. Used when building some non-orientable surfaces. 
</div>
</div><p>
<a class="anchor" name="32c0073685783076f314955e4798afa7"></a><!-- doxytag: member="vtkParametricFunction::GetTwistU" ref="32c0073685783076f314955e4798afa7" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkParametricFunction::GetTwistU           </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 flag which joins the first triangle strip to the last one with a twist. JoinU must also be set if this is set. Used when building some non-orientable surfaces. 
</div>
</div><p>
<a class="anchor" name="00f4720e705981b29b1149fdc6bf84ef"></a><!-- doxytag: member="vtkParametricFunction::TwistUOn" ref="00f4720e705981b29b1149fdc6bf84ef" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::TwistUOn           </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 flag which joins the first triangle strip to the last one with a twist. JoinU must also be set if this is set. Used when building some non-orientable surfaces. 
</div>
</div><p>
<a class="anchor" name="3987bc9d46c0153a2da748bfbb431a94"></a><!-- doxytag: member="vtkParametricFunction::TwistUOff" ref="3987bc9d46c0153a2da748bfbb431a94" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::TwistUOff           </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 flag which joins the first triangle strip to the last one with a twist. JoinU must also be set if this is set. Used when building some non-orientable surfaces. 
</div>
</div><p>
<a class="anchor" name="e805f50b1ac9997ad5115b288309287a"></a><!-- doxytag: member="vtkParametricFunction::SetTwistV" ref="e805f50b1ac9997ad5115b288309287a" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::SetTwistV           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the flag which joins the ends of the triangle strips with a twist. JoinV must also be set if this is set. Used when building some non-orientable surfaces. 
</div>
</div><p>
<a class="anchor" name="0721c3e3bdff9c751f013d22450954af"></a><!-- doxytag: member="vtkParametricFunction::GetTwistV" ref="0721c3e3bdff9c751f013d22450954af" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkParametricFunction::GetTwistV           </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 flag which joins the ends of the triangle strips with a twist. JoinV must also be set if this is set. Used when building some non-orientable surfaces. 
</div>
</div><p>
<a class="anchor" name="25c857ccf1eb277ad56be35b75e17a0d"></a><!-- doxytag: member="vtkParametricFunction::TwistVOn" ref="25c857ccf1eb277ad56be35b75e17a0d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::TwistVOn           </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 flag which joins the ends of the triangle strips with a twist. JoinV must also be set if this is set. Used when building some non-orientable surfaces. 
</div>
</div><p>
<a class="anchor" name="b8bcaba6b263ccf3cc8bd8b6808e503a"></a><!-- doxytag: member="vtkParametricFunction::TwistVOff" ref="b8bcaba6b263ccf3cc8bd8b6808e503a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::TwistVOff           </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 flag which joins the ends of the triangle strips with a twist. JoinV must also be set if this is set. Used when building some non-orientable surfaces. 
</div>
</div><p>
<a class="anchor" name="e851605f5301a5bda52e9b1bc593a703"></a><!-- doxytag: member="vtkParametricFunction::SetClockwiseOrdering" ref="e851605f5301a5bda52e9b1bc593a703" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::SetClockwiseOrdering           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the flag which determines the ordering of the the vertices forming the triangle strips. The ordering of the points being inserted into the triangle strip is important because it determines the direction of the normals for the lighting. If set, the ordering is clockwise, otherwise the ordering is anti-clockwise. Default is true (i.e. clockwise ordering). 
</div>
</div><p>
<a class="anchor" name="79b60a6954003ed09511ada82eeb9dea"></a><!-- doxytag: member="vtkParametricFunction::GetClockwiseOrdering" ref="79b60a6954003ed09511ada82eeb9dea" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkParametricFunction::GetClockwiseOrdering           </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 flag which determines the ordering of the the vertices forming the triangle strips. The ordering of the points being inserted into the triangle strip is important because it determines the direction of the normals for the lighting. If set, the ordering is clockwise, otherwise the ordering is anti-clockwise. Default is true (i.e. clockwise ordering). 
</div>
</div><p>
<a class="anchor" name="a419dbef742d20fe6084567229d8b2a4"></a><!-- doxytag: member="vtkParametricFunction::ClockwiseOrderingOn" ref="a419dbef742d20fe6084567229d8b2a4" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::ClockwiseOrderingOn           </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 flag which determines the ordering of the the vertices forming the triangle strips. The ordering of the points being inserted into the triangle strip is important because it determines the direction of the normals for the lighting. If set, the ordering is clockwise, otherwise the ordering is anti-clockwise. Default is true (i.e. clockwise ordering). 
</div>
</div><p>
<a class="anchor" name="8205cdf3876bf38ae636677f775da2be"></a><!-- doxytag: member="vtkParametricFunction::ClockwiseOrderingOff" ref="8205cdf3876bf38ae636677f775da2be" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::ClockwiseOrderingOff           </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 flag which determines the ordering of the the vertices forming the triangle strips. The ordering of the points being inserted into the triangle strip is important because it determines the direction of the normals for the lighting. If set, the ordering is clockwise, otherwise the ordering is anti-clockwise. Default is true (i.e. clockwise ordering). 
</div>
</div><p>
<a class="anchor" name="ffe12a8c9dbed053bfa70ec834306220"></a><!-- doxytag: member="vtkParametricFunction::SetDerivativesAvailable" ref="ffe12a8c9dbed053bfa70ec834306220" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::SetDerivativesAvailable           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the flag which determines whether derivatives are available from the parametric function (i.e., whether the <a class="el" href="a01167.html#5d13e377b1cff56856b60d10bb66be34">Evaluate()</a> method returns valid derivatives). 
</div>
</div><p>
<a class="anchor" name="2fe3772e704ec05b38c7ffbe4cdd2806"></a><!-- doxytag: member="vtkParametricFunction::GetDerivativesAvailable" ref="2fe3772e704ec05b38c7ffbe4cdd2806" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkParametricFunction::GetDerivativesAvailable           </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 flag which determines whether derivatives are available from the parametric function (i.e., whether the <a class="el" href="a01167.html#5d13e377b1cff56856b60d10bb66be34">Evaluate()</a> method returns valid derivatives). 
</div>
</div><p>
<a class="anchor" name="08b71556efd95f2f3bb1846bd7074723"></a><!-- doxytag: member="vtkParametricFunction::DerivativesAvailableOn" ref="08b71556efd95f2f3bb1846bd7074723" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::DerivativesAvailableOn           </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 flag which determines whether derivatives are available from the parametric function (i.e., whether the <a class="el" href="a01167.html#5d13e377b1cff56856b60d10bb66be34">Evaluate()</a> method returns valid derivatives). 
</div>
</div><p>
<a class="anchor" name="77295ee039b740cb8e5752f123b48785"></a><!-- doxytag: member="vtkParametricFunction::DerivativesAvailableOff" ref="77295ee039b740cb8e5752f123b48785" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkParametricFunction::DerivativesAvailableOff           </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 flag which determines whether derivatives are available from the parametric function (i.e., whether the <a class="el" href="a01167.html#5d13e377b1cff56856b60d10bb66be34">Evaluate()</a> method returns valid derivatives). 
</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="9462d297a40052c4b30a3992820bfc06"></a><!-- doxytag: member="vtkParametricFunction::MinimumU" ref="9462d297a40052c4b30a3992820bfc06" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01167.html#9462d297a40052c4b30a3992820bfc06">vtkParametricFunction::MinimumU</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a03893.html#l00185">185</a> of file <a class="el" href="a03893.html">vtkParametricFunction.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a03893.html#l00186">186</a> of file <a class="el" href="a03893.html">vtkParametricFunction.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a03893.html#l00187">187</a> of file <a class="el" href="a03893.html">vtkParametricFunction.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="04e1fd448b5d38d1801d4efb8c529c36"></a><!-- doxytag: member="vtkParametricFunction::MaximumV" ref="04e1fd448b5d38d1801d4efb8c529c36" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01167.html#04e1fd448b5d38d1801d4efb8c529c36">vtkParametricFunction::MaximumV</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a03893.html#l00188">188</a> of file <a class="el" href="a03893.html">vtkParametricFunction.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a03893.html#l00189">189</a> of file <a class="el" href="a03893.html">vtkParametricFunction.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="481474002b97fff4f34bf2f124a11441"></a><!-- doxytag: member="vtkParametricFunction::MaximumW" ref="481474002b97fff4f34bf2f124a11441" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01167.html#481474002b97fff4f34bf2f124a11441">vtkParametricFunction::MaximumW</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a03893.html#l00190">190</a> of file <a class="el" href="a03893.html">vtkParametricFunction.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a03893.html#l00192">192</a> of file <a class="el" href="a03893.html">vtkParametricFunction.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a03893.html#l00193">193</a> of file <a class="el" href="a03893.html">vtkParametricFunction.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="118b3ba9885c4cbb8264e0e8c3e2417e"></a><!-- doxytag: member="vtkParametricFunction::JoinW" ref="118b3ba9885c4cbb8264e0e8c3e2417e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01167.html#118b3ba9885c4cbb8264e0e8c3e2417e">vtkParametricFunction::JoinW</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a03893.html#l00194">194</a> of file <a class="el" href="a03893.html">vtkParametricFunction.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="0aae22364faf1bebdaf676048409a936"></a><!-- doxytag: member="vtkParametricFunction::TwistU" ref="0aae22364faf1bebdaf676048409a936" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01167.html#0aae22364faf1bebdaf676048409a936">vtkParametricFunction::TwistU</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a03893.html#l00196">196</a> of file <a class="el" href="a03893.html">vtkParametricFunction.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="0d99b48fe4e2e4672534dfa314e77354"></a><!-- doxytag: member="vtkParametricFunction::TwistV" ref="0d99b48fe4e2e4672534dfa314e77354" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01167.html#0d99b48fe4e2e4672534dfa314e77354">vtkParametricFunction::TwistV</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a03893.html#l00197">197</a> of file <a class="el" href="a03893.html">vtkParametricFunction.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="6d4499b553070482846f3443270dd176"></a><!-- doxytag: member="vtkParametricFunction::TwistW" ref="6d4499b553070482846f3443270dd176" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01167.html#6d4499b553070482846f3443270dd176">vtkParametricFunction::TwistW</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a03893.html#l00198">198</a> of file <a class="el" href="a03893.html">vtkParametricFunction.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a03893.html#l00200">200</a> of file <a class="el" href="a03893.html">vtkParametricFunction.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="3b17fea44a0fa63e4f2b0b696f8f8735"></a><!-- doxytag: member="vtkParametricFunction::DerivativesAvailable" ref="3b17fea44a0fa63e4f2b0b696f8f8735" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01167.html#3b17fea44a0fa63e4f2b0b696f8f8735">vtkParametricFunction::DerivativesAvailable</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a03893.html#l00202">202</a> of file <a class="el" href="a03893.html">vtkParametricFunction.h</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li>dox/Common/<a class="el" href="a03893.html">vtkParametricFunction.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 19:22:34 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>