Sophie

Sophie

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

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: vtkDataSetReader 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>vtkDataSetReader Class Reference</h1><!-- doxytag: class="vtkDataSetReader" --><!-- doxytag: inherits="vtkDataReader" --><code>#include &lt;<a class="el" href="a04901.html">vtkDataSetReader.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkDataSetReader:</div>
<div class="dynsection">
<p><center><img src="a09093.png" border="0" usemap="#a09094" alt="Inheritance graph"></center>
<map name="a09094">
<area shape="rect" href="a00372.html" title="helper superclass for objects that read vtk data files" alt="" coords="15,229,129,256"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="23,155,121,181"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="32,80,112,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="17,5,127,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkDataSetReader:</div>
<div class="dynsection">
<p><center><img src="a09095.png" border="0" usemap="#a09096" alt="Collaboration graph"></center>
<map name="a09096">
<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="a09097.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
class to read any type of vtk dataset 
<p>
<a class="el" href="a00381.html" title="class to read any type of vtk dataset">vtkDataSetReader</a> is a class that provides instance variables and methods to read any type of dataset in Visualization Toolkit (vtk) format. The output type of this class will vary depending upon the type of data file. Convenience methods are provided to keep the data as a particular type. (See text for format description details). 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="a00372.html" title="helper superclass for objects that read vtk data files">vtkDataReader</a> <a class="el" href="a01271.html" title="read vtk polygonal data file">vtkPolyDataReader</a> <a class="el" href="a01465.html" title="read vtk rectilinear grid data file">vtkRectilinearGridReader</a> <a class="el" href="a01638.html" title="read vtk structured points data file">vtkStructuredPointsReader</a> <a class="el" href="a01630.html" title="read vtk structured grid data file">vtkStructuredGridReader</a> <a class="el" href="a01799.html" title="read vtk unstructured grid data file">vtkUnstructuredGridReader</a></dd></dl>
<dl class="user" compact><dt><b>Tests:</b></dt><dd><a class="el" href="c2_vtk_t_4.html#c2_vtk_t_vtkDataSetReader">vtkDataSetReader (Tests)</a> </dd></dl>

