Sophie

Sophie

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

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: vtkPointSetAlgorithm 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>vtkPointSetAlgorithm Class Reference</h1><!-- doxytag: class="vtkPointSetAlgorithm" --><!-- doxytag: inherits="vtkAlgorithm" --><code>#include &lt;<a class="el" href="a04116.html">vtkPointSetAlgorithm.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkPointSetAlgorithm:</div>
<div class="dynsection">
<p><center><img src="a13175.png" border="0" usemap="#a13176" alt="Inheritance graph"></center>
<map name="a13176">
<area shape="rect" href="a00501.html" title="extract point data from a time sequence for a specified point id." alt="" coords="667,5,837,32"><area shape="rect" href="a01196.html" title="Performs principal component analysis of a set of aligned pointsets." alt="" coords="677,56,827,83"><area shape="rect" href="a01308.html" title="aligns a set of pointsets together" alt="" coords="653,107,851,133"><area shape="rect" href="a01727.html" title="transform points into different coordinate systems" alt="" coords="641,157,863,184"><area shape="rect" href="a01728.html" title="transform points and associated normals and vectors" alt="" coords="685,208,819,235"><area shape="rect" href="a01864.html" title="deform geometry by applying lens distortion" alt="" coords="701,259,803,285"><area shape="rect" href="a01865.html" title="deform geometry with scalar data" alt="" coords="696,309,808,336"><area shape="rect" href="a01866.html" title="deform geometry by warping towards a point" alt="" coords="708,360,796,387"><area shape="rect" href="a01868.html" title="deform geometry with vector data" alt="" coords="696,411,808,437"><area shape="rect" href="a01873.html" title="transform based on per&#45;point or per&#45;cell weighting functions." alt="" coords="656,461,848,488"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="293,233,392,260"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="165,233,245,260"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="7,233,116,260"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkPointSetAlgorithm:</div>
<div class="dynsection">
<p><center><img src="a13177.png" border="0" usemap="#a13178" alt="Collaboration graph"></center>
<map name="a13178">
<area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="281,382,380,408"><area shape="rect" href="a00472.html" title="Superclass for all pipeline executives in VTK." alt="" coords="477,499,576,526"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="407,174,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,6,273,32"><area shape="rect" href="a00884.html" title="internal structure for vtkInformation" alt="" coords="5,174,168,200"><area shape="rect" href="a00886.html" title="Superclass for vtkInformation keys." alt="" coords="153,83,284,110"><area shape="rect" href="a01719.html" title="record modification and/or execution time" alt="" coords="308,83,417,110"><area shape="rect" href="a00891.html" title="Key for pointer to pointer." alt="" coords="192,174,373,200"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="a13179.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
Superclass for algorithms that produce output of the same type as input. 
<p>
<a class="el" href="a01252.html" title="Superclass for algorithms that produce output of the same type as input.">vtkPointSetAlgorithm</a> is a convenience class to make writing algorithms easier. It is also designed to help transition old algorithms to the new pipeline architecture. Ther are some assumptions and defaults made by this class you should be aware of. This class defaults such that your filter will have one input port and one output port. If that is not the case simply change it with SetNumberOfInputPorts etc. See this classes contstructor for the default. This class also provides a FillInputPortInfo method that by default says that all inputs will be PointSet. If that isn't the case then please override this method in your subclass. This class breaks out the downstream requests into seperate functions such as RequestDataObject RequestData and ExecuteInformation. The default implementation of RequestDataObject will create an output data of the same type as the input. 
<p>Definition at line <a class="el" href="a04116.html#l00043">43</a> of file <a class="el" href="a04116.html">vtkPointSetAlgorithm.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="a00101.html">vtkAlgorithm</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#205ba3433e827d3e29765517f1248103">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="a01252.html#766fdce3e6a78db67187f26d0bca7579">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="a01252.html#f59fe5a178a910c6caccc54ac22449f3">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="a01252.html#d62102a22ec5ccc110eadfc0a9312ff4">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"><a class="el" href="a01260.html">vtkPolyData</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#176824a4903714fc73fcb526fab675dd">GetPolyDataOutput</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a01625.html">vtkStructuredGrid</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#1cd992d30ed6832172ba1f2747c46e21">GetStructuredGridOutput</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a01789.html">vtkUnstructuredGrid</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#90c6331992fd222e084cf167cc3f1716">GetUnstructuredGridOutput</a> ()</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="a01252.html#23f6e8f3b94f3ee2beac7d2bf09a6a5e">GetInput</a> ()</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="a01251.html">vtkPointSet</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#45c7a48bac0b97edfbfa476e1cf4f46f">GetOutput</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a01251.html">vtkPointSet</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#b1340f50ba3c6d93f778b85218997162">GetOutput</a> (int)</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#ddfa8243dd5127368e98fa471e25ae53">SetInput</a> (<a class="el" href="a00362.html">vtkDataObject</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#9b30f051b2abe56797e2a077dbf7da34">SetInput</a> (int, <a class="el" href="a00362.html">vtkDataObject</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#a933aeab27194f9af96d159364e6813b">SetInput</a> (<a class="el" href="a01251.html">vtkPointSet</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#adb427a0d4316057aa3d1e616142d2e2">SetInput</a> (int, <a class="el" href="a01251.html">vtkPointSet</a> *)</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#fb99a6ea665b430bd9005e1fad72b69c">AddInput</a> (<a class="el" href="a00362.html">vtkDataObject</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#b7fd2f4930c2519615a56c7ddeb10bc9">AddInput</a> (<a class="el" href="a01251.html">vtkPointSet</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#f31e761577205c3f02541828df8d6e8c">AddInput</a> (int, <a class="el" href="a01251.html">vtkPointSet</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#420faecc1c0fc7f308147c1abca0051d">AddInput</a> (int, <a class="el" href="a00362.html">vtkDataObject</a> *)</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#d298b6537891a71306248dbb7ffeedb8">ProcessRequest</a> (<a class="el" href="a00872.html">vtkInformation</a> *request, <a class="el" href="a00895.html">vtkInformationVector</a> **inputVector, <a class="el" href="a00895.html">vtkInformationVector</a> *outputVector)</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="a01252.html">vtkPointSetAlgorithm</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#dde68f6b09747614c4667c8ae62774fd">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="a01252.html#9db1baa535a872c8afb94184c1720467">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a01252.html">vtkPointSetAlgorithm</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#fe93fde0c709e64d5ca81d9b1b5f96f9">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="a01252.html#44a26a55fdca6d41c1682f7a9bab68af">vtkPointSetAlgorithm</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#a8b60367892d9b0fe129c8ebf1497e15">~vtkPointSetAlgorithm</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="a01252.html#6daa4db4ccc61c7f9558f1e6dfdcb0de">FillOutputPortInformation</a> (int port, <a class="el" href="a00872.html">vtkInformation</a> *info)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#f70271eaa1ee8654d710455207e8f260">FillInputPortInformation</a> (int port, <a class="el" href="a00872.html">vtkInformation</a> *info)</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#e62d56dabd8979f027374ef5cc9ff399">RequestDataObject</a> (<a class="el" href="a00872.html">vtkInformation</a> *request, <a class="el" href="a00895.html">vtkInformationVector</a> **inputVector, <a class="el" href="a00895.html">vtkInformationVector</a> *outputVector)</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#b02863f2de9f5dc27d6624cbaee32172">ExecuteInformation</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"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#8ba171d4df72371aa1d6f50623bf06fb">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"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01252.html#a0c31736bbda381eb8831f1bb615217d">ComputeInputUpdateExtent</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>

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="205ba3433e827d3e29765517f1248103"></a><!-- doxytag: member="vtkPointSetAlgorithm::Superclass" ref="205ba3433e827d3e29765517f1248103" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="a00101.html">vtkAlgorithm</a> <a class="el" href="a00101.html">vtkPointSetAlgorithm::Superclass</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a00101.html#29826bf1c253bc38fd2878ea6e4568c9">vtkAlgorithm</a>.</p>

