Sophie

Sophie

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

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: vtkTemporalInterpolator 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>vtkTemporalInterpolator Class Reference</h1><!-- doxytag: class="vtkTemporalInterpolator" --><!-- doxytag: inherits="vtkTemporalDataSetAlgorithm" --><code>#include &lt;<a class="el" href="a04641.html">vtkTemporalInterpolator.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkTemporalInterpolator:</div>
<div class="dynsection">
<p><center><img src="a15033.png" border="0" usemap="#a15034" alt="Inheritance graph"></center>
<map name="a15034">
<area shape="rect" href="a01669.html" title="Superclass for algorithms that produce only vtkTemporalDataSet as output." alt="" coords="5,229,211,256"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="59,155,157,181"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="68,80,148,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="53,5,163,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkTemporalInterpolator:</div>
<div class="dynsection">
<p><center><img src="a15035.png" border="0" usemap="#a15036" alt="Collaboration graph"></center>
<map name="a15036">
<area shape="rect" href="a01669.html" title="Superclass for algorithms that produce only vtkTemporalDataSet as output." alt="" coords="148,499,353,525"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="281,381,380,408"><area shape="rect" href="a00472.html" title="Superclass for all pipeline executives in VTK." alt="" coords="477,499,576,525"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="407,173,487,200"><area shape="rect" href="a00895.html" title="Store zero or more vtkInformation instances." alt="" coords="404,264,553,291"><area shape="rect" href="a00872.html" title="Store vtkAlgorithm input/output information." alt="" coords="212,264,321,291"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="164,5,273,32"><area shape="rect" href="a00884.html" title="internal structure for vtkInformation" alt="" coords="5,173,168,200"><area shape="rect" href="a00886.html" title="Superclass for vtkInformation keys." alt="" coords="153,83,284,109"><area shape="rect" href="a01719.html" title="record modification and/or execution time" alt="" coords="308,83,417,109"><area shape="rect" href="a00891.html" title="Key for pointer to pointer." alt="" coords="192,173,373,200"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="a15037.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
interpolate temporal datasets 
<p>
<a class="el" href="a01673.html" title="interpolate temporal datasets">vtkTemporalInterpolator</a> interpolates between two time steps to produce new data for an arbitrary T. <a class="el" href="a01673.html" title="interpolate temporal datasets">vtkTemporalInterpolator</a> has two modes of operation. The default mode is to produce a continuous range of time values as output which enables a filter downstream to request Any value of T within the range. The interpolator will produce the requested T. The second mode of operation is enabled by setting DiscreteTimeStepInterval to a non zero value. When this mode is activated, the filter will report a finite number of Time steps separated by deltaT between the original range of values. This mode is useful when a dataset of N time steps has one (or more) missing datasets for certain T values and you simply wish to smooth over the missing steps but otherwise use the original data.<p>
<dl class="user" compact><dt><b>Thanks:</b></dt><dd>Ken Martin (Kitware) and John Bidiscombe of CSCS - Swiss National Supercomputing Centre for creating and contributing this class. For related material, please refer to : John Biddiscombe, Berk Geveci, Ken Martin, Kenneth Moreland, David Thompson, "Time Dependent Processing in a Parallel Pipeline Architecture", IEEE Visualization 2007.</dd></dl>
<dl class="user" compact><dt><b>Tests:</b></dt><dd><a class="el" href="c2_vtk_t_16.html#c2_vtk_t_vtkTemporalInterpolator">vtkTemporalInterpolator (Tests)</a> </dd></dl>

