Sophie

Sophie

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

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: vtkPiecewiseFunctionAlgorithm 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>vtkPiecewiseFunctionAlgorithm Class Reference</h1><!-- doxytag: class="vtkPiecewiseFunctionAlgorithm" --><!-- doxytag: inherits="vtkAlgorithm" --><code>#include &lt;<a class="el" href="a04109.html">vtkPiecewiseFunctionAlgorithm.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkPiecewiseFunctionAlgorithm:</div>
<div class="dynsection">
<p><center><img src="a12995.png" border="0" usemap="#a12996" alt="Inheritance graph"></center>
<map name="a12996">
<area shape="rect" href="a01217.html" title="vtkPiecewiseFunctionShiftScale" alt="" coords="6,304,222,331"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="64,155,163,181"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="74,80,154,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="59,5,168,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkPiecewiseFunctionAlgorithm:</div>
<div class="dynsection">
<p><center><img src="a12997.png" border="0" usemap="#a12998" alt="Collaboration graph"></center>
<map name="a12998">
<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="a12999.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
Superclass for algorithms that produce only piecewise function as output. 
<p>
<a class="el" href="a01216.html" title="Superclass for algorithms that produce only piecewise function as output.">vtkPiecewiseFunctionAlgorithm</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 constructor for the default. This class also provides a FillInputPortInfo method that by default says that all inputs will be PiecewiseFunction. 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 ExecuteData and ExecuteInformation. For new algorithms you should implement RequestData( request, inputVec, outputVec) but for older filters there is a default implementation that calls the old ExecuteData(output) signature, for even older filters that don;t implement ExecuteData the default implementation calls the even older <a class="el" href="a01216.html#1cca8336d68b8a2c86a5ad8f2ea7422b">Execute()</a> signature. 
<p>Definition at line <a class="el" href="a04109.html#l00045">45</a> of file <a class="el" href="a04109.html">vtkPiecewiseFunctionAlgorithm.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="a01216.html#5486d42458ce7aa68d7ac5543b49d51e">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="a01216.html#204c756c2ae00a8b97d22e9b416547d5">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="a01216.html#afe4e41660f5b2e343b92f778075c904">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="a01216.html#23ba5372262b26381fe5b9339657d46b">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="a00362.html">vtkDataObject</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01216.html#491b67e9159ee2106cdb3675b8baf4bc">GetInput</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="a01216.html#96edea04df999caa2fcff165009decfb">GetInput</a> (int port)</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="a01216.html#2b53fbff2c30d2c3bb2995b0a5333e23">GetOutput</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="a01216.html#1c4d253185392bfa5cfec38bb34924e3">GetOutput</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01216.html#372302479a61d9423ffc1bc858571047">SetOutput</a> (<a class="el" href="a00362.html">vtkDataObject</a> *d)</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="a01216.html#4117f1870bf082efe0a3feead4c477b1">ProcessRequest</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">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01216.html#426b9a56bacdfb59ac6ac71ba944c232">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="a01216.html#bf7a567b51ac4207a2d4b840b0d91333">SetInput</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">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01216.html#752dcd968896ad1394690fce66fc71d8">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="a01216.html#8ba9f2ae88f82db462460c0ca8ef6f62">AddInput</a> (int, <a class="el" href="a00362.html">vtkDataObject</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 <br>
<a class="el" href="a01216.html">vtkPiecewiseFunctionAlgorithm</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01216.html#139b3ecfcd91bc731d5d87a72e03fd15">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="a01216.html#82cadf02bd6ccf6bf54e6bfff0d6cd11">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <br>
<a class="el" href="a01216.html">vtkPiecewiseFunctionAlgorithm</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01216.html#4ab4d0ed50b2ca383c46c5578034cc52">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="a01216.html#c6fd11268cc9089edde42f931d028426">vtkPiecewiseFunctionAlgorithm</a> ()</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01216.html#9106e5d0a9a2b4a1be7db3ea544fb3f1">UpdateExtentIsEmpty</a> (<a class="el" href="a00362.html">vtkDataObject</a> *output)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01216.html#e9761db43945fcbf0fb95944511d41a8">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="a01216.html#ba2e262201a1e36427d93147c75630c2">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="a01216.html#a0ef1ed2b8df8cbf8d177aaa6d2af4b2">RequestData</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 void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01216.html#5864c8888036f9bdeeeb08f23753fc34">ExecuteData</a> (<a class="el" href="a00362.html">vtkDataObject</a> *output)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01216.html#1cca8336d68b8a2c86a5ad8f2ea7422b">Execute</a> ()</td></tr>

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="5486d42458ce7aa68d7ac5543b49d51e"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::Superclass" ref="5486d42458ce7aa68d7ac5543b49d51e" 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">vtkPiecewiseFunctionAlgorithm::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="a01217.html#951959b250bd778e689ddc8de811b247">vtkPiecewiseFunctionShiftScale</a>.</p>

