Sophie

Sophie

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

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: vtkCellDerivatives 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>vtkCellDerivatives Class Reference</h1><!-- doxytag: class="vtkCellDerivatives" --><!-- doxytag: inherits="vtkDataSetAlgorithm" --><code>#include &lt;<a class="el" href="a04272.html">vtkCellDerivatives.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkCellDerivatives:</div>
<div class="dynsection">
<p><center><img src="a08490.png" border="0" usemap="#a08491" alt="Inheritance graph"></center>
<map name="a08491">
<area shape="rect" href="a00375.html" title="Superclass for algorithms that produce output of the same type as input." alt="" coords="5,229,152,256"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="29,155,128,181"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="39,80,119,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="24,5,133,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkCellDerivatives:</div>
<div class="dynsection">
<p><center><img src="a08492.png" border="0" usemap="#a08493" alt="Collaboration graph"></center>
<map name="a08493">
<area shape="rect" href="a00375.html" title="Superclass for algorithms that produce output of the same type as input." alt="" coords="177,499,324,525"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="281,381,380,408"><area shape="rect" href="a00472.html" title="Superclass for all pipeline executives in VTK." alt="" coords="477,499,576,525"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="407,173,487,200"><area shape="rect" href="a00895.html" title="Store zero or more vtkInformation instances." alt="" coords="404,264,553,291"><area shape="rect" href="a00872.html" title="Store vtkAlgorithm input/output information." alt="" coords="212,264,321,291"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="164,5,273,32"><area shape="rect" href="a00884.html" title="internal structure for vtkInformation" alt="" coords="5,173,168,200"><area shape="rect" href="a00886.html" title="Superclass for vtkInformation keys." alt="" coords="153,83,284,109"><area shape="rect" href="a01719.html" title="record modification and/or execution time" alt="" coords="308,83,417,109"><area shape="rect" href="a00891.html" title="Key for pointer to pointer." alt="" coords="192,173,373,200"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="a08494.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
compute derivatives of scalars and vectors 
<p>
<a class="el" href="a00247.html" title="compute derivatives of scalars and vectors">vtkCellDerivatives</a> is a filter that computes derivatives of scalars and vectors at the center of cells. You can choose to generate different output including the scalar gradient (a vector), computed tensor vorticity (a vector), gradient of input vectors (a tensor), and strain matrix of the input vectors (a tensor); or you may choose to pass data through to the output.<p>
Note that it is assumed that on input scalars and vector point data is available, which are then used to generate cell vectors and tensors. (The interpolation functions of the cells are used to compute the derivatives which is why point data is required.)<p>
<dl class="warning" compact><dt><b>Warning:</b></dt><dd>The computed derivatives are cell attribute data; you can convert them to point attribute data by using the <a class="el" href="a00246.html" title="map cell data to point data">vtkCellDataToPointData</a> filter. Note that, due to the interpolation function used (obtained using 1/r**2 normalized sum), the derivatives calculated for polygons with more than 4 vertices are inaccurate in most cases.<p>
The point data is passed through the filter to the output.</dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="a01818.html" title="generate scalars from Euclidean norm of vectors">vtkVectorNorm</a></dd></dl>
<dl class="user" compact><dt><b>Tests:</b></dt><dd><a class="el" href="c2_vtk_t_3.html#c2_vtk_t_vtkCellDerivatives">vtkCellDerivatives (Tests)</a> </dd></dl>

