Sophie

Sophie

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

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: vtkRISReader 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>vtkRISReader Class Reference</h1><!-- doxytag: class="vtkRISReader" --><!-- doxytag: inherits="vtkTableAlgorithm" --><code>#include &lt;<a class="el" href="a04848.html">vtkRISReader.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkRISReader:</div>
<div class="dynsection">
<p><center><img src="a14216.png" border="0" usemap="#a14217" alt="Inheritance graph"></center>
<map name="a14217">
<area shape="rect" href="a01658.html" title="Superclass for algorithms that produce only vtkTables as output." alt="" coords="5,229,136,256"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="21,155,120,181"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="31,80,111,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="16,5,125,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkRISReader:</div>
<div class="dynsection">
<p><center><img src="a14218.png" border="0" usemap="#a14219" alt="Collaboration graph"></center>
<map name="a14219">
<area shape="rect" href="a01658.html" title="Superclass for algorithms that produce only vtkTables as output." alt="" coords="185,499,316,525"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="281,381,380,408"><area shape="rect" href="a00472.html" title="Superclass for all pipeline executives in VTK." alt="" coords="477,499,576,525"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="407,173,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,5,273,32"><area shape="rect" href="a00884.html" title="internal structure for vtkInformation" alt="" coords="5,173,168,200"><area shape="rect" href="a00886.html" title="Superclass for vtkInformation keys." alt="" coords="153,83,284,109"><area shape="rect" href="a01719.html" title="record modification and/or execution time" alt="" coords="308,83,417,109"><area shape="rect" href="a00891.html" title="Key for pointer to pointer." alt="" coords="192,173,373,200"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="a14220.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
reader for RIS files 
<p>
RIS is a tagged format for expressing bibliographic citations. Data is structured as a collection of records with each record composed of one-to-many fields. See<p>
<a href="http://en.wikipedia.org/wiki/RIS_(file_format)">http://en.wikipedia.org/wiki/RIS_(file_format)</a> <a href="http://www.refman.com/support/risformat_intro.asp">http://www.refman.com/support/risformat_intro.asp</a> <a href="http://www.adeptscience.co.uk/kb/article/A626">http://www.adeptscience.co.uk/kb/article/A626</a><p>
for details. <a class="el" href="a01498.html" title="reader for RIS files">vtkRISReader</a> will convert an RIS file into a <a class="el" href="a01657.html" title="A table, which contains similar-typed columns of data.">vtkTable</a>, with the set of table columns determined dynamically from the contents of the file.<p>
<dl class="user" compact><dt><b>Events:</b></dt><dd><a class="el" href="a00291.html#59a8690330ebcb1af6b66b0f3121f8fefb47f80db1dddfdd4b238a7beb587eba">vtkCommand::ProgressEvent</a></dd></dl>
<dl class="user" compact><dt><b>Tests:</b></dt><dd><a class="el" href="c2_vtk_t_14.html#c2_vtk_t_vtkRISReader">vtkRISReader (Tests)</a> </dd></dl>

<p>Definition at line <a class="el" href="a04848.html#l00050">50</a> of file <a class="el" href="a04848.html">vtkRISReader.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="a01658.html">vtkTableAlgorithm</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01498.html#35978952ee810b0a5a8d7a428e322863">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="a01498.html#39eacef17befa02ec4f97d20a221bf3c">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="a01498.html#63ca86cc0df038a6f6b044f9b3ab7064">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="a01498.html#d1b399d2d8824613cbb54b8c5e11c93e">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 char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01498.html#ff198fdd9e5b5e9dc7c4e0551e0fe4eb">GetFileName</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01498.html#737a0218a8b6322ac31a01571998b3a7">SetFileName</a> (const char *)</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01498.html#50098aa02b615ade93da29fcc98d80c2">GetDelimiter</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01498.html#da3e4db47f61357e6c601b14f8f304bc">SetDelimiter</a> (const char *)</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="a01498.html#4a5b49a254d53f54a76ffeda08106b64">GetMaxRecords</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01498.html#f0434e3fd4a74adec374a2cb66f88bcb">SetMaxRecords</a> (int)</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="a01498.html">vtkRISReader</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01498.html#642633dcccc16ffc5dd142896d3867f5">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="a01498.html#faa6dffc779cdcc17a903dae61ebbbba">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a01498.html">vtkRISReader</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01498.html#678e567df3e3a19f2fdcce88ca0195c9">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="a01498.html#5be7f1deaf6bb8374a36efad976d2b27">vtkRISReader</a> ()</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01498.html#5aa8c9d122539e01cd9d89e49febc0a1">RequestData</a> (<a class="el" href="a00872.html">vtkInformation</a> *, <a class="el" href="a00895.html">vtkInformationVector</a> **, <a class="el" href="a00895.html">vtkInformationVector</a> *)</td></tr>

<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01498.html#b1f90eeeafd15be65214a35b9e5c6129">FileName</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01498.html#13e9a757680a18418b8e9e3309e9c80c">Delimiter</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01498.html#50e582ab0dddd1dda38e5ac180a6b6ac">MaxRecords</a></td></tr>

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="35978952ee810b0a5a8d7a428e322863"></a><!-- doxytag: member="vtkRISReader::Superclass" ref="35978952ee810b0a5a8d7a428e322863" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="a01658.html">vtkTableAlgorithm</a> <a class="el" href="a01658.html">vtkRISReader::Superclass</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a01658.html#e71eff4b26bf9f313690008c05fc3263">vtkTableAlgorithm</a>.</p>

