Sophie

Sophie

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

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: vtkUndirectedGraphAlgorithm 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>vtkUndirectedGraphAlgorithm Class Reference</h1><!-- doxytag: class="vtkUndirectedGraphAlgorithm" --><!-- doxytag: inherits="vtkAlgorithm" --><code>#include &lt;<a class="el" href="a04183.html">vtkUndirectedGraphAlgorithm.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkUndirectedGraphAlgorithm:</div>
<div class="dynsection">
<p><center><img src="a15514.png" border="0" usemap="#a15515" alt="Inheritance graph"></center>
<map name="a15515">
<area shape="rect" href="a00181.html" title="Find the biconnected components of a graph." alt="" coords="6,304,232,331"><area shape="rect" href="a00261.html" title="Reads chaco graph files." alt="" coords="256,304,419,331"><area shape="rect" href="a01769.html" title="Reads tulip graph files." alt="" coords="443,304,558,331"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="288,155,387,181"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="298,80,378,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="283,5,392,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkUndirectedGraphAlgorithm:</div>
<div class="dynsection">
<p><center><img src="a15516.png" border="0" usemap="#a15517" alt="Collaboration graph"></center>
<map name="a15517">
<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="a15518.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
Superclass for algorithms that produce undirected graph as output. 
<p>
<a class="el" href="a01777.html" title="Superclass for algorithms that produce undirected graph as output.">vtkUndirectedGraphAlgorithm</a> is a convenience class to make writing algorithms easier. It is also designed to help transition old algorithms to the new pipeline edgehitecture. There 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 class constructor for the default. This class also provides a FillInputPortInfo method that by default says that all inputs will be Graph. If that isn't the case then please override this method in your subclass. This class breaks out the downstream requests into separate 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 Execute() signature.<p>
<dl class="user" compact><dt><b>Thanks:</b></dt><dd>Thanks to Patricia Crossno, Ken Moreland, Andrew Wilson and Brian Wylie from Sandia National Laboratories for their help in developing this class. </dd></dl>

<p>Definition at line <a class="el" href="a04183.html#l00053">53</a> of file <a class="el" href="a04183.html">vtkUndirectedGraphAlgorithm.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="a01777.html#a78d7b5d67e30508e0865e48f79a1026">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="a01777.html#44ee57728836645646148d5d46d28a5e">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="a01777.html#2a9eb6deda3350d5b09c41da6da9bf01">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="a01777.html#ad6acb081b8eb6c5942f829b4b859596">PrintSelf</a> (ostream &amp;os, <a class="el" href="a00869.html">vtkIndent</a> indent)</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01777.html#0eed9123956285110009f24b950f6fe7">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"><a class="el" href="a01776.html">vtkUndirectedGraph</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01777.html#e2332dea3843f5d497ebd04b547064c8">GetOutput</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a01776.html">vtkUndirectedGraph</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01777.html#4d89fef0743a031d593cd12899998702">GetOutput</a> (int index)</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="a01777.html#11a60d333340a71eae83f2925782e57e">SetInput</a> (<a class="el" href="a00362.html">vtkDataObject</a> *obj)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01777.html#665dcec6f94450419f7f980dff6a9796">SetInput</a> (int index, <a class="el" href="a00362.html">vtkDataObject</a> *obj)</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="a01777.html">vtkUndirectedGraphAlgorithm</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01777.html#a34cbc050bf7b1ac19d44596251d17a5">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="a01777.html#aa62b786a4ee536ad391f1d899a74444">IsTypeOf</a> (const char *type)</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01777.html#e6d403c9093a854d82fdc9508857f02a">~vtkUndirectedGraphAlgorithm</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="a01777.html#c75fc209cff59c63eaab4ec5a20bb939">RequestInformation</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 class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01777.html#6002e1d7baf6e00aaf3c464603211dae">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="a01777.html#f15a012a4aa0755c3260d8c04058641c">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="a01777.html#3c99f3e5912cd6d56cab69ddc7bae579">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 int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01777.html#948100cf3e8196ae31161b07e264266c">RequestUpdateExtent</a> (<a class="el" href="a00872.html">vtkInformation</a> *, <a class="el" href="a00895.html">vtkInformationVector</a> **, <a class="el" href="a00895.html">vtkInformationVector</a> *)</td></tr>

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="a78d7b5d67e30508e0865e48f79a1026"></a><!-- doxytag: member="vtkUndirectedGraphAlgorithm::Superclass" ref="a78d7b5d67e30508e0865e48f79a1026" 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">vtkUndirectedGraphAlgorithm::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="a00181.html#7c74c95069a85a2b15195c7d26f2bbd1">vtkBoostBiconnectedComponents</a>, <a class="el" href="a00261.html#6d5fde152370134d83b5c771b550fa8c">vtkChacoGraphReader</a>, and <a class="el" href="a01769.html#1bbef59757bd754cc478f08f079882b7">vtkTulipReader</a>.</p>