<p>Definition at line <a class="el" href="a04641.html#l00052">52</a> of file <a class="el" href="a04641.html">vtkTemporalInterpolator.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="a01669.html">vtkTemporalDataSetAlgorithm</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01673.html#77cf038e8865589261b340962a985052">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="a01673.html#1dc4bb8b935ead83ef2ce1ee720bad9e">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="a01673.html#98d1e414d064f47e693c46f6096323e2">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="a01673.html#c25d7ace1d7e2e0f3b889498d6b09d46">PrintSelf</a> (ostream &amp;os, <a class="el" href="a00869.html">vtkIndent</a> indent)</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01673.html#558a0824ca8fd1841fd7d45aea7aabc0">SetDiscreteTimeStepInterval</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="a01673.html#ecc335ba31fa11cd3e68e99aaa15ff00">GetDiscreteTimeStepInterval</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 <a class="el" href="a01673.html">vtkTemporalInterpolator</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01673.html#e1bb30b20e384441518d6d974daf8044">New</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01673.html#493bbd0f82d6a91e3f18c53b5f62094f">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a01673.html">vtkTemporalInterpolator</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01673.html#dc29834e875ef25363a7b1a5b48d9360">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="a01673.html#dacb03cbf4d80874880cd0ecbd777ae5">vtkTemporalInterpolator</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01673.html#1da68a01276b543581b0816c404e3614">~vtkTemporalInterpolator</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="a01673.html#62d2a51f5048f8a54936fb56a4da94ad">RequestUpdateExtent</a> (<a class="el" href="a00872.html">vtkInformation</a> *, <a class="el" href="a00895.html">vtkInformationVector</a> **, <a class="el" href="a00895.html">vtkInformationVector</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01673.html#188ecc50e9ce630df951d5e1e117c01b">RequestInformation</a> (<a class="el" href="a00872.html">vtkInformation</a> *, <a class="el" href="a00895.html">vtkInformationVector</a> **, <a class="el" href="a00895.html">vtkInformationVector</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01673.html#3c8f688648205d89129f243091a97a03">RequestData</a> (<a class="el" href="a00872.html">vtkInformation</a> *, <a class="el" href="a00895.html">vtkInformationVector</a> **, <a class="el" href="a00895.html">vtkInformationVector</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01673.html#73671207969ce8fb81975712945702fc">VerifyArrays</a> (<a class="el" href="a00356.html">vtkDataArray</a> **arrays, int N)</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a00362.html">vtkDataObject</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01673.html#7a737a4a4a007491e289c28994cba17c">InterpolateDataObject</a> (<a class="el" href="a00362.html">vtkDataObject</a> *in1, <a class="el" href="a00362.html">vtkDataObject</a> *in2, double ratio)</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a00374.html">vtkDataSet</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01673.html#84fc6951528435a36d7be71d92accc98">InterpolateDataSet</a> (<a class="el" href="a00374.html">vtkDataSet</a> *in1, <a class="el" href="a00374.html">vtkDataSet</a> *in2, double ratio)</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a00356.html">vtkDataArray</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01673.html#caab64aae94e1ba3abf59a464af16059">InterpolateDataArray</a> (double ratio, <a class="el" href="a00356.html">vtkDataArray</a> **arrays, <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> N)</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="a01673.html#19fe5fbcd8931850178fcc7eb4dfda4d">DiscreteTimeStepInterval</a></td></tr>

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="77cf038e8865589261b340962a985052"></a><!-- doxytag: member="vtkTemporalInterpolator::Superclass" ref="77cf038e8865589261b340962a985052" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="a01669.html">vtkTemporalDataSetAlgorithm</a> <a class="el" href="a01669.html">vtkTemporalInterpolator::Superclass</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a01669.html#7089c2823059933aa498aa6bf5ea794b">vtkTemporalDataSetAlgorithm</a>.</p>