<p>Definition at line <a class="el" href="a04901.html#l00048">48</a> of file <a class="el" href="a04901.html">vtkDataSetReader.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="a00381.html#10ea0c98d43ce4aa16c4ae752f74a5d6">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="a00381.html#4cb97fc89513af9d6320984b8ef4469e">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="a00381.html#998c930acd68686501950f220c6c6834">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="a00381.html#df4112aed10430dd0783058a5cf4f8b6">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">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00381.html#88737685e39184afa34ccca53bb47dcb">ReadOutputType</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a00374.html">vtkDataSet</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00381.html#82acd73cd1b667c582e3a9fb07f7f9b5">GetOutput</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a00374.html">vtkDataSet</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00381.html#14329b6c30ef05f0988d4dc39392666e">GetOutput</a> (int idx)</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="a01260.html">vtkPolyData</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00381.html#1ee146c4b69087402b87e7364cf5913a">GetPolyDataOutput</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a01635.html">vtkStructuredPoints</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00381.html#30d78731bd598fa03ced717696fd9afc">GetStructuredPointsOutput</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a01625.html">vtkStructuredGrid</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00381.html#b3823f977cc964929796e1d04b921068">GetStructuredGridOutput</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a01789.html">vtkUnstructuredGrid</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00381.html#7b00f2729fd1071d0cf7f9d82005a4a1">GetUnstructuredGridOutput</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a01460.html">vtkRectilinearGrid</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00381.html#b23df3b45ff3c82350c876e58a6211a1">GetRectilinearGridOutput</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="a00381.html">vtkDataSetReader</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00381.html#4593797b42b0a70769d90724e7afcd4b">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="a00381.html#1f741e04252d6902a3191ade5fd1f698">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a00381.html">vtkDataSetReader</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00381.html#9042f5a13d7184bb6a691e2979416c68">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="a00381.html#807930dba672a1ec5bfbd35bebdff499">vtkDataSetReader</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00381.html#1c4a0c0821cdb9b7b8a09e0a69981ddf">~vtkDataSetReader</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="a00381.html#048d562ee8322316a2dafa93d3783efa">ProcessRequest</a> (<a class="el" href="a00872.html">vtkInformation</a> *, <a class="el" href="a00895.html">vtkInformationVector</a> **, <a class="el" href="a00895.html">vtkInformationVector</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00381.html#9687ffaa4335de17b0636cffc5034ea5">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="a00381.html#435969d3adcd208ad724b8765fb17ce0">RequestDataObject</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="a00381.html#41974b874413995ca59e0056f7717378">FillOutputPortInformation</a> (int, <a class="el" href="a00872.html">vtkInformation</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="a00381.html#d40e1c063a5fb23ba7d94de6fc69ef86">RequestInformation</a> (<a class="el" href="a00872.html">vtkInformation</a> *, <a class="el" href="a00895.html">vtkInformationVector</a> **, <a class="el" href="a00895.html">vtkInformationVector</a> *)</td></tr>

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="10ea0c98d43ce4aa16c4ae752f74a5d6"></a><!-- doxytag: member="vtkDataSetReader::Superclass" ref="10ea0c98d43ce4aa16c4ae752f74a5d6" 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">vtkDataSetReader::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="a04901.html#l00052">52</a> of file <a class="el" href="a04901.html">vtkDataSetReader.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="807930dba672a1ec5bfbd35bebdff499"></a><!-- doxytag: member="vtkDataSetReader::vtkDataSetReader" ref="807930dba672a1ec5bfbd35bebdff499" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkDataSetReader::vtkDataSetReader           </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="1c4a0c0821cdb9b7b8a09e0a69981ddf"></a><!-- doxytag: member="vtkDataSetReader::~vtkDataSetReader" ref="1c4a0c0821cdb9b7b8a09e0a69981ddf" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkDataSetReader::~vtkDataSetReader           </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="4593797b42b0a70769d90724e7afcd4b"></a><!-- doxytag: member="vtkDataSetReader::New" ref="4593797b42b0a70769d90724e7afcd4b" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a00381.html">vtkDataSetReader</a>* vtkDataSetReader::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="4cb97fc89513af9d6320984b8ef4469e"></a><!-- doxytag: member="vtkDataSetReader::GetClassName" ref="4cb97fc89513af9d6320984b8ef4469e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkDataSetReader::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="1f741e04252d6902a3191ade5fd1f698"></a><!-- doxytag: member="vtkDataSetReader::IsTypeOf" ref="1f741e04252d6902a3191ade5fd1f698" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkDataSetReader::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="998c930acd68686501950f220c6c6834"></a><!-- doxytag: member="vtkDataSetReader::IsA" ref="998c930acd68686501950f220c6c6834" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkDataSetReader::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="9042f5a13d7184bb6a691e2979416c68"></a><!-- doxytag: member="vtkDataSetReader::SafeDownCast" ref="9042f5a13d7184bb6a691e2979416c68" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a00381.html">vtkDataSetReader</a>* vtkDataSetReader::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="df4112aed10430dd0783058a5cf4f8b6"></a><!-- doxytag: member="vtkDataSetReader::PrintSelf" ref="df4112aed10430dd0783058a5cf4f8b6" args="(ostream &amp;os, vtkIndent indent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkDataSetReader::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="82acd73cd1b667c582e3a9fb07f7f9b5"></a><!-- doxytag: member="vtkDataSetReader::GetOutput" ref="82acd73cd1b667c582e3a9fb07f7f9b5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00374.html">vtkDataSet</a>* vtkDataSetReader::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 filter 
</div>
</div><p>
<a class="anchor" name="14329b6c30ef05f0988d4dc39392666e"></a><!-- doxytag: member="vtkDataSetReader::GetOutput" ref="14329b6c30ef05f0988d4dc39392666e" args="(int idx)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00374.html">vtkDataSet</a>* vtkDataSetReader::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 filter 
</div>
</div><p>
<a class="anchor" name="1ee146c4b69087402b87e7364cf5913a"></a><!-- doxytag: member="vtkDataSetReader::GetPolyDataOutput" ref="1ee146c4b69087402b87e7364cf5913a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01260.html">vtkPolyData</a>* vtkDataSetReader::GetPolyDataOutput           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general <a class="el" href="a00381.html#82acd73cd1b667c582e3a9fb07f7f9b5">GetOutput()</a> method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.) 
</div>
</div><p>
<a class="anchor" name="30d78731bd598fa03ced717696fd9afc"></a><!-- doxytag: member="vtkDataSetReader::GetStructuredPointsOutput" ref="30d78731bd598fa03ced717696fd9afc" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01635.html">vtkStructuredPoints</a>* vtkDataSetReader::GetStructuredPointsOutput           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general <a class="el" href="a00381.html#82acd73cd1b667c582e3a9fb07f7f9b5">GetOutput()</a> method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.) 
</div>
</div><p>
<a class="anchor" name="b3823f977cc964929796e1d04b921068"></a><!-- doxytag: member="vtkDataSetReader::GetStructuredGridOutput" ref="b3823f977cc964929796e1d04b921068" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01625.html">vtkStructuredGrid</a>* vtkDataSetReader::GetStructuredGridOutput           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general <a class="el" href="a00381.html#82acd73cd1b667c582e3a9fb07f7f9b5">GetOutput()</a> method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.) 
</div>
</div><p>
<a class="anchor" name="7b00f2729fd1071d0cf7f9d82005a4a1"></a><!-- doxytag: member="vtkDataSetReader::GetUnstructuredGridOutput" ref="7b00f2729fd1071d0cf7f9d82005a4a1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01789.html">vtkUnstructuredGrid</a>* vtkDataSetReader::GetUnstructuredGridOutput           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general <a class="el" href="a00381.html#82acd73cd1b667c582e3a9fb07f7f9b5">GetOutput()</a> method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.) 
</div>
</div><p>
<a class="anchor" name="b23df3b45ff3c82350c876e58a6211a1"></a><!-- doxytag: member="vtkDataSetReader::GetRectilinearGridOutput" ref="b23df3b45ff3c82350c876e58a6211a1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01460.html">vtkRectilinearGrid</a>* vtkDataSetReader::GetRectilinearGridOutput           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general <a class="el" href="a00381.html#82acd73cd1b667c582e3a9fb07f7f9b5">GetOutput()</a> method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.) 
</div>
</div><p>
<a class="anchor" name="88737685e39184afa34ccca53bb47dcb"></a><!-- doxytag: member="vtkDataSetReader::ReadOutputType" ref="88737685e39184afa34ccca53bb47dcb" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkDataSetReader::ReadOutputType           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This method can be used to find out the type of output expected without needing to read the whole file. 
</div>
</div><p>
<a class="anchor" name="048d562ee8322316a2dafa93d3783efa"></a><!-- doxytag: member="vtkDataSetReader::ProcessRequest" ref="048d562ee8322316a2dafa93d3783efa" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkDataSetReader::ProcessRequest           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00872.html">vtkInformation</a> *&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> **&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> *&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [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#15ac29db3771b8410844cedd8119da2f">vtkDataReader</a>.</p>