<p>Definition at line <a class="el" href="a04109.html#l00049">49</a> of file <a class="el" href="a04109.html">vtkPiecewiseFunctionAlgorithm.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="c6fd11268cc9089edde42f931d028426"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::vtkPiecewiseFunctionAlgorithm" ref="c6fd11268cc9089edde42f931d028426" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkPiecewiseFunctionAlgorithm::vtkPiecewiseFunctionAlgorithm           </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="ddb1c360951037b08a9df6ebd0523848"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::~vtkPiecewiseFunctionAlgorithm" ref="ddb1c360951037b08a9df6ebd0523848" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkPiecewiseFunctionAlgorithm::~vtkPiecewiseFunctionAlgorithm           </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="139b3ecfcd91bc731d5d87a72e03fd15"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::New" ref="139b3ecfcd91bc731d5d87a72e03fd15" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01216.html">vtkPiecewiseFunctionAlgorithm</a>* vtkPiecewiseFunctionAlgorithm::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="a01217.html#df208a3304c32125c05e207d4858f852">vtkPiecewiseFunctionShiftScale</a>.</p>

</div>
</div><p>
<a class="anchor" name="204c756c2ae00a8b97d22e9b416547d5"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::GetClassName" ref="204c756c2ae00a8b97d22e9b416547d5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkPiecewiseFunctionAlgorithm::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="a01217.html#08a1d5a387e4dd00cd21142e788d834b">vtkPiecewiseFunctionShiftScale</a>.</p>

</div>
</div><p>
<a class="anchor" name="82cadf02bd6ccf6bf54e6bfff0d6cd11"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::IsTypeOf" ref="82cadf02bd6ccf6bf54e6bfff0d6cd11" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkPiecewiseFunctionAlgorithm::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="a01217.html#917b91958b70434312e93b54b7147a54">vtkPiecewiseFunctionShiftScale</a>.</p>

</div>
</div><p>
<a class="anchor" name="afe4e41660f5b2e343b92f778075c904"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::IsA" ref="afe4e41660f5b2e343b92f778075c904" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkPiecewiseFunctionAlgorithm::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="a01217.html#fc06d1129dd443dbe26d2a6b30dabec8">vtkPiecewiseFunctionShiftScale</a>.</p>

</div>
</div><p>
<a class="anchor" name="4ab4d0ed50b2ca383c46c5578034cc52"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::SafeDownCast" ref="4ab4d0ed50b2ca383c46c5578034cc52" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01216.html">vtkPiecewiseFunctionAlgorithm</a>* vtkPiecewiseFunctionAlgorithm::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="a01217.html#d9b835216b88637fd9fcb75c50612c99">vtkPiecewiseFunctionShiftScale</a>.</p>

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

</div>
</div><p>
<a class="anchor" name="2b53fbff2c30d2c3bb2995b0a5333e23"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::GetOutput" ref="2b53fbff2c30d2c3bb2995b0a5333e23" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00362.html">vtkDataObject</a>* vtkPiecewiseFunctionAlgorithm::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="1c4d253185392bfa5cfec38bb34924e3"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::GetOutput" ref="1c4d253185392bfa5cfec38bb34924e3" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00362.html">vtkDataObject</a>* vtkPiecewiseFunctionAlgorithm::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="372302479a61d9423ffc1bc858571047"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::SetOutput" ref="372302479a61d9423ffc1bc858571047" args="(vtkDataObject *d)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkPiecewiseFunctionAlgorithm::SetOutput           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00362.html">vtkDataObject</a> *&nbsp;</td>
          <td class="paramname"> <em>d</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></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="4117f1870bf082efe0a3feead4c477b1"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::ProcessRequest" ref="4117f1870bf082efe0a3feead4c477b1" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkPiecewiseFunctionAlgorithm::ProcessRequest           </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> [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>