<p>Definition at line <a class="el" href="a04183.html#l00057">57</a> of file <a class="el" href="a04183.html">vtkUndirectedGraphAlgorithm.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="a4f8eefd937dc2b85827b7e9d452c7b2"></a><!-- doxytag: member="vtkUndirectedGraphAlgorithm::vtkUndirectedGraphAlgorithm" ref="a4f8eefd937dc2b85827b7e9d452c7b2" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkUndirectedGraphAlgorithm::vtkUndirectedGraphAlgorithm           </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="e6d403c9093a854d82fdc9508857f02a"></a><!-- doxytag: member="vtkUndirectedGraphAlgorithm::~vtkUndirectedGraphAlgorithm" ref="e6d403c9093a854d82fdc9508857f02a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkUndirectedGraphAlgorithm::~vtkUndirectedGraphAlgorithm           </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="a34cbc050bf7b1ac19d44596251d17a5"></a><!-- doxytag: member="vtkUndirectedGraphAlgorithm::New" ref="a34cbc050bf7b1ac19d44596251d17a5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01777.html">vtkUndirectedGraphAlgorithm</a>* vtkUndirectedGraphAlgorithm::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="a00181.html#d7bbbfa4f4ddc43318dbdfb3f5c84069">vtkBoostBiconnectedComponents</a>, <a class="el" href="a00261.html#bf510a084ecaa7f88bca98e921df7a56">vtkChacoGraphReader</a>, and <a class="el" href="a01769.html#5f2a20a127b154de23787262aa41c61a">vtkTulipReader</a>.</p>

</div>
</div><p>
<a class="anchor" name="44ee57728836645646148d5d46d28a5e"></a><!-- doxytag: member="vtkUndirectedGraphAlgorithm::GetClassName" ref="44ee57728836645646148d5d46d28a5e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkUndirectedGraphAlgorithm::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="a00181.html#04952aa22835ab69d72ca53e3fc08a59">vtkBoostBiconnectedComponents</a>, <a class="el" href="a00261.html#49bf630b863cb342405f8a02d702e70b">vtkChacoGraphReader</a>, and <a class="el" href="a01769.html#0b639e19ea872f32ee4b6eea5d1267de">vtkTulipReader</a>.</p>

</div>
</div><p>
<a class="anchor" name="aa62b786a4ee536ad391f1d899a74444"></a><!-- doxytag: member="vtkUndirectedGraphAlgorithm::IsTypeOf" ref="aa62b786a4ee536ad391f1d899a74444" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkUndirectedGraphAlgorithm::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="a00181.html#f25e431ce95adf7c760e7158586e4f4b">vtkBoostBiconnectedComponents</a>, <a class="el" href="a00261.html#d9427073ceb25c3b6d5db326c956a241">vtkChacoGraphReader</a>, and <a class="el" href="a01769.html#621e967322d653df366a1cc13af6b1f0">vtkTulipReader</a>.</p>

</div>
</div><p>
<a class="anchor" name="2a9eb6deda3350d5b09c41da6da9bf01"></a><!-- doxytag: member="vtkUndirectedGraphAlgorithm::IsA" ref="2a9eb6deda3350d5b09c41da6da9bf01" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkUndirectedGraphAlgorithm::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="a00181.html#1c1cc6b3f8607670a1f1795b761f4c76">vtkBoostBiconnectedComponents</a>, <a class="el" href="a00261.html#32985502cb142133dff2628797196514">vtkChacoGraphReader</a>, and <a class="el" href="a01769.html#83a3f06ee9cafe1c611040c421e15383">vtkTulipReader</a>.</p>

</div>
</div><p>
<a class="anchor" name="e9e45e951a7f1c825ea4b2b4ed699d00"></a><!-- doxytag: member="vtkUndirectedGraphAlgorithm::SafeDownCast" ref="e9e45e951a7f1c825ea4b2b4ed699d00" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01777.html">vtkUndirectedGraphAlgorithm</a>* vtkUndirectedGraphAlgorithm::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="a00181.html#f2ac4a1847957f3860591e5743b8351c">vtkBoostBiconnectedComponents</a>, <a class="el" href="a00261.html#de199f822daa35efcfc6ccfc9dc72624">vtkChacoGraphReader</a>, and <a class="el" href="a01769.html#1223b3c66bec5d66752bae0092f68b87">vtkTulipReader</a>.</p>