<p>Reimplemented in <a class="el" href="a00501.html#718465a35c92faea3340d477e167824f">vtkExtractDataOverTime</a>, <a class="el" href="a01727.html#a609b79a2c06656e96c043bac7ad6c74">vtkTransformCoordinateSystems</a>, <a class="el" href="a01728.html#06c1eb3adff01943efc7d401b5ae696b">vtkTransformFilter</a>, <a class="el" href="a01864.html#23cc073c460310600c99f810ed558409">vtkWarpLens</a>, <a class="el" href="a01865.html#1bc164145ac9ba257ff8b382f3050b4f">vtkWarpScalar</a>, <a class="el" href="a01866.html#f6b39884295338a96eb4c0245b1cd8de">vtkWarpTo</a>, <a class="el" href="a01868.html#6ca3ef2ce74de9329e398ff9b6d9e1fd">vtkWarpVector</a>, <a class="el" href="a01196.html#8de10c889f5813b89eedaaa7fb3f5057">vtkPCAAnalysisFilter</a>, <a class="el" href="a01308.html#721f873060118574f4723a9dc84721ce">vtkProcrustesAlignmentFilter</a>, and <a class="el" href="a01873.html#1d0e0f212a9544b7b43ebc9425d276ad">vtkWeightedTransformFilter</a>.</p>

