Sophie

Sophie

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

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: vtkEdgeTable 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>vtkEdgeTable Class Reference</h1><!-- doxytag: class="vtkEdgeTable" --><!-- doxytag: inherits="vtkObject" --><code>#include &lt;<a class="el" href="a03812.html">vtkEdgeTable.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkEdgeTable:</div>
<div class="dynsection">
<p><center><img src="a09413.png" border="0" usemap="#a09414" alt="Inheritance graph"></center>
<map name="a09414">
<area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="20,80,100,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="5,6,115,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkEdgeTable:</div>
<div class="dynsection">
<p><center><img src="a09415.png" border="0" usemap="#a09416" alt="Collaboration graph"></center>
<map name="a09416">
<area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="356,173,436,200"><area shape="rect" href="a01250.html" title="represent and manipulate 3D points" alt="" coords="71,595,148,621"><area shape="rect" href="a00081.html" title="Abstract superclass for all arrays." alt="" coords="504,376,627,403"><area shape="rect" href="a00872.html" title="Store vtkAlgorithm input/output information." alt="" coords="652,264,761,291"><area shape="rect" href="a01513.html" title="map scalar values into colors" alt="" coords="395,315,536,341"><area shape="rect" href="a00720.html" title="list of point or cell ids" alt="" coords="184,437,256,464"><area shape="rect" href="a01838.html" title="dynamic, self&#45;adjusting array of void* pointers" alt="" coords="252,541,353,568"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="569,5,679,32"><area shape="rect" href="a00884.html" title="internal structure for vtkInformation" alt="" coords="627,173,789,200"><area shape="rect" href="a00886.html" title="Superclass for vtkInformation keys." alt="" coords="691,83,821,109"><area shape="rect" href="a01719.html" title="record modification and/or execution time" alt="" coords="341,83,451,109"><area shape="rect" href="a00980.html" title="map scalar values into colors via a lookup table" alt="" coords="596,685,713,712"><area shape="rect" href="a00356.html" title="abstract superclass for arrays of numeric data" alt="" coords="511,488,612,515"><area shape="rect" href="a01784.html" title="dynamic, self&#45;adjusting array of unsigned char" alt="" coords="479,595,639,621"><area shape="rect" href="a00891.html" title="Key for pointer to pointer." alt="" coords="813,173,995,200"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="a09417.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
keep track of edges (edge is pair of integer id's) 
<p>
<a class="el" href="a00453.html" title="keep track of edges (edge is pair of integer id&#39;s)">vtkEdgeTable</a> is a general object for keeping track of lists of edges. An edge is defined by the pair of point id's (p1,p2). Methods are available to insert edges, check if edges exist, and traverse the list of edges. Also, it's possible to associate attribute information with each edge. The attribute information may take the form of vtkIdType id's, void* pointers, or points. To store attributes, make sure that <a class="el" href="a00453.html#45f1fef0525f02fca2abdf2b36a526d8">InitEdgeInsertion()</a> is invoked with the storeAttributes flag set properly. If points are inserted, use the methods <a class="el" href="a00453.html#368ba8a5ddc6470b1e5a3e8a6e5e3623">InitPointInsertion()</a> and <a class="el" href="a00453.html#c7e77f21d0d86233d3557fe8f844647a">InsertUniquePoint()</a>. 
<p>Definition at line <a class="el" href="a03812.html#l00038">38</a> of file <a class="el" href="a03812.html">vtkEdgeTable.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="a01084.html">vtkObject</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#e9fe7125c39626ab32897baeea89c468">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="a00453.html#34b62e7a50701f031db0010aa3028340">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="a00453.html#5e8fee3df8ea6172bef7408f02640595">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="a00453.html#a298dfba35e06f2e5ac1515e670ab874">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">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#5576bf58c20f760446c33b82beb04239">Initialize</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#45f1fef0525f02fca2abdf2b36a526d8">InitEdgeInsertion</a> (<a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> numPoints, int storeAttributes=0)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#a0380af2eb508ce9d3dbd11ccd67123f">InsertEdge</a> (<a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> p1, <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> p2)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#f3253662d76fce055bca742798807200">InsertEdge</a> (<a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> p1, <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> p2, <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> attributeId)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#3985bc188c2394580644e834e998d7da">InsertEdge</a> (<a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> p1, <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> p2, void *ptr)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#e26a2fb7a9209471d0312b04c7e830d0">IsEdge</a> (<a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> p1, <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> p2)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#f176a483b3d511e1d1abfdfc38ed850f">IsEdge</a> (<a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> p1, <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> p2, void *&amp;ptr)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#368ba8a5ddc6470b1e5a3e8a6e5e3623">InitPointInsertion</a> (<a class="el" href="a01250.html">vtkPoints</a> *newPts, <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> estSize)</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#8c4b8d2788aba73a6f0ddd8b6a7a0b26">GetNextEdge</a> (<a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> &amp;p1, <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> &amp;p2)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#282ac28fa71742d67145a6e3cf27e099">GetNextEdge</a> (<a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> &amp;p1, <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> &amp;p2, void *&amp;ptr)</td></tr>

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

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#c7e77f21d0d86233d3557fe8f844647a">InsertUniquePoint</a> (<a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> p1, <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> p2, double x[3], <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> &amp;ptId)</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#2e9cb4354daa1ed6108fdfb4e0562d73">GetNumberOfEdges</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a00453.html">vtkEdgeTable</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#d5aa5bd08b9e99522df6f66c2fbc5654">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="a00453.html#ba64a6c8e45bc44fd66ad875f0b49077">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a00453.html">vtkEdgeTable</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#e95afc9f2fd323bfcb0bc7fa8e0a92ee">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="a00453.html#6dd1cf9990e55083bf060c0a728a065e">vtkEdgeTable</a> ()</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a00720.html">vtkIdList</a> **&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#a09ca2dd9218e89edb9aabf202e5a7d0">Resize</a> (<a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> size)</td></tr>

<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a00720.html">vtkIdList</a> **&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#6e545f96264205dea3924be8b2775c85">Table</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#a940afa866d3e4e1b872d60f5e5d86d6">TableMaxId</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#4343a9d00d77144e49fcb3f7a977dfd8">TableSize</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#d8a7c55e68f0d05f62fec16e2e075ccb">Position</a> [2]</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#338845c7e7cd4d450dfa36b0049249f9">NumberOfEdges</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a01250.html">vtkPoints</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#2d4a62e1db5a919bbaff6b042961fbc2">Points</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#90c464e600af3d514099f2f78d76ab55">StoreAttributes</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a00720.html">vtkIdList</a> **&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#558c94432ed2becd52b50024120727a9">Attributes</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a01838.html">vtkVoidArray</a> **&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00453.html#2aee6b068eb1f5efb8b722625744969e">PointerAttributes</a></td></tr>

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="e9fe7125c39626ab32897baeea89c468"></a><!-- doxytag: member="vtkEdgeTable::Superclass" ref="e9fe7125c39626ab32897baeea89c468" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="a01084.html">vtkObject</a> <a class="el" href="a01084.html">vtkEdgeTable::Superclass</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a01084.html#11429dee69f4b562e03e07b453dae9b5">vtkObject</a>.</p>

<p>Definition at line <a class="el" href="a03812.html#l00044">44</a> of file <a class="el" href="a03812.html">vtkEdgeTable.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="6dd1cf9990e55083bf060c0a728a065e"></a><!-- doxytag: member="vtkEdgeTable::vtkEdgeTable" ref="6dd1cf9990e55083bf060c0a728a065e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkEdgeTable::vtkEdgeTable           </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="3d3846d47864f0506a42c5d24b43ec69"></a><!-- doxytag: member="vtkEdgeTable::~vtkEdgeTable" ref="3d3846d47864f0506a42c5d24b43ec69" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkEdgeTable::~vtkEdgeTable           </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="d5aa5bd08b9e99522df6f66c2fbc5654"></a><!-- doxytag: member="vtkEdgeTable::New" ref="d5aa5bd08b9e99522df6f66c2fbc5654" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a00453.html">vtkEdgeTable</a>* vtkEdgeTable::New           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Instantiate object assuming that 1000 edges are to be inserted. 
<p>Reimplemented from <a class="el" href="a01084.html#4d5b227267c076d6f9e38483370b6612">vtkObject</a>.</p>

</div>
</div><p>
<a class="anchor" name="34b62e7a50701f031db0010aa3028340"></a><!-- doxytag: member="vtkEdgeTable::GetClassName" ref="34b62e7a50701f031db0010aa3028340" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkEdgeTable::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="a01084.html#d95975c85c2896ea32ff4cf1f8de0886">vtkObject</a>.</p>

</div>
</div><p>
<a class="anchor" name="ba64a6c8e45bc44fd66ad875f0b49077"></a><!-- doxytag: member="vtkEdgeTable::IsTypeOf" ref="ba64a6c8e45bc44fd66ad875f0b49077" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkEdgeTable::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="a01084.html#e9548a248bce0f02f73bbcccd0a9489e">vtkObject</a>.</p>

</div>
</div><p>
<a class="anchor" name="5e8fee3df8ea6172bef7408f02640595"></a><!-- doxytag: member="vtkEdgeTable::IsA" ref="5e8fee3df8ea6172bef7408f02640595" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkEdgeTable::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="a01084.html#831e57b04e46827a7098aa81abadee69">vtkObject</a>.</p>

</div>
</div><p>
<a class="anchor" name="e95afc9f2fd323bfcb0bc7fa8e0a92ee"></a><!-- doxytag: member="vtkEdgeTable::SafeDownCast" ref="e95afc9f2fd323bfcb0bc7fa8e0a92ee" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a00453.html">vtkEdgeTable</a>* vtkEdgeTable::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="a01084.html#bb9351f076544c427ee91229dce83abe">vtkObject</a>.</p>

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

</div>
</div><p>
<a class="anchor" name="5576bf58c20f760446c33b82beb04239"></a><!-- doxytag: member="vtkEdgeTable::Initialize" ref="5576bf58c20f760446c33b82beb04239" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkEdgeTable::Initialize           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Free memory and return to the initially instantiated state. 
</div>
</div><p>
<a class="anchor" name="45f1fef0525f02fca2abdf2b36a526d8"></a><!-- doxytag: member="vtkEdgeTable::InitEdgeInsertion" ref="45f1fef0525f02fca2abdf2b36a526d8" args="(vtkIdType numPoints, int storeAttributes=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkEdgeTable::InitEdgeInsertion           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>numPoints</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>storeAttributes</em> = <code>0</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Initialize the edge insertion process. Provide an estimate of the number of points in a dataset (the maximum range value of p1 or p2). The storeAttributes variable controls whether attributes are to be stored with the edge, and what type of attributes. If storeAttributes==1, then attributes of vtkIdType can be stored. If storeAttributes==2, then attributes of type void* can be stored. In either case, additional memory will be required by the data structure to store attribute data per each edge. This method is used in conjunction with one of the three <a class="el" href="a00453.html#a0380af2eb508ce9d3dbd11ccd67123f">InsertEdge()</a> methods described below (don't mix the <a class="el" href="a00453.html#a0380af2eb508ce9d3dbd11ccd67123f">InsertEdge()</a> methods---make sure that the one used is consistent with the storeAttributes flag set in <a class="el" href="a00453.html#45f1fef0525f02fca2abdf2b36a526d8">InitEdgeInsertion()</a>). 
</div>
</div><p>
<a class="anchor" name="a0380af2eb508ce9d3dbd11ccd67123f"></a><!-- doxytag: member="vtkEdgeTable::InsertEdge" ref="a0380af2eb508ce9d3dbd11ccd67123f" args="(vtkIdType p1, vtkIdType p2)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> vtkEdgeTable::InsertEdge           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>p1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>p2</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Insert the edge (p1,p2) into the table. It is the user's responsibility to check if the edge has already been inserted (use <a class="el" href="a00453.html#e26a2fb7a9209471d0312b04c7e830d0">IsEdge()</a>). If the storeAttributes flag in <a class="el" href="a00453.html#45f1fef0525f02fca2abdf2b36a526d8">InitEdgeInsertion()</a> has been set, then the method returns a unique integer id (i.e., the edge id) that can be used to set and get edge attributes. Otherwise, the method will return 1. Do not mix this method with the <a class="el" href="a00453.html#a0380af2eb508ce9d3dbd11ccd67123f">InsertEdge()</a> method that follows. 
</div>
</div><p>
<a class="anchor" name="f3253662d76fce055bca742798807200"></a><!-- doxytag: member="vtkEdgeTable::InsertEdge" ref="f3253662d76fce055bca742798807200" args="(vtkIdType p1, vtkIdType p2, vtkIdType attributeId)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkEdgeTable::InsertEdge           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>p1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>p2</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>attributeId</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Insert the edge (p1,p2) into the table with the attribute id specified (make sure the attributeId &gt;= 0). Note that the attributeId is ignored if the storeAttributes variable was set to 0 in the <a class="el" href="a00453.html#45f1fef0525f02fca2abdf2b36a526d8">InitEdgeInsertion()</a> method. It is the user's responsibility to check if the edge has already been inserted (use <a class="el" href="a00453.html#e26a2fb7a9209471d0312b04c7e830d0">IsEdge()</a>). Do not mix this method with the other two <a class="el" href="a00453.html#a0380af2eb508ce9d3dbd11ccd67123f">InsertEdge()</a> methods. 
</div>
</div><p>
<a class="anchor" name="3985bc188c2394580644e834e998d7da"></a><!-- doxytag: member="vtkEdgeTable::InsertEdge" ref="3985bc188c2394580644e834e998d7da" args="(vtkIdType p1, vtkIdType p2, void *ptr)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkEdgeTable::InsertEdge           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>p1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>p2</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">void *&nbsp;</td>
          <td class="paramname"> <em>ptr</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Insert the edge (p1,p2) into the table with the attribute id specified (make sure the attributeId &gt;= 0). Note that the attributeId is ignored if the storeAttributes variable was set to 0 in the <a class="el" href="a00453.html#45f1fef0525f02fca2abdf2b36a526d8">InitEdgeInsertion()</a> method. It is the user's responsibility to check if the edge has already been inserted (use <a class="el" href="a00453.html#e26a2fb7a9209471d0312b04c7e830d0">IsEdge()</a>). Do not mix this method with the other two <a class="el" href="a00453.html#a0380af2eb508ce9d3dbd11ccd67123f">InsertEdge()</a> methods. 
</div>
</div><p>
<a class="anchor" name="e26a2fb7a9209471d0312b04c7e830d0"></a><!-- doxytag: member="vtkEdgeTable::IsEdge" ref="e26a2fb7a9209471d0312b04c7e830d0" args="(vtkIdType p1, vtkIdType p2)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> vtkEdgeTable::IsEdge           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>p1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>p2</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return an integer id for the edge, or an attribute id of the edge (p1,p2) if the edge has been previously defined (it depends upon which version of <a class="el" href="a00453.html#a0380af2eb508ce9d3dbd11ccd67123f">InsertEdge()</a> is being used); otherwise -1. The unique integer id can be used to set and retrieve attributes to the edge. 
</div>
</div><p>
<a class="anchor" name="f176a483b3d511e1d1abfdfc38ed850f"></a><!-- doxytag: member="vtkEdgeTable::IsEdge" ref="f176a483b3d511e1d1abfdfc38ed850f" args="(vtkIdType p1, vtkIdType p2, void *&amp;ptr)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkEdgeTable::IsEdge           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>p1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>p2</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">void *&amp;&nbsp;</td>
          <td class="paramname"> <em>ptr</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Similar to above, but returns a void* pointer is <a class="el" href="a00453.html#45f1fef0525f02fca2abdf2b36a526d8">InitEdgeInsertion()</a> has been called with storeAttributes==2. A NULL pointer value is returned if the edge does not exist. 
</div>
</div><p>
<a class="anchor" name="368ba8a5ddc6470b1e5a3e8a6e5e3623"></a><!-- doxytag: member="vtkEdgeTable::InitPointInsertion" ref="368ba8a5ddc6470b1e5a3e8a6e5e3623" args="(vtkPoints *newPts, vtkIdType estSize)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkEdgeTable::InitPointInsertion           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a01250.html">vtkPoints</a> *&nbsp;</td>
          <td class="paramname"> <em>newPts</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>estSize</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Initialize the point insertion process. The newPts is an object representing point coordinates into which incremental insertion methods place their data. The points are associated with the edge. 
</div>
</div><p>
<a class="anchor" name="c7e77f21d0d86233d3557fe8f844647a"></a><!-- doxytag: member="vtkEdgeTable::InsertUniquePoint" ref="c7e77f21d0d86233d3557fe8f844647a" args="(vtkIdType p1, vtkIdType p2, double x[3], vtkIdType &amp;ptId)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkEdgeTable::InsertUniquePoint           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>p1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>p2</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>x</em>[3], </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>ptId</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Insert a unique point on the specified edge. Invoke this method only after <a class="el" href="a00453.html#368ba8a5ddc6470b1e5a3e8a6e5e3623">InitPointInsertion()</a> has been called. Return 0 if point was already in the list, otherwise return 1. 
</div>
</div><p>
<a class="anchor" name="2e9cb4354daa1ed6108fdfb4e0562d73"></a><!-- doxytag: member="vtkEdgeTable::GetNumberOfEdges" ref="2e9cb4354daa1ed6108fdfb4e0562d73" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> vtkEdgeTable::GetNumberOfEdges           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return the number of edges that have been inserted thus far. 
</div>
</div><p>
<a class="anchor" name="c83bae69307c804d70244ff14f3b7037"></a><!-- doxytag: member="vtkEdgeTable::InitTraversal" ref="c83bae69307c804d70244ff14f3b7037" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkEdgeTable::InitTraversal           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Intialize traversal of edges in table. 
</div>
</div><p>
<a class="anchor" name="8c4b8d2788aba73a6f0ddd8b6a7a0b26"></a><!-- doxytag: member="vtkEdgeTable::GetNextEdge" ref="8c4b8d2788aba73a6f0ddd8b6a7a0b26" args="(vtkIdType &amp;p1, vtkIdType &amp;p2)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> vtkEdgeTable::GetNextEdge           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>p1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>p2</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Traverse list of edges in table. Return the edge as (p1,p2), where p1 and p2 are point id's. Method return value is &lt;0 if list is exhausted; non-zero otherwise. The value of p1 is guaranteed to be &lt;= p2. 
</div>
</div><p>
<a class="anchor" name="282ac28fa71742d67145a6e3cf27e099"></a><!-- doxytag: member="vtkEdgeTable::GetNextEdge" ref="282ac28fa71742d67145a6e3cf27e099" args="(vtkIdType &amp;p1, vtkIdType &amp;p2, void *&amp;ptr)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkEdgeTable::GetNextEdge           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>p1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>p2</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">void *&amp;&nbsp;</td>
          <td class="paramname"> <em>ptr</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Similar to above, but fills a void* pointer if <a class="el" href="a00453.html#45f1fef0525f02fca2abdf2b36a526d8">InitEdgeInsertion()</a> has been called with storeAttributes==2. A NULL pointer value is filled otherwise. Returns 0 if list is exhausted. 
</div>
</div><p>
<a class="anchor" name="5a635769232b09edbbcb0b153d49b286"></a><!-- doxytag: member="vtkEdgeTable::Reset" ref="5a635769232b09edbbcb0b153d49b286" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkEdgeTable::Reset           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Reset the object and prepare for reinsertion of edges. Does not delete memory like the <a class="el" href="a00453.html#5576bf58c20f760446c33b82beb04239">Initialize()</a> method. 
</div>
</div><p>
<a class="anchor" name="a09ca2dd9218e89edb9aabf202e5a7d0"></a><!-- doxytag: member="vtkEdgeTable::Resize" ref="a09ca2dd9218e89edb9aabf202e5a7d0" args="(vtkIdType size)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00720.html">vtkIdList</a>** vtkEdgeTable::Resize           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>size</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="6e545f96264205dea3924be8b2775c85"></a><!-- doxytag: member="vtkEdgeTable::Table" ref="6e545f96264205dea3924be8b2775c85" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00720.html">vtkIdList</a>** <a class="el" href="a00453.html#6e545f96264205dea3924be8b2775c85">vtkEdgeTable::Table</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a03812.html#l00141">141</a> of file <a class="el" href="a03812.html">vtkEdgeTable.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="a940afa866d3e4e1b872d60f5e5d86d6"></a><!-- doxytag: member="vtkEdgeTable::TableMaxId" ref="a940afa866d3e4e1b872d60f5e5d86d6" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> <a class="el" href="a00453.html#a940afa866d3e4e1b872d60f5e5d86d6">vtkEdgeTable::TableMaxId</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a03812.html#l00142">142</a> of file <a class="el" href="a03812.html">vtkEdgeTable.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="4343a9d00d77144e49fcb3f7a977dfd8"></a><!-- doxytag: member="vtkEdgeTable::TableSize" ref="4343a9d00d77144e49fcb3f7a977dfd8" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> <a class="el" href="a00453.html#4343a9d00d77144e49fcb3f7a977dfd8">vtkEdgeTable::TableSize</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a03812.html#l00143">143</a> of file <a class="el" href="a03812.html">vtkEdgeTable.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="d8a7c55e68f0d05f62fec16e2e075ccb"></a><!-- doxytag: member="vtkEdgeTable::Position" ref="d8a7c55e68f0d05f62fec16e2e075ccb" args="[2]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a00453.html#d8a7c55e68f0d05f62fec16e2e075ccb">vtkEdgeTable::Position</a>[2]<code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a03812.html#l00144">144</a> of file <a class="el" href="a03812.html">vtkEdgeTable.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a03812.html#l00145">145</a> of file <a class="el" href="a03812.html">vtkEdgeTable.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="338845c7e7cd4d450dfa36b0049249f9"></a><!-- doxytag: member="vtkEdgeTable::NumberOfEdges" ref="338845c7e7cd4d450dfa36b0049249f9" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> <a class="el" href="a00453.html#338845c7e7cd4d450dfa36b0049249f9">vtkEdgeTable::NumberOfEdges</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a03812.html#l00146">146</a> of file <a class="el" href="a03812.html">vtkEdgeTable.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="2d4a62e1db5a919bbaff6b042961fbc2"></a><!-- doxytag: member="vtkEdgeTable::Points" ref="2d4a62e1db5a919bbaff6b042961fbc2" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01250.html">vtkPoints</a>* <a class="el" href="a00453.html#2d4a62e1db5a919bbaff6b042961fbc2">vtkEdgeTable::Points</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a03812.html#l00147">147</a> of file <a class="el" href="a03812.html">vtkEdgeTable.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="90c464e600af3d514099f2f78d76ab55"></a><!-- doxytag: member="vtkEdgeTable::StoreAttributes" ref="90c464e600af3d514099f2f78d76ab55" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a00453.html#90c464e600af3d514099f2f78d76ab55">vtkEdgeTable::StoreAttributes</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a03812.html#l00149">149</a> of file <a class="el" href="a03812.html">vtkEdgeTable.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="558c94432ed2becd52b50024120727a9"></a><!-- doxytag: member="vtkEdgeTable::Attributes" ref="558c94432ed2becd52b50024120727a9" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00720.html">vtkIdList</a>** <a class="el" href="a00453.html#558c94432ed2becd52b50024120727a9">vtkEdgeTable::Attributes</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a03812.html#l00150">150</a> of file <a class="el" href="a03812.html">vtkEdgeTable.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="2aee6b068eb1f5efb8b722625744969e"></a><!-- doxytag: member="vtkEdgeTable::PointerAttributes" ref="2aee6b068eb1f5efb8b722625744969e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01838.html">vtkVoidArray</a>** <a class="el" href="a00453.html#2aee6b068eb1f5efb8b722625744969e">vtkEdgeTable::PointerAttributes</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a03812.html#l00151">151</a> of file <a class="el" href="a03812.html">vtkEdgeTable.h</a>.</p>

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