<p>Definition at line <a class="el" href="a04641.html#l00056">56</a> of file <a class="el" href="a04641.html">vtkTemporalInterpolator.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="dacb03cbf4d80874880cd0ecbd777ae5"></a><!-- doxytag: member="vtkTemporalInterpolator::vtkTemporalInterpolator" ref="dacb03cbf4d80874880cd0ecbd777ae5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkTemporalInterpolator::vtkTemporalInterpolator           </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="1da68a01276b543581b0816c404e3614"></a><!-- doxytag: member="vtkTemporalInterpolator::~vtkTemporalInterpolator" ref="1da68a01276b543581b0816c404e3614" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkTemporalInterpolator::~vtkTemporalInterpolator           </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>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="e1bb30b20e384441518d6d974daf8044"></a><!-- doxytag: member="vtkTemporalInterpolator::New" ref="e1bb30b20e384441518d6d974daf8044" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01673.html">vtkTemporalInterpolator</a>* vtkTemporalInterpolator::New           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. 
<p>Reimplemented from <a class="el" href="a01669.html#7e890f70aa59f877adc69079371dfb83">vtkTemporalDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="1dc4bb8b935ead83ef2ce1ee720bad9e"></a><!-- doxytag: member="vtkTemporalInterpolator::GetClassName" ref="1dc4bb8b935ead83ef2ce1ee720bad9e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkTemporalInterpolator::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="a01669.html#b898f0e6efdf19074c18c480b567c697">vtkTemporalDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="493bbd0f82d6a91e3f18c53b5f62094f"></a><!-- doxytag: member="vtkTemporalInterpolator::IsTypeOf" ref="493bbd0f82d6a91e3f18c53b5f62094f" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkTemporalInterpolator::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="a01669.html#3fbfe3cad534b6ec086e61b8a2589b4c">vtkTemporalDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="98d1e414d064f47e693c46f6096323e2"></a><!-- doxytag: member="vtkTemporalInterpolator::IsA" ref="98d1e414d064f47e693c46f6096323e2" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkTemporalInterpolator::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="a01669.html#d9c436975bc8e55464d993c9486e1461">vtkTemporalDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="dc29834e875ef25363a7b1a5b48d9360"></a><!-- doxytag: member="vtkTemporalInterpolator::SafeDownCast" ref="dc29834e875ef25363a7b1a5b48d9360" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01673.html">vtkTemporalInterpolator</a>* vtkTemporalInterpolator::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="a01669.html#8cff1b7727426da81d88aa62a4cff822">vtkTemporalDataSetAlgorithm</a>.</p>

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

</div>
</div><p>
<a class="anchor" name="558a0824ca8fd1841fd7d45aea7aabc0"></a><!-- doxytag: member="vtkTemporalInterpolator::SetDiscreteTimeStepInterval" ref="558a0824ca8fd1841fd7d45aea7aabc0" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkTemporalInterpolator::SetDiscreteTimeStepInterval           </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>
If you require a discrete number of outputs steps, to be generated from an input source - for example, you required N steps separated by T, then set DiscreteTimeStepInterval to T and you will get TIME_RANGE/DiscreteTimeStepInterval steps This is a useful option to use if you have a dataset with one missing time step and wish to 'fill-in' the missing data with an interpolated value from the steps either side 
</div>
</div><p>
<a class="anchor" name="ecc335ba31fa11cd3e68e99aaa15ff00"></a><!-- doxytag: member="vtkTemporalInterpolator::GetDiscreteTimeStepInterval" ref="ecc335ba31fa11cd3e68e99aaa15ff00" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkTemporalInterpolator::GetDiscreteTimeStepInterval           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
If you require a discrete number of outputs steps, to be generated from an input source - for example, you required N steps separated by T, then set DiscreteTimeStepInterval to T and you will get TIME_RANGE/DiscreteTimeStepInterval steps This is a useful option to use if you have a dataset with one missing time step and wish to 'fill-in' the missing data with an interpolated value from the steps either side 
</div>
</div><p>
<a class="anchor" name="62d2a51f5048f8a54936fb56a4da94ad"></a><!-- doxytag: member="vtkTemporalInterpolator::RequestUpdateExtent" ref="62d2a51f5048f8a54936fb56a4da94ad" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkTemporalInterpolator::RequestUpdateExtent           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00872.html">vtkInformation</a> *&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> **&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> *&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is called by the superclass. This is the method you should override. 
<p>Reimplemented from <a class="el" href="a01669.html#8a6227511b969257663ec7602ee2bc60">vtkTemporalDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="188ecc50e9ce630df951d5e1e117c01b"></a><!-- doxytag: member="vtkTemporalInterpolator::RequestInformation" ref="188ecc50e9ce630df951d5e1e117c01b" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkTemporalInterpolator::RequestInformation           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00872.html">vtkInformation</a> *&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> **&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> *&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is called by the superclass. This is the method you should override. 
<p>Reimplemented from <a class="el" href="a01669.html#436653db381cbc3f07688bdc7e64235d">vtkTemporalDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="3c8f688648205d89129f243091a97a03"></a><!-- doxytag: member="vtkTemporalInterpolator::RequestData" ref="3c8f688648205d89129f243091a97a03" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkTemporalInterpolator::RequestData           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00872.html">vtkInformation</a> *&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> **&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> *&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is called by the superclass. This is the method you should override. 
<p>Reimplemented from <a class="el" href="a01669.html#2d3e2b343b070956bf843351c109d5e5">vtkTemporalDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="7a737a4a4a007491e289c28994cba17c"></a><!-- doxytag: member="vtkTemporalInterpolator::InterpolateDataObject" ref="7a737a4a4a007491e289c28994cba17c" args="(vtkDataObject *in1, vtkDataObject *in2, double ratio)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00362.html">vtkDataObject</a>* vtkTemporalInterpolator::InterpolateDataObject           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00362.html">vtkDataObject</a> *&nbsp;</td>
          <td class="paramname"> <em>in1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00362.html">vtkDataObject</a> *&nbsp;</td>
          <td class="paramname"> <em>in2</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>ratio</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>
