Sophie

Sophie

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

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: vtkKochanekSpline 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>vtkKochanekSpline Class Reference</h1><!-- doxytag: class="vtkKochanekSpline" --><!-- doxytag: inherits="vtkSpline" --><code>#include &lt;<a class="el" href="a04091.html">vtkKochanekSpline.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkKochanekSpline:</div>
<div class="dynsection">
<p><center><img src="a11699.png" border="0" usemap="#a11700" alt="Inheritance graph"></center>
<map name="a11700">
<area shape="rect" href="a01588.html" title="spline abstract class for interpolating splines" alt="" coords="36,155,113,181"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="35,80,115,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="20,5,129,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkKochanekSpline:</div>
<div class="dynsection">
<p><center><img src="a11701.png" border="0" usemap="#a11702" alt="Collaboration graph"></center>
<map name="a11702">
<area shape="rect" href="a01588.html" title="spline abstract class for interpolating splines" alt="" coords="223,771,300,797"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="565,173,645,200"><area shape="rect" href="a00362.html" title="general representation of visualization data" alt="" coords="619,589,725,616"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="764,381,863,408"><area shape="rect" href="a00472.html" title="Superclass for all pipeline executives in VTK." alt="" coords="763,499,861,525"><area shape="rect" href="a00895.html" title="Store zero or more vtkInformation instances." alt="" coords="811,264,960,291"><area shape="rect" href="a00872.html" title="Store vtkAlgorithm input/output information." alt="" coords="249,264,359,291"><area shape="rect" href="a00538.html" title="represent and manipulate fields of data" alt="" coords="487,499,585,525"><area shape="rect" href="a00081.html" title="Abstract superclass for all arrays." alt="" coords="243,381,365,408"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="284,5,393,32"><area shape="rect" href="a00884.html" title="internal structure for vtkInformation" alt="" coords="223,173,385,200"><area shape="rect" href="a00886.html" title="Superclass for vtkInformation keys." alt="" coords="160,83,291,109"><area shape="rect" href="a01719.html" title="record modification and/or execution time" alt="" coords="1111,83,1220,109"><area shape="rect" href="a01574.html" title="abstract class specifies interface for visualization network source" alt="" coords="768,771,851,797"><area shape="rect" href="a01215.html" title="Defines a 1D piecewise function." alt="" coords="465,680,620,707"><area shape="rect" href="a01306.html" title="abstract class specifies interface for visualization filters" alt="" coords="836,680,964,707"><area shape="rect" href="a00891.html" title="Key for pointer to pointer." alt="" coords="5,173,187,200"><area shape="rect" href="a00540.html" title="vtkFieldData::CopyFieldFlag" alt="" coords="389,381,584,408"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="a11703.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
computes an interpolating spline using a Kochanek basis. 
<p>
Implements the Kochenek interpolating spline described in: Kochanek, D., Bartels, R., "Interpolating Splines with Local Tension, Continuity, and Bias Control," Computer Graphics, vol. 18, no. 3, pp. 33-41, July 1984. These splines give the user more control over the shape of the curve than the cardinal splines implemented in <a class="el" href="a00238.html" title="computes an interpolating spline using a a Cardinal basis.">vtkCardinalSpline</a>. Three parameters can be specified. All have a range from -1 to 1.<p>
Tension controls how sharply the curve bends at an input point. A value of -1 produces more slack in the curve. A value of 1 tightens the curve.<p>
Continuity controls the continuity of the first derivative at input points.<p>
Bias controls the direction of the curve at it passes through an input point. A value of -1 undershoots the point while a value of 1 overshoots the point.<p>
These three parameters give the user broad control over the shape of the interpolating spline. The original Kochanek paper describes the effects nicely and is recommended reading.<p>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="a01588.html" title="spline abstract class for interpolating splines">vtkSpline</a> <a class="el" href="a00238.html" title="computes an interpolating spline using a a Cardinal basis.">vtkCardinalSpline</a></dd></dl>
<dl class="user" compact><dt><b>Tests:</b></dt><dd><a class="el" href="c2_vtk_t_9.html#c2_vtk_t_vtkKochanekSpline">vtkKochanekSpline (Tests)</a> </dd></dl>