</div>
</div><p>
<a class="anchor" name="ad6acb081b8eb6c5942f829b4b859596"></a><!-- doxytag: member="vtkUndirectedGraphAlgorithm::PrintSelf" ref="ad6acb081b8eb6c5942f829b4b859596" args="(ostream &amp;os, vtkIndent indent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkUndirectedGraphAlgorithm::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="a00181.html#8646c613ad8b64b1934295871375475b">vtkBoostBiconnectedComponents</a>, <a class="el" href="a00261.html#1e13cc7e7785a9f7564e5f6e687906c3">vtkChacoGraphReader</a>, and <a class="el" href="a01769.html#7465b1880f6f3f4565b596af93738ba2">vtkTulipReader</a>.</p>

</div>
</div><p>
<a class="anchor" name="0eed9123956285110009f24b950f6fe7"></a><!-- doxytag: member="vtkUndirectedGraphAlgorithm::ProcessRequest" ref="0eed9123956285110009f24b950f6fe7" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkUndirectedGraphAlgorithm::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="e2332dea3843f5d497ebd04b547064c8"></a><!-- doxytag: member="vtkUndirectedGraphAlgorithm::GetOutput" ref="e2332dea3843f5d497ebd04b547064c8" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01776.html">vtkUndirectedGraph</a>* vtkUndirectedGraphAlgorithm::GetOutput           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the output data object for a port on this algorithm. 
<p>Definition at line <a class="el" href="a04183.html#l00069">69</a> of file <a class="el" href="a04183.html">vtkUndirectedGraphAlgorithm.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="4d89fef0743a031d593cd12899998702"></a><!-- doxytag: member="vtkUndirectedGraphAlgorithm::GetOutput" ref="4d89fef0743a031d593cd12899998702" args="(int index)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01776.html">vtkUndirectedGraph</a>* vtkUndirectedGraphAlgorithm::GetOutput           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>index</em>          </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="11a60d333340a71eae83f2925782e57e"></a><!-- doxytag: member="vtkUndirectedGraphAlgorithm::SetInput" ref="11a60d333340a71eae83f2925782e57e" args="(vtkDataObject *obj)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkUndirectedGraphAlgorithm::SetInput           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00362.html">vtkDataObject</a> *&nbsp;</td>
          <td class="paramname"> <em>obj</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></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>Definition at line <a class="el" href="a04183.html#l00081">81</a> of file <a class="el" href="a04183.html">vtkUndirectedGraphAlgorithm.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="665dcec6f94450419f7f980dff6a9796"></a><!-- doxytag: member="vtkUndirectedGraphAlgorithm::SetInput" ref="665dcec6f94450419f7f980dff6a9796" args="(int index, vtkDataObject *obj)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkUndirectedGraphAlgorithm::SetInput           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>index</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00362.html">vtkDataObject</a> *&nbsp;</td>
          <td class="paramname"> <em>obj</em></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="c75fc209cff59c63eaab4ec5a20bb939"></a><!-- doxytag: member="vtkUndirectedGraphAlgorithm::RequestInformation" ref="c75fc209cff59c63eaab4ec5a20bb939" args="(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkUndirectedGraphAlgorithm::RequestInformation           </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>

</div>
</div><p>
<a class="anchor" name="3c99f3e5912cd6d56cab69ddc7bae579"></a><!-- doxytag: member="vtkUndirectedGraphAlgorithm::RequestData" ref="3c99f3e5912cd6d56cab69ddc7bae579" args="(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkUndirectedGraphAlgorithm::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="a00181.html#cd34294ec2ab812857ccc1acce87da34">vtkBoostBiconnectedComponents</a>, <a class="el" href="a00261.html#035099f1ee16aa2a899d3b66a80bb353">vtkChacoGraphReader</a>, and <a class="el" href="a01769.html#112013b3abcb859a5f13f2c3fcb89876">vtkTulipReader</a>.</p>

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

<p>
This is called by the superclass. This is the method you should override. 
</div>
</div><p>
<a class="anchor" name="6002e1d7baf6e00aaf3c464603211dae"></a><!-- doxytag: member="vtkUndirectedGraphAlgorithm::FillOutputPortInformation" ref="6002e1d7baf6e00aaf3c464603211dae" args="(int port, vtkInformation *info)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkUndirectedGraphAlgorithm::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="f15a012a4aa0755c3260d8c04058641c"></a><!-- doxytag: member="vtkUndirectedGraphAlgorithm::FillInputPortInformation" ref="f15a012a4aa0755c3260d8c04058641c" args="(int port, vtkInformation *info)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkUndirectedGraphAlgorithm::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="a04183.html">vtkUndirectedGraphAlgorithm.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 19:42:19 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>