Sophie

Sophie

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

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: vtkTableReader 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>vtkTableReader Class Reference</h1><!-- doxytag: class="vtkTableReader" --><!-- doxytag: inherits="vtkDataReader" --><code>#include &lt;<a class="el" href="a04995.html">vtkTableReader.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkTableReader:</div>
<div class="dynsection">
<p><center><img src="a14978.png" border="0" usemap="#a14979" alt="Inheritance graph"></center>
<map name="a14979">
<area shape="rect" href="a00372.html" title="helper superclass for objects that read vtk data files" alt="" coords="7,229,121,256"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="15,155,113,181"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="24,80,104,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="9,5,119,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkTableReader:</div>
<div class="dynsection">
<p><center><img src="a14980.png" border="0" usemap="#a14981" alt="Collaboration graph"></center>
<map name="a14981">
<area shape="rect" href="a00372.html" title="helper superclass for objects that read vtk data files" alt="" coords="1814,156,1928,183"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="1044,259,1143,286"><area shape="rect" href="a00472.html" title="Superclass for all pipeline executives in VTK." alt="" coords="1384,352,1483,379"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="444,355,524,382"><area shape="rect" href="a00895.html" title="Store zero or more vtkInformation instances." alt="" coords="675,304,824,331"><area shape="rect" href="a00872.html" title="Store vtkAlgorithm input/output information." alt="" coords="695,156,804,183"><area shape="rect" href="a00081.html" title="Abstract superclass for all arrays." alt="" coords="1032,196,1155,223"><area shape="rect" href="a01513.html" title="map scalar values into colors" alt="" coords="850,456,991,483"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="7,79,116,106"><area shape="rect" href="a00884.html" title="internal structure for vtkInformation" alt="" coords="403,28,566,55"><area shape="rect" href="a00886.html" title="Superclass for vtkInformation keys." alt="" coords="170,79,300,106"><area shape="rect" href="a01719.html" title="record modification and/or execution time" alt="" coords="180,355,290,382"><area shape="rect" href="a00980.html" title="map scalar values into colors via a lookup table" alt="" coords="1812,398,1930,424"><area shape="rect" href="a00891.html" title="Key for pointer to pointer." alt="" coords="394,79,575,106"><area shape="rect" href="a00263.html" title="dynamic, self&#45;adjusting array of char" alt="" coords="1566,156,1670,183"><area shape="rect" href="a00356.html" title="abstract superclass for arrays of numeric data" alt="" coords="1383,200,1484,227"><area shape="rect" href="a01784.html" title="dynamic, self&#45;adjusting array of unsigned char" alt="" coords="1538,271,1698,298"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="a14982.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
read <a class="el" href="a01657.html" title="A table, which contains similar-typed columns of data.">vtkTable</a> data file 
<p>
<a class="el" href="a01660.html" title="read vtkTable data file">vtkTableReader</a> is a source object that reads ASCII or binary <a class="el" href="a01657.html" title="A table, which contains similar-typed columns of data.">vtkTable</a> data files in vtk format. (see text for format details). The output of this reader is a single <a class="el" href="a01657.html" title="A table, which contains similar-typed columns of data.">vtkTable</a> data object. The superclass of this class, <a class="el" href="a00372.html" title="helper superclass for objects that read vtk data files">vtkDataReader</a>, provides many methods for controlling the reading of the data file, see <a class="el" href="a00372.html" title="helper superclass for objects that read vtk data files">vtkDataReader</a> for more information. <dl class="warning" compact><dt><b>Warning:</b></dt><dd>Binary files written on one system may not be readable on other systems. </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="a01657.html" title="A table, which contains similar-typed columns of data.">vtkTable</a> <a class="el" href="a00372.html" title="helper superclass for objects that read vtk data files">vtkDataReader</a> <a class="el" href="a01666.html" title="write vtkTable to a file">vtkTableWriter</a> </dd></dl>

<p>Definition at line <a class="el" href="a04995.html#l00037">37</a> of file <a class="el" href="a04995.html">vtkTableReader.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="a00372.html">vtkDataReader</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01660.html#6c5948a998efdcbb5a12909af7d42241">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="a01660.html#f6a4f2c178436e319c075e24f1245404">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="a01660.html#d71f87c22e0be5bded891104126bc2fc">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="a01660.html#e90fdd3fe78cd894ec21ebd36f9f9e40">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"><a class="el" href="a01657.html">vtkTable</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01660.html#02fba2549dfc729c47ae935024843898">GetOutput</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a01657.html">vtkTable</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01660.html#8d0817f2e7e35dafa79183819770517a">GetOutput</a> (int idx)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01660.html#bb1ad7fdf5c9322f0bc21960f92daeee">SetOutput</a> (<a class="el" href="a01657.html">vtkTable</a> *output)</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="a01660.html">vtkTableReader</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01660.html#0f225f93b4d0ce8e319e94e59e12e7e7">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="a01660.html#6a8e2420f6de32616fcf15acf1cb301a">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a01660.html">vtkTableReader</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01660.html#5abfcf9cd0443a5e50a488d395159d60">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="a01660.html#2767ab54803c2e97227cee7fa028415c">vtkTableReader</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01660.html#f6f08792e0932208c0fbbc41aea0fac1">~vtkTableReader</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="a01660.html#e8b1667c8134c200e856691c2a8745e3">RequestData</a> (<a class="el" href="a00872.html">vtkInformation</a> *, <a class="el" href="a00895.html">vtkInformationVector</a> **, <a class="el" href="a00895.html">vtkInformationVector</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01660.html#b5eb431bc443a79d6355d78d18bce8b5">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>

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

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="6c5948a998efdcbb5a12909af7d42241"></a><!-- doxytag: member="vtkTableReader::Superclass" ref="6c5948a998efdcbb5a12909af7d42241" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="a00372.html">vtkDataReader</a> <a class="el" href="a00372.html">vtkTableReader::Superclass</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a00372.html#98c8617daeed70f07c401a3d98c9df98">vtkDataReader</a>.</p>