<p>Definition at line <a class="el" href="a04116.html#l00047">47</a> of file <a class="el" href="a04116.html">vtkPointSetAlgorithm.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="44a26a55fdca6d41c1682f7a9bab68af"></a><!-- doxytag: member="vtkPointSetAlgorithm::vtkPointSetAlgorithm" ref="44a26a55fdca6d41c1682f7a9bab68af" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkPointSetAlgorithm::vtkPointSetAlgorithm           </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="a8b60367892d9b0fe129c8ebf1497e15"></a><!-- doxytag: member="vtkPointSetAlgorithm::~vtkPointSetAlgorithm" ref="a8b60367892d9b0fe129c8ebf1497e15" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkPointSetAlgorithm::~vtkPointSetAlgorithm           </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="a04116.html#l00103">103</a> of file <a class="el" href="a04116.html">vtkPointSetAlgorithm.h</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="dde68f6b09747614c4667c8ae62774fd"></a><!-- doxytag: member="vtkPointSetAlgorithm::New" ref="dde68f6b09747614c4667c8ae62774fd" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01252.html">vtkPointSetAlgorithm</a>* vtkPointSetAlgorithm::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="a00101.html#06d80d8d4aa1a4856135fa003845be82">vtkAlgorithm</a>.</p>

<p>Reimplemented in <a class="el" href="a00501.html#85fa88729fa0a8218e1873fdc38f7e33">vtkExtractDataOverTime</a>, <a class="el" href="a01727.html#f2427262f1258654e3ba0962cbefc6cc">vtkTransformCoordinateSystems</a>, <a class="el" href="a01728.html#5f1e7df70f24432c343250085a10c0e3">vtkTransformFilter</a>, <a class="el" href="a01864.html#b62e2cc4ab5e1014a4127ca1f5f5990b">vtkWarpLens</a>, <a class="el" href="a01865.html#fc0caa35d3e70a6d275db4c143241481">vtkWarpScalar</a>, <a class="el" href="a01866.html#8095da9b7e3de70f129ed05baafa10c4">vtkWarpTo</a>, <a class="el" href="a01868.html#0d5ccfa9a3ffb3c1cbbd699668b3225e">vtkWarpVector</a>, <a class="el" href="a01196.html#feb03998a7d5464e55c2371cd0b188b6">vtkPCAAnalysisFilter</a>, <a class="el" href="a01308.html#15d7d8718343eb26162f3c2a5b23cfa0">vtkProcrustesAlignmentFilter</a>, and <a class="el" href="a01873.html#454df7639cddfa830a1b11963379b3a7">vtkWeightedTransformFilter</a>.</p>

</div>
</div><p>
<a class="anchor" name="766fdce3e6a78db67187f26d0bca7579"></a><!-- doxytag: member="vtkPointSetAlgorithm::GetClassName" ref="766fdce3e6a78db67187f26d0bca7579" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkPointSetAlgorithm::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="a00101.html#4ef277d9248b02d2c90226436c1b3636">vtkAlgorithm</a>.</p>