<p>Definition at line <a class="el" href="a04091.html#l00052">52</a> of file <a class="el" href="a04091.html">vtkKochanekSpline.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="a01588.html">vtkSpline</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00937.html#269eab7731a333b8cec61cf0d6b866d5">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="a00937.html#b46beb036cfbd800f697a28f6f1531a9">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="a00937.html#340fd33fb96c29ebc403c52faefb3c7c">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="a00937.html#69f01af63ea6478774237ed9069d4606">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">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00937.html#5b7c2a42c4843a0d330bf73b04329187">Compute</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00937.html#b4a8537545ecb9567bacbd614be54eee">Evaluate</a> (double t)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00937.html#8708f90827e973144c9cf59609709dd9">DeepCopy</a> (<a class="el" href="a01588.html">vtkSpline</a> *s)</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="a00937.html#749688798527b7a89c7317ea76f6756b">SetDefaultBias</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="a00937.html#977a437479f871170044c3422674dc91">GetDefaultBias</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="a00937.html#bb7a31e9f42573e6f2371473a04dc801">SetDefaultTension</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="a00937.html#59e8f9984b17254b0b4b1390e8422c8c">GetDefaultTension</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="a00937.html#a80fffd724fd1481bb4d65c283ecaab6">SetDefaultContinuity</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="a00937.html#946e7a37f619f54bad9408ec6063115f">GetDefaultContinuity</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="a00937.html#a9b9be5052c3d8e25e16a3135de1e552">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a00937.html">vtkKochanekSpline</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00937.html#dfcfc8ebe70268070da83dff71ee41b9">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="a00937.html">vtkKochanekSpline</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00937.html#9ecbdc46d6659c96655deca458541641">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="a00937.html#06544a38369ae0937ee324ae9eb41f06">vtkKochanekSpline</a> ()</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00937.html#6f48aaefb9b6d31136074065318ca95d">Fit1D</a> (int n, double *x, double *y, double tension, double bias, double continuity, double coefficients[][4], int leftConstraint, double leftValue, int rightConstraint, double rightValue)</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="a00937.html#55a2ba2579bd757809085e1de55244ba">DefaultBias</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00937.html#57c6e75601d734a338ac44fa84331933">DefaultTension</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00937.html#7d3d34bc809a074dc499385d4b6260d9">DefaultContinuity</a></td></tr>

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="269eab7731a333b8cec61cf0d6b866d5"></a><!-- doxytag: member="vtkKochanekSpline::Superclass" ref="269eab7731a333b8cec61cf0d6b866d5" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="a01588.html">vtkSpline</a> <a class="el" href="a01588.html">vtkKochanekSpline::Superclass</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a01588.html#0d9ab90b0f18c8958557a237fe4579c6">vtkSpline</a>.</p>

<p>Definition at line <a class="el" href="a04091.html#l00055">55</a> of file <a class="el" href="a04091.html">vtkKochanekSpline.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="06544a38369ae0937ee324ae9eb41f06"></a><!-- doxytag: member="vtkKochanekSpline::vtkKochanekSpline" ref="06544a38369ae0937ee324ae9eb41f06" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkKochanekSpline::vtkKochanekSpline           </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="884f8cd9b00e780dc0b35548f07e866e"></a><!-- doxytag: member="vtkKochanekSpline::~vtkKochanekSpline" ref="884f8cd9b00e780dc0b35548f07e866e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkKochanekSpline::~vtkKochanekSpline           </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="a04091.html#l00091">91</a> of file <a class="el" href="a04091.html">vtkKochanekSpline.h</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="b46beb036cfbd800f697a28f6f1531a9"></a><!-- doxytag: member="vtkKochanekSpline::GetClassName" ref="b46beb036cfbd800f697a28f6f1531a9" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkKochanekSpline::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="a01588.html#58002237f7fc9486c7a8b580abbf31ec">vtkSpline</a>.</p>

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

</div>
</div><p>
<a class="anchor" name="340fd33fb96c29ebc403c52faefb3c7c"></a><!-- doxytag: member="vtkKochanekSpline::IsA" ref="340fd33fb96c29ebc403c52faefb3c7c" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkKochanekSpline::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="a01588.html#c5941822e5b379145d2bd37207bbd762">vtkSpline</a>.</p>

</div>
</div><p>
<a class="anchor" name="dfcfc8ebe70268070da83dff71ee41b9"></a><!-- doxytag: member="vtkKochanekSpline::SafeDownCast" ref="dfcfc8ebe70268070da83dff71ee41b9" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a00937.html">vtkKochanekSpline</a>* vtkKochanekSpline::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="a01588.html#a49db5b42f71c85391f61ca9f9f9d3c6">vtkSpline</a>.</p>

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

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

<p>
Construct a KochanekSpline with the following defaults: DefaultBias = 0, DefaultTension = 0, DefaultContinuity = 0. 
<p>Reimplemented from <a class="el" href="a01084.html#4d5b227267c076d6f9e38483370b6612">vtkObject</a>.</p>

</div>
</div><p>
<a class="anchor" name="5b7c2a42c4843a0d330bf73b04329187"></a><!-- doxytag: member="vtkKochanekSpline::Compute" ref="5b7c2a42c4843a0d330bf73b04329187" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkKochanekSpline::Compute           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Compute Kochanek Spline coefficients. 
<p>Implements <a class="el" href="a01588.html#bef234f211d34b70522845d23ae0c1e3">vtkSpline</a>.</p>