</div>
</div><p>
<a class="anchor" name="491b67e9159ee2106cdb3675b8baf4bc"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::GetInput" ref="491b67e9159ee2106cdb3675b8baf4bc" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00362.html">vtkDataObject</a>* vtkPiecewiseFunctionAlgorithm::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="96edea04df999caa2fcff165009decfb"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::GetInput" ref="96edea04df999caa2fcff165009decfb" args="(int port)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00362.html">vtkDataObject</a>* vtkPiecewiseFunctionAlgorithm::GetInput           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>port</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="426b9a56bacdfb59ac6ac71ba944c232"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::SetInput" ref="426b9a56bacdfb59ac6ac71ba944c232" args="(vtkDataObject *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkPiecewiseFunctionAlgorithm::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="bf7a567b51ac4207a2d4b840b0d91333"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::SetInput" ref="bf7a567b51ac4207a2d4b840b0d91333" args="(int, vtkDataObject *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkPiecewiseFunctionAlgorithm::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. 
</div>
</div><p>
<a class="anchor" name="752dcd968896ad1394690fce66fc71d8"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::AddInput" ref="752dcd968896ad1394690fce66fc71d8" args="(vtkDataObject *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkPiecewiseFunctionAlgorithm::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="a01216.html#426b9a56bacdfb59ac6ac71ba944c232">SetInput()</a> for details. 
</div>
</div><p>
<a class="anchor" name="8ba9f2ae88f82db462460c0ca8ef6f62"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::AddInput" ref="8ba9f2ae88f82db462460c0ca8ef6f62" args="(int, vtkDataObject *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkPiecewiseFunctionAlgorithm::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="a01216.html#426b9a56bacdfb59ac6ac71ba944c232">SetInput()</a> for details. 
</div>
</div><p>
<a class="anchor" name="a0ef1ed2b8df8cbf8d177aaa6d2af4b2"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::RequestData" ref="a0ef1ed2b8df8cbf8d177aaa6d2af4b2" args="(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkPiecewiseFunctionAlgorithm::RequestData           </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. 
<p>Reimplemented in <a class="el" href="a01217.html#20534812cf82d7d98a2a08aee8165b20">vtkPiecewiseFunctionShiftScale</a>.</p>

</div>
</div><p>
<a class="anchor" name="9106e5d0a9a2b4a1be7db3ea544fb3f1"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::UpdateExtentIsEmpty" ref="9106e5d0a9a2b4a1be7db3ea544fb3f1" args="(vtkDataObject *output)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkPiecewiseFunctionAlgorithm::UpdateExtentIsEmpty           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00362.html">vtkDataObject</a> *&nbsp;</td>
          <td class="paramname"> <em>output</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This detects when the UpdateExtent will generate no data. This condition is satisfied when the UpdateExtent has zero volume (0,-1,...) or the UpdateNumberOfPieces is 0. The source uses this call to determine whether to call Execute. 
<p>Reimplemented from <a class="el" href="a00101.html#1a5dd0481b96460508d46b164b1955c0">vtkAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="5864c8888036f9bdeeeb08f23753fc34"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::ExecuteData" ref="5864c8888036f9bdeeeb08f23753fc34" args="(vtkDataObject *output)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkPiecewiseFunctionAlgorithm::ExecuteData           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00362.html">vtkDataObject</a> *&nbsp;</td>
          <td class="paramname"> <em>output</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This method is the old style execute method 
</div>
</div><p>
<a class="anchor" name="1cca8336d68b8a2c86a5ad8f2ea7422b"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::Execute" ref="1cca8336d68b8a2c86a5ad8f2ea7422b" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkPiecewiseFunctionAlgorithm::Execute           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This method is the old style execute method 
</div>
</div><p>
<a class="anchor" name="e9761db43945fcbf0fb95944511d41a8"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::FillOutputPortInformation" ref="e9761db43945fcbf0fb95944511d41a8" args="(int port, vtkInformation *info)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkPiecewiseFunctionAlgorithm::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="ba2e262201a1e36427d93147c75630c2"></a><!-- doxytag: member="vtkPiecewiseFunctionAlgorithm::FillInputPortInformation" ref="ba2e262201a1e36427d93147c75630c2" args="(int port, vtkInformation *info)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkPiecewiseFunctionAlgorithm::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>

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