<p>Reimplemented in <a class="el" href="a00501.html#b21c8fccba480b8dd22fce9397eb691b">vtkExtractDataOverTime</a>, <a class="el" href="a01727.html#97c599eb420fadd19d5a3869cd270a8a">vtkTransformCoordinateSystems</a>, <a class="el" href="a01728.html#88258c264993f6842a1e4bb6b279a5e6">vtkTransformFilter</a>, <a class="el" href="a01864.html#d194209bec83d6320b44bd29a0a87468">vtkWarpLens</a>, <a class="el" href="a01865.html#9d6769b2fccb72c8650e5217307f194a">vtkWarpScalar</a>, <a class="el" href="a01866.html#43894acfc793957118645a77b1861777">vtkWarpTo</a>, <a class="el" href="a01868.html#67049f66c18dd6a1fde5c6d77cf41a3a">vtkWarpVector</a>, <a class="el" href="a01196.html#a98939e254de4a18b8dc7bc2e849cfb6">vtkPCAAnalysisFilter</a>, <a class="el" href="a01308.html#ad5963e3ad30f2a287a8cbfa6b04456b">vtkProcrustesAlignmentFilter</a>, and <a class="el" href="a01873.html#6c44e6611926f9eb22b124c62793fb57">vtkWeightedTransformFilter</a>.</p>

</div>
</div><p>
<a class="anchor" name="9db1baa535a872c8afb94184c1720467"></a><!-- doxytag: member="vtkPointSetAlgorithm::IsTypeOf" ref="9db1baa535a872c8afb94184c1720467" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkPointSetAlgorithm::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="a00101.html#ed421f193564228ffe93672c9bdfac5b">vtkAlgorithm</a>.</p>

<p>Reimplemented in <a class="el" href="a00501.html#0bf928fa72d63785babf5afff04ded1e">vtkExtractDataOverTime</a>, <a class="el" href="a01727.html#099b4caee36623abb2d66cab3b66bd0b">vtkTransformCoordinateSystems</a>, <a class="el" href="a01728.html#181499574e05c83251f6b8d2b45c1526">vtkTransformFilter</a>, <a class="el" href="a01864.html#1a37364a41f9876b8f5d9309079e05fd">vtkWarpLens</a>, <a class="el" href="a01865.html#301f44de9c71038a5764f85b0e38b56e">vtkWarpScalar</a>, <a class="el" href="a01866.html#d0ebb4aa10b5212b8f1c4597cb71e134">vtkWarpTo</a>, <a class="el" href="a01868.html#b5b2d02ecf9b1c21b1075d734879d86b">vtkWarpVector</a>, <a class="el" href="a01196.html#e6e44149f6e15a55050a768c674aac5f">vtkPCAAnalysisFilter</a>, <a class="el" href="a01308.html#2f5f0523b52bf0c1c7422e661ab3c3ac">vtkProcrustesAlignmentFilter</a>, and <a class="el" href="a01873.html#dda22790741a2eeeeaef1c57c0761d19">vtkWeightedTransformFilter</a>.</p>

</div>
</div><p>
<a class="anchor" name="f59fe5a178a910c6caccc54ac22449f3"></a><!-- doxytag: member="vtkPointSetAlgorithm::IsA" ref="f59fe5a178a910c6caccc54ac22449f3" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkPointSetAlgorithm::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="a00101.html#709d7c6da79624190848445a8e27add3">vtkAlgorithm</a>.</p>

<p>Reimplemented in <a class="el" href="a00501.html#97289fa593134805d2028ed64841f9e8">vtkExtractDataOverTime</a>, <a class="el" href="a01727.html#85be9aacddda41aee3062a32caa30d96">vtkTransformCoordinateSystems</a>, <a class="el" href="a01728.html#f019ab28f4fa1039b0a25d4db1c25d85">vtkTransformFilter</a>, <a class="el" href="a01864.html#e9ce24865020d8584ed33cc9d5ec5193">vtkWarpLens</a>, <a class="el" href="a01865.html#9cf49253a44834dcd16bde1edd58f50e">vtkWarpScalar</a>, <a class="el" href="a01866.html#e5103c6d514748c83a2d44bad5cae518">vtkWarpTo</a>, <a class="el" href="a01868.html#0b68465b98c91ff79e1659f64c904254">vtkWarpVector</a>, <a class="el" href="a01196.html#1b2a7d52620981ce3799fa7a24c97308">vtkPCAAnalysisFilter</a>, <a class="el" href="a01308.html#687b8ab34f52bf95107e234817ad9029">vtkProcrustesAlignmentFilter</a>, and <a class="el" href="a01873.html#52aee761c7836ae275e6b4fe79087467">vtkWeightedTransformFilter</a>.</p>