<p>Definition at line <a class="el" href="a04272.html#l00060">60</a> of file <a class="el" href="a04272.html">vtkCellDerivatives.h</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="a00375.html">vtkDataSetAlgorithm</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00247.html#6223a0c7fbaa87a598da6a365bda2860">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="a00247.html#83399d0b0c77ae58bc7bcc823769f6a9">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="a00247.html#ac7e10c465ca9e966fe8eced0bfc420b">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="a00247.html#7151f206a38fb5fd7f71ce7e05975c41">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="a00247.html#11f3ca5edc5a4ee4590ec8040b597f03">SetVectorMode</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="a00247.html#c9745c04465ff422e6c7ebc94c07ad85">GetVectorMode</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00247.html#63fc28ebf6d16271867e7a245c0978d6">SetVectorModeToPassVectors</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00247.html#8880c81e51ab2e5b34c4f843c5812f14">SetVectorModeToComputeGradient</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00247.html#f3f9f82f7d6408f9c1a80ef89b7b948d">SetVectorModeToComputeVorticity</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00247.html#2ec15448a9898125ba52ce26cd49fcd1">GetVectorModeAsString</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="a00247.html#08484f069f0cbeed87907a6dacae9a02">SetTensorMode</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="a00247.html#efedd9d912df31ab877817d449aae9c1">GetTensorMode</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00247.html#68c3ad4941a1e24d8ba0a82abf251b87">SetTensorModeToPassTensors</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00247.html#244e1346b110bcb3e626b5bedff586b2">SetTensorModeToComputeGradient</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00247.html#a1057bf1c1cb9bdf3f2432cae3b0b27a">SetTensorModeToComputeStrain</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00247.html#a8fa4a0728923c2d81b046940d1eda54">GetTensorModeAsString</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="a00247.html#ef2a60f9cef400e6d0f19d78819a8e0a">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a00247.html">vtkCellDerivatives</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00247.html#4f35a3c44247b6c268031863b49192a4">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="a00247.html">vtkCellDerivatives</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00247.html#92f51db9d5e53fe241db03b78f4ded55">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="a00247.html#05c40ec4ea9a3f84f1288c715f6a2f84">vtkCellDerivatives</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00247.html#8dfdfd0e77b086342e662ed277a0da49">~vtkCellDerivatives</a> ()</td></tr>

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

<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00247.html#6788decf35caeeeaf15ba6fc64a29f00">VectorMode</a></td></tr>

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

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

<p>

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

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

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

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="83399d0b0c77ae58bc7bcc823769f6a9"></a><!-- doxytag: member="vtkCellDerivatives::GetClassName" ref="83399d0b0c77ae58bc7bcc823769f6a9" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkCellDerivatives::GetClassName           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

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

</div>
</div><p>
<a class="anchor" name="ef2a60f9cef400e6d0f19d78819a8e0a"></a><!-- doxytag: member="vtkCellDerivatives::IsTypeOf" ref="ef2a60f9cef400e6d0f19d78819a8e0a" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkCellDerivatives::IsTypeOf           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>name</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. 
<p>Reimplemented from <a class="el" href="a00375.html#f86c68af773c12e38dad90f2afc7579a">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="ac7e10c465ca9e966fe8eced0bfc420b"></a><!-- doxytag: member="vtkCellDerivatives::IsA" ref="ac7e10c465ca9e966fe8eced0bfc420b" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkCellDerivatives::IsA           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>name</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. 
<p>Reimplemented from <a class="el" href="a00375.html#420be20e4ddd9cc9184f09eec0f67a32">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="4f35a3c44247b6c268031863b49192a4"></a><!-- doxytag: member="vtkCellDerivatives::SafeDownCast" ref="4f35a3c44247b6c268031863b49192a4" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a00247.html">vtkCellDerivatives</a>* vtkCellDerivatives::SafeDownCast           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a01084.html">vtkObject</a> *&nbsp;</td>
          <td class="paramname"> <em>o</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

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

</div>
</div><p>
<a class="anchor" name="7151f206a38fb5fd7f71ce7e05975c41"></a><!-- doxytag: member="vtkCellDerivatives::PrintSelf" ref="7151f206a38fb5fd7f71ce7e05975c41" args="(ostream &amp;os, vtkIndent indent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkCellDerivatives::PrintSelf           </td>
          <td>(</td>
          <td class="paramtype">ostream &amp;&nbsp;</td>
          <td class="paramname"> <em>os</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00869.html">vtkIndent</a>&nbsp;</td>
          <td class="paramname"> <em>indent</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use <a class="el" href="a01085.html#edadf6378465fd81c2592ef64262e2a5">Print()</a> instead) but used in the hierarchical print process to combine the output of several classes. 