</div>
</div><p>
<a class="anchor" name="b4a8537545ecb9567bacbd614be54eee"></a><!-- doxytag: member="vtkKochanekSpline::Evaluate" ref="b4a8537545ecb9567bacbd614be54eee" args="(double t)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double vtkKochanekSpline::Evaluate           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>t</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Evaluate a 1D Kochanek spline. 
<p>Implements <a class="el" href="a01588.html#729010433d3f4997f4f3ed448bbec0f2">vtkSpline</a>.</p>

</div>
</div><p>
<a class="anchor" name="749688798527b7a89c7317ea76f6756b"></a><!-- doxytag: member="vtkKochanekSpline::SetDefaultBias" ref="749688798527b7a89c7317ea76f6756b" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkKochanekSpline::SetDefaultBias           </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 the bias for all points. Default is 0. 
</div>
</div><p>
<a class="anchor" name="977a437479f871170044c3422674dc91"></a><!-- doxytag: member="vtkKochanekSpline::GetDefaultBias" ref="977a437479f871170044c3422674dc91" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkKochanekSpline::GetDefaultBias           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the bias for all points. Default is 0. 
</div>
</div><p>
<a class="anchor" name="bb7a31e9f42573e6f2371473a04dc801"></a><!-- doxytag: member="vtkKochanekSpline::SetDefaultTension" ref="bb7a31e9f42573e6f2371473a04dc801" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkKochanekSpline::SetDefaultTension           </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 the tension for all points. Default is 0. 
</div>
</div><p>
<a class="anchor" name="59e8f9984b17254b0b4b1390e8422c8c"></a><!-- doxytag: member="vtkKochanekSpline::GetDefaultTension" ref="59e8f9984b17254b0b4b1390e8422c8c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkKochanekSpline::GetDefaultTension           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the tension for all points. Default is 0. 
</div>
</div><p>
<a class="anchor" name="a80fffd724fd1481bb4d65c283ecaab6"></a><!-- doxytag: member="vtkKochanekSpline::SetDefaultContinuity" ref="a80fffd724fd1481bb4d65c283ecaab6" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkKochanekSpline::SetDefaultContinuity           </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 the continuity for all points. Default is 0. 
</div>
</div><p>
<a class="anchor" name="946e7a37f619f54bad9408ec6063115f"></a><!-- doxytag: member="vtkKochanekSpline::GetDefaultContinuity" ref="946e7a37f619f54bad9408ec6063115f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkKochanekSpline::GetDefaultContinuity           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the continuity for all points. Default is 0. 
</div>
</div><p>
<a class="anchor" name="8708f90827e973144c9cf59609709dd9"></a><!-- doxytag: member="vtkKochanekSpline::DeepCopy" ref="8708f90827e973144c9cf59609709dd9" args="(vtkSpline *s)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkKochanekSpline::DeepCopy           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a01588.html">vtkSpline</a> *&nbsp;</td>
          <td class="paramname"> <em>s</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Deep copy of cardinal spline data. 
<p>Reimplemented from <a class="el" href="a01588.html#fb22ae13f7f2f90e8969bba3a073da7d">vtkSpline</a>.</p>

</div>
</div><p>
<a class="anchor" name="6f48aaefb9b6d31136074065318ca95d"></a><!-- doxytag: member="vtkKochanekSpline::Fit1D" ref="6f48aaefb9b6d31136074065318ca95d" args="(int n, double *x, double *y, double tension, double bias, double continuity, double coefficients[][4], int leftConstraint, double leftValue, int rightConstraint, double rightValue)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkKochanekSpline::Fit1D           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>n</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double *&nbsp;</td>
          <td class="paramname"> <em>x</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double *&nbsp;</td>
          <td class="paramname"> <em>y</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>tension</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>bias</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>continuity</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>coefficients</em>[][4], </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>leftConstraint</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>leftValue</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>rightConstraint</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>rightValue</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></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="55a2ba2579bd757809085e1de55244ba"></a><!-- doxytag: member="vtkKochanekSpline::DefaultBias" ref="55a2ba2579bd757809085e1de55244ba" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a00937.html#55a2ba2579bd757809085e1de55244ba">vtkKochanekSpline::DefaultBias</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04091.html#l00097">97</a> of file <a class="el" href="a04091.html">vtkKochanekSpline.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="57c6e75601d734a338ac44fa84331933"></a><!-- doxytag: member="vtkKochanekSpline::DefaultTension" ref="57c6e75601d734a338ac44fa84331933" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a00937.html#57c6e75601d734a338ac44fa84331933">vtkKochanekSpline::DefaultTension</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04091.html#l00098">98</a> of file <a class="el" href="a04091.html">vtkKochanekSpline.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="7d3d34bc809a074dc499385d4b6260d9"></a><!-- doxytag: member="vtkKochanekSpline::DefaultContinuity" ref="7d3d34bc809a074dc499385d4b6260d9" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a00937.html#7d3d34bc809a074dc499385d4b6260d9">vtkKochanekSpline::DefaultContinuity</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04091.html#l00099">99</a> of file <a class="el" href="a04091.html">vtkKochanekSpline.h</a>.</p>

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