</div>
</div><p>
<a class="anchor" name="fe93fde0c709e64d5ca81d9b1b5f96f9"></a><!-- doxytag: member="vtkPointSetAlgorithm::SafeDownCast" ref="fe93fde0c709e64d5ca81d9b1b5f96f9" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01252.html">vtkPointSetAlgorithm</a>* vtkPointSetAlgorithm::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="a00101.html#4b63a5eaf85e94bbf58840916d170ef4">vtkAlgorithm</a>.</p>

<p>Reimplemented in <a class="el" href="a00501.html#f204a8fbec01e7313f369aa8986da082">vtkExtractDataOverTime</a>, <a class="el" href="a01727.html#fe4106da7f9e065ae67203749c8370bc">vtkTransformCoordinateSystems</a>, <a class="el" href="a01728.html#5bcc5185e84b5e8e80a05577e1fd84c7">vtkTransformFilter</a>, <a class="el" href="a01864.html#16fcae99452cf82fcc297516a52fd605">vtkWarpLens</a>, <a class="el" href="a01865.html#44f62035dfebc228e3e173519d586f47">vtkWarpScalar</a>, <a class="el" href="a01866.html#efb493ab2435eddf2fe3a7d0163b0dfb">vtkWarpTo</a>, <a class="el" href="a01868.html#58b5198e548daf89177f8a6f9058b396">vtkWarpVector</a>, <a class="el" href="a01196.html#fa65d052c43edbcdb3cd9fbe00aee4ed">vtkPCAAnalysisFilter</a>, <a class="el" href="a01308.html#e297d3e41a29329e60106d960e43cc73">vtkProcrustesAlignmentFilter</a>, and <a class="el" href="a01873.html#c932113c4069d54d6a6ec836aabe3ed6">vtkWeightedTransformFilter</a>.</p>

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

<p>Reimplemented in <a class="el" href="a00501.html#1dd6b45deef055afc821ed86741b391f">vtkExtractDataOverTime</a>, <a class="el" href="a01727.html#ae51f7be6d7628d04fb0426f6bbbd0bd">vtkTransformCoordinateSystems</a>, <a class="el" href="a01728.html#d70f580d382d18621f65867b7ae1b7c3">vtkTransformFilter</a>, <a class="el" href="a01864.html#6a76ea49cbd800171c6d05cb3475d5b4">vtkWarpLens</a>, <a class="el" href="a01865.html#6d255a2a744ea74c156bd8399ccdf924">vtkWarpScalar</a>, <a class="el" href="a01866.html#9be2b3405c507dbc99204719749a9df5">vtkWarpTo</a>, <a class="el" href="a01868.html#6a097fc2dedb436656b9c195bf018688">vtkWarpVector</a>, <a class="el" href="a01196.html#c0da4297657f2caa11d0353e85c82750">vtkPCAAnalysisFilter</a>, <a class="el" href="a01308.html#119b20ae57195c7379e01f7214bf5ed2">vtkProcrustesAlignmentFilter</a>, and <a class="el" href="a01873.html#b937f98cc8ad0f5fe86b6ecf4fea54d7">vtkWeightedTransformFilter</a>.</p>