<p>Definition at line <a class="el" href="a04995.html#l00041">41</a> of file <a class="el" href="a04995.html">vtkTableReader.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="2767ab54803c2e97227cee7fa028415c"></a><!-- doxytag: member="vtkTableReader::vtkTableReader" ref="2767ab54803c2e97227cee7fa028415c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkTableReader::vtkTableReader           </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="f6f08792e0932208c0fbbc41aea0fac1"></a><!-- doxytag: member="vtkTableReader::~vtkTableReader" ref="f6f08792e0932208c0fbbc41aea0fac1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkTableReader::~vtkTableReader           </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="0f225f93b4d0ce8e319e94e59e12e7e7"></a><!-- doxytag: member="vtkTableReader::New" ref="0f225f93b4d0ce8e319e94e59e12e7e7" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01660.html">vtkTableReader</a>* vtkTableReader::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="a00372.html#cf96c448e8cb1914c4456e3e83456a98">vtkDataReader</a>.</p>

</div>
</div><p>
<a class="anchor" name="f6a4f2c178436e319c075e24f1245404"></a><!-- doxytag: member="vtkTableReader::GetClassName" ref="f6a4f2c178436e319c075e24f1245404" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkTableReader::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="a00372.html#9a009949d09a43cd64f6ba82629a2171">vtkDataReader</a>.</p>

</div>
</div><p>
<a class="anchor" name="6a8e2420f6de32616fcf15acf1cb301a"></a><!-- doxytag: member="vtkTableReader::IsTypeOf" ref="6a8e2420f6de32616fcf15acf1cb301a" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkTableReader::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="a00372.html#fb2b4008118e8b05c6c74c8574baf4cd">vtkDataReader</a>.</p>

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

</div>
</div><p>
<a class="anchor" name="5abfcf9cd0443a5e50a488d395159d60"></a><!-- doxytag: member="vtkTableReader::SafeDownCast" ref="5abfcf9cd0443a5e50a488d395159d60" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01660.html">vtkTableReader</a>* vtkTableReader::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="a00372.html#a04c5d15b1c4c1aab6c4e274efdd1e08">vtkDataReader</a>.</p>

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

</div>
</div><p>
<a class="anchor" name="02fba2549dfc729c47ae935024843898"></a><!-- doxytag: member="vtkTableReader::GetOutput" ref="02fba2549dfc729c47ae935024843898" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01657.html">vtkTable</a>* vtkTableReader::GetOutput           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the output of this reader. 
</div>
</div><p>
<a class="anchor" name="8d0817f2e7e35dafa79183819770517a"></a><!-- doxytag: member="vtkTableReader::GetOutput" ref="8d0817f2e7e35dafa79183819770517a" args="(int idx)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01657.html">vtkTable</a>* vtkTableReader::GetOutput           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>idx</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the output of this reader. 
</div>
</div><p>
<a class="anchor" name="bb1ad7fdf5c9322f0bc21960f92daeee"></a><!-- doxytag: member="vtkTableReader::SetOutput" ref="bb1ad7fdf5c9322f0bc21960f92daeee" args="(vtkTable *output)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkTableReader::SetOutput           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a01657.html">vtkTable</a> *&nbsp;</td>
          <td class="paramname"> <em>output</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the output of this reader. 
</div>
</div><p>
<a class="anchor" name="e8b1667c8134c200e856691c2a8745e3"></a><!-- doxytag: member="vtkTableReader::RequestData" ref="e8b1667c8134c200e856691c2a8745e3" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkTableReader::RequestData           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00872.html">vtkInformation</a> *&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> **&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> *&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Internal function to read in a value. Returns zero if there was an error. 
<p>Reimplemented from <a class="el" href="a00372.html#db27db1fb754e144318ab7023019e110">vtkDataReader</a>.</p>

</div>
</div><p>
<a class="anchor" name="b5eb431bc443a79d6355d78d18bce8b5"></a><!-- doxytag: member="vtkTableReader::RequestUpdateExtent" ref="b5eb431bc443a79d6355d78d18bce8b5" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkTableReader::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>
Internal function to read in a value. Returns zero if there was an error. 
<p>Reimplemented from <a class="el" href="a00372.html#d5d1c0bd92cb58fbc883e199b3acd39b">vtkDataReader</a>.</p>

</div>
</div><p>
<a class="anchor" name="b7d25a25858b793e233a9a0e8769932c"></a><!-- doxytag: member="vtkTableReader::FillOutputPortInformation" ref="b7d25a25858b793e233a9a0e8769932c" args="(int, vtkInformation *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkTableReader::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>
<hr>The documentation for this class was generated from the following file:<ul>
<li>dox/IO/<a class="el" href="a04995.html">vtkTableReader.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 19:37:53 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>