</div>
</div><p>
<a class="anchor" name="9687ffaa4335de17b0636cffc5034ea5"></a><!-- doxytag: member="vtkDataSetReader::RequestData" ref="9687ffaa4335de17b0636cffc5034ea5" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkDataSetReader::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="435969d3adcd208ad724b8765fb17ce0"></a><!-- doxytag: member="vtkDataSetReader::RequestDataObject" ref="435969d3adcd208ad724b8765fb17ce0" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkDataSetReader::RequestDataObject           </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>

</div>
</div><p>
<a class="anchor" name="41974b874413995ca59e0056f7717378"></a><!-- doxytag: member="vtkDataSetReader::FillOutputPortInformation" ref="41974b874413995ca59e0056f7717378" args="(int, vtkInformation *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkDataSetReader::FillOutputPortInformation           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>port</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00872.html">vtkInformation</a> *&nbsp;</td>
          <td class="paramname"> <em>info</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle. 
<p>Reimplemented from <a class="el" href="a00101.html#278ce83f371e6a398cf46f4600108d3e">vtkAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="d40e1c063a5fb23ba7d94de6fc69ef86"></a><!-- doxytag: member="vtkDataSetReader::RequestInformation" ref="d40e1c063a5fb23ba7d94de6fc69ef86" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkDataSetReader::RequestInformation           </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#890b83ca600bf9a397a4e9f528054f24">vtkDataReader</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="a04901.html">vtkDataSetReader.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 18:59:27 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>