</div>
</div><p>
<a class="anchor" name="45c7a48bac0b97edfbfa476e1cf4f46f"></a><!-- doxytag: member="vtkPointSetAlgorithm::GetOutput" ref="45c7a48bac0b97edfbfa476e1cf4f46f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01251.html">vtkPointSet</a>* vtkPointSetAlgorithm::GetOutput           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the output data object for a port on this algorithm. 
</div>
</div><p>
<a class="anchor" name="b1340f50ba3c6d93f778b85218997162"></a><!-- doxytag: member="vtkPointSetAlgorithm::GetOutput" ref="b1340f50ba3c6d93f778b85218997162" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01251.html">vtkPointSet</a>* vtkPointSetAlgorithm::GetOutput           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the output data object for a port on this algorithm. 
</div>
</div><p>
<a class="anchor" name="176824a4903714fc73fcb526fab675dd"></a><!-- doxytag: member="vtkPointSetAlgorithm::GetPolyDataOutput" ref="176824a4903714fc73fcb526fab675dd" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01260.html">vtkPolyData</a>* vtkPointSetAlgorithm::GetPolyDataOutput           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the output as <a class="el" href="a01260.html" title="concrete dataset represents vertices, lines, polygons, and triangle strips">vtkPolyData</a>. 
</div>
</div><p>
<a class="anchor" name="1cd992d30ed6832172ba1f2747c46e21"></a><!-- doxytag: member="vtkPointSetAlgorithm::GetStructuredGridOutput" ref="1cd992d30ed6832172ba1f2747c46e21" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01625.html">vtkStructuredGrid</a>* vtkPointSetAlgorithm::GetStructuredGridOutput           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the output as <a class="el" href="a01625.html" title="topologically regular array of data">vtkStructuredGrid</a>. 
</div>
</div><p>
<a class="anchor" name="90c6331992fd222e084cf167cc3f1716"></a><!-- doxytag: member="vtkPointSetAlgorithm::GetUnstructuredGridOutput" ref="90c6331992fd222e084cf167cc3f1716" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01789.html">vtkUnstructuredGrid</a>* vtkPointSetAlgorithm::GetUnstructuredGridOutput           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the output as <a class="el" href="a01789.html" title="dataset represents arbitrary combinations of all possible cell types">vtkUnstructuredGrid</a>. 
</div>
</div><p>
<a class="anchor" name="ddfa8243dd5127368e98fa471e25ae53"></a><!-- doxytag: member="vtkPointSetAlgorithm::SetInput" ref="ddfa8243dd5127368e98fa471e25ae53" args="(vtkDataObject *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkPointSetAlgorithm::SetInput           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00362.html">vtkDataObject</a> *&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general <a class="el" href="a00101.html#ac26b4138f0e8c07e45c74571f2c51a3">vtkAlgorithm::SetInputConnection()</a>. These methods transform the input index to the input port index, not an index of a connection within a single port. 
</div>
</div><p>
<a class="anchor" name="9b30f051b2abe56797e2a077dbf7da34"></a><!-- doxytag: member="vtkPointSetAlgorithm::SetInput" ref="9b30f051b2abe56797e2a077dbf7da34" args="(int, vtkDataObject *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkPointSetAlgorithm::SetInput           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">, </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"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general <a class="el" href="a00101.html#ac26b4138f0e8c07e45c74571f2c51a3">vtkAlgorithm::SetInputConnection()</a>. These methods transform the input index to the input port index, not an index of a connection within a single port. 
<p>Reimplemented in <a class="el" href="a01196.html#b91739cec4095896e27dfcff432adfee">vtkPCAAnalysisFilter</a>, and <a class="el" href="a01308.html#b098dc68ff7221547258da951fafccb6">vtkProcrustesAlignmentFilter</a>.</p>

</div>
</div><p>
<a class="anchor" name="a933aeab27194f9af96d159364e6813b"></a><!-- doxytag: member="vtkPointSetAlgorithm::SetInput" ref="a933aeab27194f9af96d159364e6813b" args="(vtkPointSet *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkPointSetAlgorithm::SetInput           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a01251.html">vtkPointSet</a> *&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general <a class="el" href="a00101.html#ac26b4138f0e8c07e45c74571f2c51a3">vtkAlgorithm::SetInputConnection()</a>. These methods transform the input index to the input port index, not an index of a connection within a single port. 
</div>
</div><p>
<a class="anchor" name="adb427a0d4316057aa3d1e616142d2e2"></a><!-- doxytag: member="vtkPointSetAlgorithm::SetInput" ref="adb427a0d4316057aa3d1e616142d2e2" args="(int, vtkPointSet *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkPointSetAlgorithm::SetInput           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a01251.html">vtkPointSet</a> *&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general <a class="el" href="a00101.html#ac26b4138f0e8c07e45c74571f2c51a3">vtkAlgorithm::SetInputConnection()</a>. These methods transform the input index to the input port index, not an index of a connection within a single port. 
<p>Reimplemented in <a class="el" href="a01196.html#0d86f40eee197993f19574f385dff7bb">vtkPCAAnalysisFilter</a>, and <a class="el" href="a01308.html#78cb64d69b9128c6cd063039191be72c">vtkProcrustesAlignmentFilter</a>.</p>