General interpolation routine for any tiype on input data. This is called recursively when heirarchical/multiblock data is encountered 
</div>
</div><p>
<a class="anchor" name="84fc6951528435a36d7be71d92accc98"></a><!-- doxytag: member="vtkTemporalInterpolator::InterpolateDataSet" ref="84fc6951528435a36d7be71d92accc98" args="(vtkDataSet *in1, vtkDataSet *in2, double ratio)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00374.html">vtkDataSet</a>* vtkTemporalInterpolator::InterpolateDataSet           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00374.html">vtkDataSet</a> *&nbsp;</td>
          <td class="paramname"> <em>in1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00374.html">vtkDataSet</a> *&nbsp;</td>
          <td class="paramname"> <em>in2</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>ratio</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>
Root level interpolation for a concrete dataset object. Point/Cell data and points are interpolated. Needs improving if connectivity is to be handled 
</div>
</div><p>
<a class="anchor" name="caab64aae94e1ba3abf59a464af16059"></a><!-- doxytag: member="vtkTemporalInterpolator::InterpolateDataArray" ref="caab64aae94e1ba3abf59a464af16059" args="(double ratio, vtkDataArray **arrays, vtkIdType N)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00356.html">vtkDataArray</a>* vtkTemporalInterpolator::InterpolateDataArray           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>ratio</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00356.html">vtkDataArray</a> **&nbsp;</td>
          <td class="paramname"> <em>arrays</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>N</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>
Interpolate a single <a class="el" href="a00356.html" title="abstract superclass for arrays of numeric data">vtkDataArray</a>. Called from the Interpolation routine on the points and pointdata/celldata 
</div>
</div><p>
<a class="anchor" name="73671207969ce8fb81975712945702fc"></a><!-- doxytag: member="vtkTemporalInterpolator::VerifyArrays" ref="73671207969ce8fb81975712945702fc" args="(vtkDataArray **arrays, int N)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool vtkTemporalInterpolator::VerifyArrays           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00356.html">vtkDataArray</a> **&nbsp;</td>
          <td class="paramname"> <em>arrays</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>N</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>
Called juse before interpolation to ensure each data arrayhas the same number of tuples 
</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="19fe5fbcd8931850178fcc7eb4dfda4d"></a><!-- doxytag: member="vtkTemporalInterpolator::DiscreteTimeStepInterval" ref="19fe5fbcd8931850178fcc7eb4dfda4d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01673.html#19fe5fbcd8931850178fcc7eb4dfda4d">vtkTemporalInterpolator::DiscreteTimeStepInterval</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04641.html#l00075">75</a> of file <a class="el" href="a04641.html">vtkTemporalInterpolator.h</a>.</p>

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