<p>Definition at line <a class="el" href="a04848.html#l00054">54</a> of file <a class="el" href="a04848.html">vtkRISReader.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="5be7f1deaf6bb8374a36efad976d2b27"></a><!-- doxytag: member="vtkRISReader::vtkRISReader" ref="5be7f1deaf6bb8374a36efad976d2b27" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkRISReader::vtkRISReader           </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="e0df1af195f90edd11b1740b67ac4c8c"></a><!-- doxytag: member="vtkRISReader::~vtkRISReader" ref="e0df1af195f90edd11b1740b67ac4c8c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkRISReader::~vtkRISReader           </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="642633dcccc16ffc5dd142896d3867f5"></a><!-- doxytag: member="vtkRISReader::New" ref="642633dcccc16ffc5dd142896d3867f5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01498.html">vtkRISReader</a>* vtkRISReader::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="a01658.html#1e8db94a40b1fa7946147f5b8322c13a">vtkTableAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="39eacef17befa02ec4f97d20a221bf3c"></a><!-- doxytag: member="vtkRISReader::GetClassName" ref="39eacef17befa02ec4f97d20a221bf3c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkRISReader::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="a01658.html#a2bc407279f13174f55d8226b1cb69b9">vtkTableAlgorithm</a>.</p>

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

</div>
</div><p>
<a class="anchor" name="63ca86cc0df038a6f6b044f9b3ab7064"></a><!-- doxytag: member="vtkRISReader::IsA" ref="63ca86cc0df038a6f6b044f9b3ab7064" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRISReader::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="a01658.html#089c6101c9eda87d65dbb946f4e211ad">vtkTableAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="678e567df3e3a19f2fdcce88ca0195c9"></a><!-- doxytag: member="vtkRISReader::SafeDownCast" ref="678e567df3e3a19f2fdcce88ca0195c9" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01498.html">vtkRISReader</a>* vtkRISReader::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="a01658.html#a9373d392d3f520454d52ef6adaa09e3">vtkTableAlgorithm</a>.</p>

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

</div>
</div><p>
<a class="anchor" name="ff198fdd9e5b5e9dc7c4e0551e0fe4eb"></a><!-- doxytag: member="vtkRISReader::GetFileName" ref="ff198fdd9e5b5e9dc7c4e0551e0fe4eb" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual char* vtkRISReader::GetFileName           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/get the file to load 
</div>
</div><p>
<a class="anchor" name="737a0218a8b6322ac31a01571998b3a7"></a><!-- doxytag: member="vtkRISReader::SetFileName" ref="737a0218a8b6322ac31a01571998b3a7" args="(const char *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRISReader::SetFileName           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/get the file to load 
</div>
</div><p>
<a class="anchor" name="50098aa02b615ade93da29fcc98d80c2"></a><!-- doxytag: member="vtkRISReader::GetDelimiter" ref="50098aa02b615ade93da29fcc98d80c2" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual char* vtkRISReader::GetDelimiter           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/get the delimiter to be used for concatenating field data (default: ";") 
</div>
</div><p>
<a class="anchor" name="da3e4db47f61357e6c601b14f8f304bc"></a><!-- doxytag: member="vtkRISReader::SetDelimiter" ref="da3e4db47f61357e6c601b14f8f304bc" args="(const char *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRISReader::SetDelimiter           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/get the delimiter to be used for concatenating field data (default: ";") 
</div>
</div><p>
<a class="anchor" name="4a5b49a254d53f54a76ffeda08106b64"></a><!-- doxytag: member="vtkRISReader::GetMaxRecords" ref="4a5b49a254d53f54a76ffeda08106b64" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRISReader::GetMaxRecords           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/get the maximum number of records to read from the file (zero = unlimited) 
</div>
</div><p>
<a class="anchor" name="f0434e3fd4a74adec374a2cb66f88bcb"></a><!-- doxytag: member="vtkRISReader::SetMaxRecords" ref="f0434e3fd4a74adec374a2cb66f88bcb" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRISReader::SetMaxRecords           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/get the maximum number of records to read from the file (zero = unlimited) 
</div>
</div><p>
<a class="anchor" name="5aa8c9d122539e01cd9d89e49febc0a1"></a><!-- doxytag: member="vtkRISReader::RequestData" ref="5aa8c9d122539e01cd9d89e49febc0a1" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkRISReader::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 from <a class="el" href="a01658.html#76ecb5162644ca3bd5bcd900abfa8809">vtkTableAlgorithm</a>.</p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="b1f90eeeafd15be65214a35b9e5c6129"></a><!-- doxytag: member="vtkRISReader::FileName" ref="b1f90eeeafd15be65214a35b9e5c6129" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char* <a class="el" href="a01498.html#b1f90eeeafd15be65214a35b9e5c6129">vtkRISReader::FileName</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04848.html#l00086">86</a> of file <a class="el" href="a04848.html">vtkRISReader.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="13e9a757680a18418b8e9e3309e9c80c"></a><!-- doxytag: member="vtkRISReader::Delimiter" ref="13e9a757680a18418b8e9e3309e9c80c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char* <a class="el" href="a01498.html#13e9a757680a18418b8e9e3309e9c80c">vtkRISReader::Delimiter</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04848.html#l00087">87</a> of file <a class="el" href="a04848.html">vtkRISReader.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="50e582ab0dddd1dda38e5ac180a6b6ac"></a><!-- doxytag: member="vtkRISReader::MaxRecords" ref="50e582ab0dddd1dda38e5ac180a6b6ac" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01498.html#50e582ab0dddd1dda38e5ac180a6b6ac">vtkRISReader::MaxRecords</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04848.html#l00088">88</a> of file <a class="el" href="a04848.html">vtkRISReader.h</a>.</p>

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