</div>
</div><p>
<a class="anchor" name="fb99a6ea665b430bd9005e1fad72b69c"></a><!-- doxytag: member="vtkPointSetAlgorithm::AddInput" ref="fb99a6ea665b430bd9005e1fad72b69c" args="(vtkDataObject *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkPointSetAlgorithm::AddInput           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00362.html">vtkDataObject</a> *&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Add an input of this algorithm. Note that these methods support old-style pipeline connections. When writing new code you should use the more general <a class="el" href="a00101.html#fea437e12d98e7745874708990d1dee0">vtkAlgorithm::AddInputConnection()</a>. See <a class="el" href="a01252.html#ddfa8243dd5127368e98fa471e25ae53">SetInput()</a> for details. 
</div>
</div><p>
<a class="anchor" name="b7fd2f4930c2519615a56c7ddeb10bc9"></a><!-- doxytag: member="vtkPointSetAlgorithm::AddInput" ref="b7fd2f4930c2519615a56c7ddeb10bc9" args="(vtkPointSet *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkPointSetAlgorithm::AddInput           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a01251.html">vtkPointSet</a> *&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Add an input of this algorithm. Note that these methods support old-style pipeline connections. When writing new code you should use the more general <a class="el" href="a00101.html#fea437e12d98e7745874708990d1dee0">vtkAlgorithm::AddInputConnection()</a>. See <a class="el" href="a01252.html#ddfa8243dd5127368e98fa471e25ae53">SetInput()</a> for details. 
</div>
</div><p>
<a class="anchor" name="f31e761577205c3f02541828df8d6e8c"></a><!-- doxytag: member="vtkPointSetAlgorithm::AddInput" ref="f31e761577205c3f02541828df8d6e8c" args="(int, vtkPointSet *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkPointSetAlgorithm::AddInput           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a01251.html">vtkPointSet</a> *&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Add an input of this algorithm. Note that these methods support old-style pipeline connections. When writing new code you should use the more general <a class="el" href="a00101.html#fea437e12d98e7745874708990d1dee0">vtkAlgorithm::AddInputConnection()</a>. See <a class="el" href="a01252.html#ddfa8243dd5127368e98fa471e25ae53">SetInput()</a> for details. 
</div>
</div><p>
<a class="anchor" name="420faecc1c0fc7f308147c1abca0051d"></a><!-- doxytag: member="vtkPointSetAlgorithm::AddInput" ref="420faecc1c0fc7f308147c1abca0051d" args="(int, vtkDataObject *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkPointSetAlgorithm::AddInput           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">, </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"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Add an input of this algorithm. Note that these methods support old-style pipeline connections. When writing new code you should use the more general <a class="el" href="a00101.html#fea437e12d98e7745874708990d1dee0">vtkAlgorithm::AddInputConnection()</a>. See <a class="el" href="a01252.html#ddfa8243dd5127368e98fa471e25ae53">SetInput()</a> for details. 
</div>
</div><p>
<a class="anchor" name="23f6e8f3b94f3ee2beac7d2bf09a6a5e"></a><!-- doxytag: member="vtkPointSetAlgorithm::GetInput" ref="23f6e8f3b94f3ee2beac7d2bf09a6a5e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00362.html">vtkDataObject</a>* vtkPointSetAlgorithm::GetInput           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="d298b6537891a71306248dbb7ffeedb8"></a><!-- doxytag: member="vtkPointSetAlgorithm::ProcessRequest" ref="d298b6537891a71306248dbb7ffeedb8" args="(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkPointSetAlgorithm::ProcessRequest           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00872.html">vtkInformation</a> *&nbsp;</td>
          <td class="paramname"> <em>request</em>, </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"> <em>inputVector</em>, </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"> <em>outputVector</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>
see <a class="el" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK.">vtkAlgorithm</a> for details 
<p>Reimplemented from <a class="el" href="a00101.html#99651784a97d309c0cc90072dca29542">vtkAlgorithm</a>.</p>

<p>Reimplemented in <a class="el" href="a00501.html#d07effeed3b323516a90e07f7b6db41a">vtkExtractDataOverTime</a>.</p>

</div>
</div><p>
<a class="anchor" name="e62d56dabd8979f027374ef5cc9ff399"></a><!-- doxytag: member="vtkPointSetAlgorithm::RequestDataObject" ref="e62d56dabd8979f027374ef5cc9ff399" args="(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkPointSetAlgorithm::RequestDataObject           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00872.html">vtkInformation</a> *&nbsp;</td>
          <td class="paramname"> <em>request</em>, </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"> <em>inputVector</em>, </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"> <em>outputVector</em></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. 