<p>Reimplemented from <a class="el" href="a00375.html#399bf1def01568753e290f9cc45d7985">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="92f51db9d5e53fe241db03b78f4ded55"></a><!-- doxytag: member="vtkCellDerivatives::New" ref="92f51db9d5e53fe241db03b78f4ded55" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a00247.html">vtkCellDerivatives</a>* vtkCellDerivatives::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 to compute the gradient of the scalars and vectors. 
<p>Reimplemented from <a class="el" href="a00375.html#366c8a9b4e61249c93fd2f7a492de9cb">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="11f3ca5edc5a4ee4590ec8040b597f03"></a><!-- doxytag: member="vtkCellDerivatives::SetVectorMode" ref="11f3ca5edc5a4ee4590ec8040b597f03" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkCellDerivatives::SetVectorMode           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the filter works to generate vector cell data. You can choose to pass the input cell vectors, compute the gradient of the input scalars, or extract the vorticity of the computed vector gradient tensor. By default (VectorModeToComputeGradient), the filter will take the gradient of the input scalar data. 
</div>
</div><p>
<a class="anchor" name="c9745c04465ff422e6c7ebc94c07ad85"></a><!-- doxytag: member="vtkCellDerivatives::GetVectorMode" ref="c9745c04465ff422e6c7ebc94c07ad85" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkCellDerivatives::GetVectorMode           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the filter works to generate vector cell data. You can choose to pass the input cell vectors, compute the gradient of the input scalars, or extract the vorticity of the computed vector gradient tensor. By default (VectorModeToComputeGradient), the filter will take the gradient of the input scalar data. 
</div>
</div><p>
<a class="anchor" name="63fc28ebf6d16271867e7a245c0978d6"></a><!-- doxytag: member="vtkCellDerivatives::SetVectorModeToPassVectors" ref="63fc28ebf6d16271867e7a245c0978d6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkCellDerivatives::SetVectorModeToPassVectors           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the filter works to generate vector cell data. You can choose to pass the input cell vectors, compute the gradient of the input scalars, or extract the vorticity of the computed vector gradient tensor. By default (VectorModeToComputeGradient), the filter will take the gradient of the input scalar data. 
<p>Definition at line <a class="el" href="a04272.html#l00077">77</a> of file <a class="el" href="a04272.html">vtkCellDerivatives.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="8880c81e51ab2e5b34c4f843c5812f14"></a><!-- doxytag: member="vtkCellDerivatives::SetVectorModeToComputeGradient" ref="8880c81e51ab2e5b34c4f843c5812f14" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkCellDerivatives::SetVectorModeToComputeGradient           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the filter works to generate vector cell data. You can choose to pass the input cell vectors, compute the gradient of the input scalars, or extract the vorticity of the computed vector gradient tensor. By default (VectorModeToComputeGradient), the filter will take the gradient of the input scalar data. 
<p>Definition at line <a class="el" href="a04272.html#l00079">79</a> of file <a class="el" href="a04272.html">vtkCellDerivatives.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="f3f9f82f7d6408f9c1a80ef89b7b948d"></a><!-- doxytag: member="vtkCellDerivatives::SetVectorModeToComputeVorticity" ref="f3f9f82f7d6408f9c1a80ef89b7b948d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkCellDerivatives::SetVectorModeToComputeVorticity           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the filter works to generate vector cell data. You can choose to pass the input cell vectors, compute the gradient of the input scalars, or extract the vorticity of the computed vector gradient tensor. By default (VectorModeToComputeGradient), the filter will take the gradient of the input scalar data. 
<p>Definition at line <a class="el" href="a04272.html#l00081">81</a> of file <a class="el" href="a04272.html">vtkCellDerivatives.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="2ec15448a9898125ba52ce26cd49fcd1"></a><!-- doxytag: member="vtkCellDerivatives::GetVectorModeAsString" ref="2ec15448a9898125ba52ce26cd49fcd1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* vtkCellDerivatives::GetVectorModeAsString           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the filter works to generate vector cell data. You can choose to pass the input cell vectors, compute the gradient of the input scalars, or extract the vorticity of the computed vector gradient tensor. By default (VectorModeToComputeGradient), the filter will take the gradient of the input scalar data. 
</div>
</div><p>
<a class="anchor" name="08484f069f0cbeed87907a6dacae9a02"></a><!-- doxytag: member="vtkCellDerivatives::SetTensorMode" ref="08484f069f0cbeed87907a6dacae9a02" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkCellDerivatives::SetTensorMode           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the filter works to generate tensor cell data. You can choose to pass the input cell tensors, compute the gradient of the input vectors, or compute the strain tensor of the vector gradient tensor. By default (TensorModeToComputeGradient), the filter will take the gradient of the vector data to construct a tensor. 
</div>
</div><p>
<a class="anchor" name="efedd9d912df31ab877817d449aae9c1"></a><!-- doxytag: member="vtkCellDerivatives::GetTensorMode" ref="efedd9d912df31ab877817d449aae9c1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkCellDerivatives::GetTensorMode           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the filter works to generate tensor cell data. You can choose to pass the input cell tensors, compute the gradient of the input vectors, or compute the strain tensor of the vector gradient tensor. By default (TensorModeToComputeGradient), the filter will take the gradient of the vector data to construct a tensor. 
</div>
</div><p>
<a class="anchor" name="68c3ad4941a1e24d8ba0a82abf251b87"></a><!-- doxytag: member="vtkCellDerivatives::SetTensorModeToPassTensors" ref="68c3ad4941a1e24d8ba0a82abf251b87" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkCellDerivatives::SetTensorModeToPassTensors           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the filter works to generate tensor cell data. You can choose to pass the input cell tensors, compute the gradient of the input vectors, or compute the strain tensor of the vector gradient tensor. By default (TensorModeToComputeGradient), the filter will take the gradient of the vector data to construct a tensor. 
<p>Definition at line <a class="el" href="a04272.html#l00094">94</a> of file <a class="el" href="a04272.html">vtkCellDerivatives.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="244e1346b110bcb3e626b5bedff586b2"></a><!-- doxytag: member="vtkCellDerivatives::SetTensorModeToComputeGradient" ref="244e1346b110bcb3e626b5bedff586b2" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkCellDerivatives::SetTensorModeToComputeGradient           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the filter works to generate tensor cell data. You can choose to pass the input cell tensors, compute the gradient of the input vectors, or compute the strain tensor of the vector gradient tensor. By default (TensorModeToComputeGradient), the filter will take the gradient of the vector data to construct a tensor. 
<p>Definition at line <a class="el" href="a04272.html#l00096">96</a> of file <a class="el" href="a04272.html">vtkCellDerivatives.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="a1057bf1c1cb9bdf3f2432cae3b0b27a"></a><!-- doxytag: member="vtkCellDerivatives::SetTensorModeToComputeStrain" ref="a1057bf1c1cb9bdf3f2432cae3b0b27a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkCellDerivatives::SetTensorModeToComputeStrain           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the filter works to generate tensor cell data. You can choose to pass the input cell tensors, compute the gradient of the input vectors, or compute the strain tensor of the vector gradient tensor. By default (TensorModeToComputeGradient), the filter will take the gradient of the vector data to construct a tensor. 
<p>Definition at line <a class="el" href="a04272.html#l00098">98</a> of file <a class="el" href="a04272.html">vtkCellDerivatives.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="a8fa4a0728923c2d81b046940d1eda54"></a><!-- doxytag: member="vtkCellDerivatives::GetTensorModeAsString" ref="a8fa4a0728923c2d81b046940d1eda54" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* vtkCellDerivatives::GetTensorModeAsString           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the filter works to generate tensor cell data. You can choose to pass the input cell tensors, compute the gradient of the input vectors, or compute the strain tensor of the vector gradient tensor. By default (TensorModeToComputeGradient), the filter will take the gradient of the vector data to construct a tensor. 
</div>
</div><p>
<a class="anchor" name="2b7fb3bf6d069fdcfc97935550831d33"></a><!-- doxytag: member="vtkCellDerivatives::RequestData" ref="2b7fb3bf6d069fdcfc97935550831d33" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkCellDerivatives::RequestData           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00872.html">vtkInformation</a> *&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> **&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> *&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is called within ProcessRequest when a request asks the algorithm to do its work. This is the method you should override to do whatever the algorithm is designed to do. This happens during the fourth pass in the pipeline execution process. 
<p>Reimplemented from <a class="el" href="a00375.html#49f7d102eea1f3c58aae7281a1b708cc">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="6788decf35caeeeaf15ba6fc64a29f00"></a><!-- doxytag: member="vtkCellDerivatives::VectorMode" ref="6788decf35caeeeaf15ba6fc64a29f00" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a00247.html#6788decf35caeeeaf15ba6fc64a29f00">vtkCellDerivatives::VectorMode</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04272.html#l00108">108</a> of file <a class="el" href="a04272.html">vtkCellDerivatives.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04272.html#l00109">109</a> of file <a class="el" href="a04272.html">vtkCellDerivatives.h</a>.</p>

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