</div>
</div><p>
<a class="anchor" name="b02863f2de9f5dc27d6624cbaee32172"></a><!-- doxytag: member="vtkPointSetAlgorithm::ExecuteInformation" ref="b02863f2de9f5dc27d6624cbaee32172" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkPointSetAlgorithm::ExecuteInformation           </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> [inline, 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>Definition at line <a class="el" href="a04116.html#l00116">116</a> of file <a class="el" href="a04116.html">vtkPointSetAlgorithm.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="8ba171d4df72371aa1d6f50623bf06fb"></a><!-- doxytag: member="vtkPointSetAlgorithm::RequestData" ref="8ba171d4df72371aa1d6f50623bf06fb" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkPointSetAlgorithm::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> [inline, 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 in <a class="el" href="a01727.html#0a0d32cf8cd9c952668d5bea58f9c83f">vtkTransformCoordinateSystems</a>, <a class="el" href="a01728.html#06148d228d6315b43c75c58b3921892a">vtkTransformFilter</a>, <a class="el" href="a01864.html#aa9c22eb42806d715345c69f55a2459b">vtkWarpLens</a>, <a class="el" href="a01865.html#c8162bb1ff508ff37957412f1bb827f0">vtkWarpScalar</a>, <a class="el" href="a01866.html#913a5e13755442b86ad5dcfc7fa452c8">vtkWarpTo</a>, <a class="el" href="a01868.html#a4f74e11b01ec9de5bb8a6dee2f598f1">vtkWarpVector</a>, <a class="el" href="a01196.html#8b19b6dde9ab9583aedfb3ae17bf3a71">vtkPCAAnalysisFilter</a>, <a class="el" href="a01308.html#cae96487a56b3267cba37faa91d07d2e">vtkProcrustesAlignmentFilter</a>, and <a class="el" href="a01873.html#966afe7e9c263de265103586572c64aa">vtkWeightedTransformFilter</a>.</p>

<p>Definition at line <a class="el" href="a04116.html#l00124">124</a> of file <a class="el" href="a04116.html">vtkPointSetAlgorithm.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="a0c31736bbda381eb8831f1bb615217d"></a><!-- doxytag: member="vtkPointSetAlgorithm::ComputeInputUpdateExtent" ref="a0c31736bbda381eb8831f1bb615217d" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkPointSetAlgorithm::ComputeInputUpdateExtent           </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> [inline, 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>Definition at line <a class="el" href="a04116.html#l00132">132</a> of file <a class="el" href="a04116.html">vtkPointSetAlgorithm.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="6daa4db4ccc61c7f9558f1e6dfdcb0de"></a><!-- doxytag: member="vtkPointSetAlgorithm::FillOutputPortInformation" ref="6daa4db4ccc61c7f9558f1e6dfdcb0de" args="(int port, vtkInformation *info)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkPointSetAlgorithm::FillOutputPortInformation           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>port</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00872.html">vtkInformation</a> *&nbsp;</td>
          <td class="paramname"> <em>info</em></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>
Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle. 
<p>Reimplemented from <a class="el" href="a00101.html#278ce83f371e6a398cf46f4600108d3e">vtkAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="f70271eaa1ee8654d710455207e8f260"></a><!-- doxytag: member="vtkPointSetAlgorithm::FillInputPortInformation" ref="f70271eaa1ee8654d710455207e8f260" args="(int port, vtkInformation *info)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkPointSetAlgorithm::FillInputPortInformation           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>port</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00872.html">vtkInformation</a> *&nbsp;</td>
          <td class="paramname"> <em>info</em></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>
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle. 
<p>Reimplemented from <a class="el" href="a00101.html#aad069877868b9c2e8035a946a5d0538">vtkAlgorithm</a>.</p>

<p>Reimplemented in <a class="el" href="a01196.html#80e151cd7c226ebe53f04c68cf47b28e">vtkPCAAnalysisFilter</a>, and <a class="el" href="a01308.html#63981a268ebae3da79dd664406746f77">vtkProcrustesAlignmentFilter</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="a04116.html">vtkPointSetAlgorithm.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 19:25:10 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>