Sophie

Sophie

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

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: vtkGenericDataSet 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>vtkGenericDataSet Class Reference</h1><!-- doxytag: class="vtkGenericDataSet" --><!-- doxytag: inherits="vtkDataObject" --><code>#include &lt;<a class="el" href="a04046.html">vtkGenericDataSet.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkGenericDataSet:</div>
<div class="dynsection">
<p><center><img src="a10042.png" border="0" usemap="#a10043" alt="Inheritance graph"></center>
<map name="a10043">
<area shape="rect" href="a00210.html" title="Implementation of vtkGenericDataSet." alt="" coords="10,304,138,331"><area shape="rect" href="a00362.html" title="general representation of visualization data" alt="" coords="20,155,127,181"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="34,80,114,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="19,5,128,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkGenericDataSet:</div>
<div class="dynsection">
<p><center><img src="a10044.png" border="0" usemap="#a10045" alt="Collaboration graph"></center>
<map name="a10045">
<area shape="rect" href="a00584.html" title="helper class to perform cell tessellation" alt="" coords="2125,121,2304,148"><area shape="rect" href="a00362.html" title="general representation of visualization data" alt="" coords="1676,648,1783,675"><area shape="rect" href="a01574.html" title="abstract class specifies interface for visualization network source" alt="" coords="2173,569,2256,596"><area shape="rect" href="a01306.html" title="abstract class specifies interface for visualization filters" alt="" coords="1875,543,2003,569"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="444,413,524,440"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="1107,483,1205,509"><area shape="rect" href="a00472.html" title="Superclass for all pipeline executives in VTK." alt="" coords="1465,392,1564,419"><area shape="rect" href="a00895.html" title="Store zero or more vtkInformation instances." alt="" coords="700,464,849,491"><area shape="rect" href="a00872.html" title="Store vtkAlgorithm input/output information." alt="" coords="720,736,829,763"><area shape="rect" href="a00538.html" title="represent and manipulate fields of data" alt="" coords="1465,609,1564,636"><area shape="rect" href="a00081.html" title="Abstract superclass for all arrays." alt="" coords="1095,635,1217,661"><area shape="rect" href="a00581.html" title="a collection of attributes" alt="" coords="675,120,875,147"><area shape="rect" href="a00285.html" title="create and manipulate unsorted lists of objects" alt="" coords="1105,261,1207,288"><area shape="rect" href="a00286.html" title="vtkCollectionElement" alt="" coords="700,261,849,288"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="7,839,116,865"><area shape="rect" href="a00884.html" title="internal structure for vtkInformation" alt="" coords="403,839,565,865"><area shape="rect" href="a00886.html" title="Superclass for vtkInformation keys." alt="" coords="169,839,300,865"><area shape="rect" href="a01719.html" title="record modification and/or execution time" alt="" coords="180,171,289,197"><area shape="rect" href="a00891.html" title="Key for pointer to pointer." alt="" coords="393,916,575,943"><area shape="rect" href="a00540.html" title="vtkFieldData::CopyFieldFlag" alt="" coords="1059,584,1253,611"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="a10046.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
defines dataset interface 
<p>
In VTK, spatial-temporal data is defined in terms of a dataset. The dataset consists of geometry (e.g., points), topology (e.g., cells), and attributes (e.g., scalars, vectors, etc.) <a class="el" href="a00590.html" title="defines dataset interface">vtkGenericDataSet</a> is an abstract class defining this abstraction.<p>
Since <a class="el" href="a00590.html" title="defines dataset interface">vtkGenericDataSet</a> provides a general interface to manipulate data, algorithms that process it tend to be slower than those specialized for a particular data type. For this reason, there are concrete, non-abstract subclasses that represent and provide access to data more efficiently. Note that filters to process this dataset type are currently found in the VTK/GenericFiltering/ subdirectory.<p>
Unlike the <a class="el" href="a00374.html" title="abstract class to specify dataset behavior">vtkDataSet</a> class, <a class="el" href="a00590.html" title="defines dataset interface">vtkGenericDataSet</a> provides a more flexible interface including support for iterators. <a class="el" href="a00590.html" title="defines dataset interface">vtkGenericDataSet</a> is also designed to interface VTK to external simulation packages without the penalty of copying memory (see VTK/GenericFiltering/README.html) for more information. Thus <a class="el" href="a00590.html" title="defines dataset interface">vtkGenericDataSet</a> plays a central role in the adaptor framework.<p>
Please note that this class introduces the concepts of "boundary cells". This refers to the boundaries of a cell (e.g., <a class="el" href="a00012.html">face</a> of a tetrahedron) which may in turn be represented as a cell. Boundary cells are derivative topological features of cells, and are therefore never explicitly represented in the dataset. Often in visualization algorithms, looping over boundaries (edges or faces) is employed, while the actual dataset cells may not traversed. Thus there are methods to loop over these boundary cells.<p>
Finally, as a point of clarification, points are not the same as vertices. Vertices refer to points, and points specify a position is space. Vertices are a type of 0-D cell. Also, the concept of a DOFNode, which is where coefficients for higher-order cells are kept, is a new concept introduced by the adaptor framework (see <a class="el" href="a00579.html" title="defines cell interface">vtkGenericAdaptorCell</a> for more information).<p>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="a00579.html" title="defines cell interface">vtkGenericAdaptorCell</a> <a class="el" href="a00374.html" title="abstract class to specify dataset behavior">vtkDataSet</a> </dd></dl>

<p>Definition at line <a class="el" href="a04046.html#l00067">67</a> of file <a class="el" href="a04046.html">vtkGenericDataSet.h</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="a00362.html">vtkDataObject</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#873c606f401c356c88fc6053771892be">Superclass</a></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="a00590.html#07d8606d001805fefede5edb73fc6535">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="a00590.html#20a2e33539619026b5b59baed17d9b92">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="a00590.html#81a702a432ed9f9bad6d1f47782dc209">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">static int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#8ba13d206be341a7621c6d933e4adfea">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a00590.html">vtkGenericDataSet</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#8f8a0998f3c245691dfdc8ac7f7c73a6">SafeDownCast</a> (<a class="el" href="a01084.html">vtkObject</a> *o)</td></tr>

<tr><td colspan="2"><br><h2>Public Member Functions</h2></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="a00590.html#2f7262ca18a171eefbca22a42691fbfb">GetNumberOfPoints</a> ()=0</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="a00590.html#5ed98ad8f4baf2ff4552ff05f909d06f">GetNumberOfCells</a> (int dim=-1)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#44a9a587403c216866ca2c713c2bfae7">GetCellDimension</a> ()=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#f52536e4ae6e3cd3238f9d77a53c9d36">GetCellTypes</a> (<a class="el" href="a00253.html">vtkCellTypes</a> *types)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="a00583.html">vtkGenericCellIterator</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#680a020ab56d446eb1d6f931f3ea6e02">NewCellIterator</a> (int dim=-1)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="a00602.html">vtkGenericPointIterator</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#80d20ea300f5dd129d5ffc82d479e0a5">NewPointIterator</a> ()=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned long int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#a8e20e0723a2d4317b7469666e8463c5">GetMTime</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="a00590.html#1162a006a7d9ef19d815484bc310999f">ComputeBounds</a> ()=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#310920001ab8e45f3884bf56c183ed4e">GetBounds</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="a00590.html#7946f1164f91820ec2c9a496e4994f2a">GetBounds</a> (double bounds[6])</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#e7557370ce81b9014288bc85b094801b">GetCenter</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="a00590.html#78872a5d3c4a6e2be57603f00d538675">GetCenter</a> (double center[3])</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#349acaf51e6dfce2cf1384ceb45c48d6">GetLength</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned long&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#3b60ad218005e2a800ff3059121b714a">GetActualMemorySize</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#ade4a288097fec6f9ce6388bb8c6cf40">GetDataObjectType</a> ()</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="a00590.html#89f55862d1fa32b22177fbb0ee5a3326">GetEstimatedSize</a> ()=0</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="a00583.html">vtkGenericCellIterator</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#0f52c2a5b3842ffba2f251378191644f">NewBoundaryIterator</a> (int dim=-1, int exteriorOnly=0)=0</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="a00590.html#c3b25599ed3e4ad2482175b429bd5cae">FindCell</a> (double x[3], <a class="el" href="a00583.html">vtkGenericCellIterator</a> *&amp;cell, double tol2, int &amp;subId, double pcoords[3])=0</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#8b37ed061a94fa9d3befb28bd6656912">FindPoint</a> (double x[3], <a class="el" href="a00602.html">vtkGenericPointIterator</a> *p)=0</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <br>
<a class="el" href="a00581.html">vtkGenericAttributeCollection</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#9b00cd8314f09376fec860d0d3648cdc">GetAttributes</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#12d76471486a1f29a10f0ee89062a7b0">SetTessellator</a> (<a class="el" href="a00584.html">vtkGenericCellTessellator</a> *tessellator)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="a00584.html">vtkGenericCellTessellator</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#683d5ca1129f8c38c2df50d98b02e2ee">GetTessellator</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a00590.html">vtkGenericDataSet</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#5f6fda6e23ca6dfc710a4fcc4e1b42e2">GetData</a> (<a class="el" href="a00872.html">vtkInformation</a> *info)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a00590.html">vtkGenericDataSet</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#25ebed472ba24f13dbd67b2080324205">GetData</a> (<a class="el" href="a00895.html">vtkInformationVector</a> *v, int i=0)</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="a00590.html#14e70ddeef69b5b0a300293c6e4f56bd">vtkGenericDataSet</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#a77eec02d432ccefec0689455547e6ba">~vtkGenericDataSet</a> ()</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="a00581.html">vtkGenericAttributeCollection</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#e0f602e56e29bef8f528119f96bdfeb6">Attributes</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a00584.html">vtkGenericCellTessellator</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#db877d581e43e8a4464e3d38d06fea48">Tessellator</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#8bbc3edd220e0e34e6f6b2dfdb4c425a">Bounds</a> [6]</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#dc27ef7daa20ed01cef12558a241044c">Center</a> [3]</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a01719.html">vtkTimeStamp</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00590.html#5da0ccabfeb73891671ec8a93c3ad9bd">ComputeTime</a></td></tr>

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="873c606f401c356c88fc6053771892be"></a><!-- doxytag: member="vtkGenericDataSet::Superclass" ref="873c606f401c356c88fc6053771892be" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="a00362.html">vtkDataObject</a> <a class="el" href="a00362.html">vtkGenericDataSet::Superclass</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Standard VTK type and print macros. 
<p>Reimplemented from <a class="el" href="a00362.html#1cb1add9bd37d15f4dbf8e088e944e62">vtkDataObject</a>.</p>

<p>Reimplemented in <a class="el" href="a00210.html#b0ae0f9a45b146104abf8330fa9ae54c">vtkBridgeDataSet</a>.</p>

<p>Definition at line <a class="el" href="a04046.html#l00072">72</a> of file <a class="el" href="a04046.html">vtkGenericDataSet.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="14e70ddeef69b5b0a300293c6e4f56bd"></a><!-- doxytag: member="vtkGenericDataSet::vtkGenericDataSet" ref="14e70ddeef69b5b0a300293c6e4f56bd" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkGenericDataSet::vtkGenericDataSet           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Constructor with uninitialized bounds (1,-1, 1,-1, 1,-1), empty attribute collection and default tessellator. 
</div>
</div><p>
<a class="anchor" name="a77eec02d432ccefec0689455547e6ba"></a><!-- doxytag: member="vtkGenericDataSet::~vtkGenericDataSet" ref="a77eec02d432ccefec0689455547e6ba" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual vtkGenericDataSet::~vtkGenericDataSet           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="07d8606d001805fefede5edb73fc6535"></a><!-- doxytag: member="vtkGenericDataSet::GetClassName" ref="07d8606d001805fefede5edb73fc6535" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkGenericDataSet::GetClassName           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Standard VTK type and print macros. 
<p>Reimplemented from <a class="el" href="a00362.html#a1a6c049b32e772ce370fc5fafa67428">vtkDataObject</a>.</p>

<p>Reimplemented in <a class="el" href="a00210.html#751fd1bd3815475844aa5fb6318bf056">vtkBridgeDataSet</a>.</p>

</div>
</div><p>
<a class="anchor" name="8ba13d206be341a7621c6d933e4adfea"></a><!-- doxytag: member="vtkGenericDataSet::IsTypeOf" ref="8ba13d206be341a7621c6d933e4adfea" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkGenericDataSet::IsTypeOf           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>type</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Standard VTK type and print macros. 
<p>Reimplemented from <a class="el" href="a00362.html#0d0b43b6ab5a474eb8e97f47c43bae0e">vtkDataObject</a>.</p>

<p>Reimplemented in <a class="el" href="a00210.html#30be68a5212ff9048d6f32421a5a837d">vtkBridgeDataSet</a>.</p>

</div>
</div><p>
<a class="anchor" name="20a2e33539619026b5b59baed17d9b92"></a><!-- doxytag: member="vtkGenericDataSet::IsA" ref="20a2e33539619026b5b59baed17d9b92" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkGenericDataSet::IsA           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>type</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Standard VTK type and print macros. 
<p>Reimplemented from <a class="el" href="a00362.html#79ea5a06ed7e8e192115a33f7384ed98">vtkDataObject</a>.</p>

<p>Reimplemented in <a class="el" href="a00210.html#de98edcd7f4516a9ce35a37d10f3dee2">vtkBridgeDataSet</a>.</p>

</div>
</div><p>
<a class="anchor" name="8f8a0998f3c245691dfdc8ac7f7c73a6"></a><!-- doxytag: member="vtkGenericDataSet::SafeDownCast" ref="8f8a0998f3c245691dfdc8ac7f7c73a6" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a00590.html">vtkGenericDataSet</a>* vtkGenericDataSet::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>
Standard VTK type and print macros. 
<p>Reimplemented from <a class="el" href="a00362.html#8c6772e6b55033ce5833982eee01f8ef">vtkDataObject</a>.</p>

<p>Reimplemented in <a class="el" href="a00210.html#44898a74ea256f81c785fd732b0895ce">vtkBridgeDataSet</a>.</p>

</div>
</div><p>
<a class="anchor" name="81a702a432ed9f9bad6d1f47782dc209"></a><!-- doxytag: member="vtkGenericDataSet::PrintSelf" ref="81a702a432ed9f9bad6d1f47782dc209" args="(ostream &amp;os, vtkIndent indent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkGenericDataSet::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>
Standard VTK type and print macros. 
<p>Reimplemented from <a class="el" href="a00362.html#41fc1279a91124320705e5fc98f623c7">vtkDataObject</a>.</p>

<p>Reimplemented in <a class="el" href="a00210.html#6d40ce77af147a01a72b50ec20b0f3b4">vtkBridgeDataSet</a>.</p>

</div>
</div><p>
<a class="anchor" name="2f7262ca18a171eefbca22a42691fbfb"></a><!-- doxytag: member="vtkGenericDataSet::GetNumberOfPoints" ref="2f7262ca18a171eefbca22a42691fbfb" args="()=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> vtkGenericDataSet::GetNumberOfPoints           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return the number of points composing the dataset. See <a class="el" href="a00590.html#80d20ea300f5dd129d5ffc82d479e0a5">NewPointIterator()</a> for more details. <dl class="post" compact><dt><b>Postcondition:</b></dt><dd>positive_result: result&gt;=0 </dd></dl>

<p>Implemented in <a class="el" href="a00210.html#566cd3b81dc2dc85c19799011e4ceba7">vtkBridgeDataSet</a>.</p>

</div>
</div><p>
<a class="anchor" name="5ed98ad8f4baf2ff4552ff05f909d06f"></a><!-- doxytag: member="vtkGenericDataSet::GetNumberOfCells" ref="5ed98ad8f4baf2ff4552ff05f909d06f" args="(int dim=-1)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> vtkGenericDataSet::GetNumberOfCells           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>dim</em> = <code>-1</code>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return the number of cells that explicitly define the dataset. See <a class="el" href="a00590.html#680a020ab56d446eb1d6f931f3ea6e02">NewCellIterator()</a> for more details. <dl class="pre" compact><dt><b>Precondition:</b></dt><dd>valid_dim_range: (dim&gt;=-1) &amp;&amp; (dim&lt;=3) </dd></dl>
<dl class="post" compact><dt><b>Postcondition:</b></dt><dd>positive_result: result&gt;=0 </dd></dl>

<p>Implemented in <a class="el" href="a00210.html#2512bf99a2c8e5e434875872a36463e9">vtkBridgeDataSet</a>.</p>

</div>
</div><p>
<a class="anchor" name="44a9a587403c216866ca2c713c2bfae7"></a><!-- doxytag: member="vtkGenericDataSet::GetCellDimension" ref="44a9a587403c216866ca2c713c2bfae7" args="()=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkGenericDataSet::GetCellDimension           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return -1 if the dataset is explicitly defined by cells of varying dimensions or if there are no cells. If the dataset is explicitly defined by cells of a unique dimension, return this dimension. <dl class="post" compact><dt><b>Postcondition:</b></dt><dd>valid_range: (result&gt;=-1) &amp;&amp; (result&lt;=3) </dd></dl>

<p>Implemented in <a class="el" href="a00210.html#5edbea143e9a38be88c4711c28cd7bcb">vtkBridgeDataSet</a>.</p>

</div>
</div><p>
<a class="anchor" name="f52536e4ae6e3cd3238f9d77a53c9d36"></a><!-- doxytag: member="vtkGenericDataSet::GetCellTypes" ref="f52536e4ae6e3cd3238f9d77a53c9d36" args="(vtkCellTypes *types)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkGenericDataSet::GetCellTypes           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00253.html">vtkCellTypes</a> *&nbsp;</td>
          <td class="paramname"> <em>types</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get a list of types of cells in a dataset. The list consists of an array of types (not necessarily in any order), with a single entry per type. For example a dataset 5 triangles, 3 lines, and 100 hexahedra would result a list of three entries, corresponding to the types VTK_TRIANGLE, VTK_LINE, and VTK_HEXAHEDRON. THIS METHOD IS THREAD SAFE IF FIRST CALLED FROM A SINGLE THREAD AND THE DATASET IS NOT MODIFIED <dl class="pre" compact><dt><b>Precondition:</b></dt><dd>types_exist: types!=0 </dd></dl>

<p>Reimplemented in <a class="el" href="a00210.html#2b4a172593f708078050f5fb317d391d">vtkBridgeDataSet</a>.</p>

</div>
</div><p>
<a class="anchor" name="680a020ab56d446eb1d6f931f3ea6e02"></a><!-- doxytag: member="vtkGenericDataSet::NewCellIterator" ref="680a020ab56d446eb1d6f931f3ea6e02" args="(int dim=-1)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="a00583.html">vtkGenericCellIterator</a>* vtkGenericDataSet::NewCellIterator           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>dim</em> = <code>-1</code>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return an iterator to traverse cells of dimension `dim' (or all dimensions if -1) that explicitly define the dataset. For instance, it will return only tetrahedra if the mesh is defined by tetrahedra. If the mesh is composed of two parts, one with tetrahedra and another part with triangles, it will return both, but will not return the boundary edges and vertices of these cells. The user is responsible for deleting the iterator. <dl class="pre" compact><dt><b>Precondition:</b></dt><dd>valid_dim_range: (dim&gt;=-1) &amp;&amp; (dim&lt;=3) </dd></dl>
<dl class="post" compact><dt><b>Postcondition:</b></dt><dd>result_exists: result!=0 </dd></dl>

<p>Implemented in <a class="el" href="a00210.html#dbdcf66141d258dda2b9236d9e6ef503">vtkBridgeDataSet</a>.</p>

</div>
</div><p>
<a class="anchor" name="0f52c2a5b3842ffba2f251378191644f"></a><!-- doxytag: member="vtkGenericDataSet::NewBoundaryIterator" ref="0f52c2a5b3842ffba2f251378191644f" args="(int dim=-1, int exteriorOnly=0)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="a00583.html">vtkGenericCellIterator</a>* vtkGenericDataSet::NewBoundaryIterator           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>dim</em> = <code>-1</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>exteriorOnly</em> = <code>0</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return an iterator to traverse cell boundaries of dimension `dim' (or all dimensions if -1) of the dataset. If `exteriorOnly' is true, only the exterior cell boundaries of the dataset will be returned, otherwise it will return exterior and interior cell boundaries. The user is responsible for deleting the iterator. <dl class="pre" compact><dt><b>Precondition:</b></dt><dd>valid_dim_range: (dim&gt;=-1) &amp;&amp; (dim&lt;=2) </dd></dl>
<dl class="post" compact><dt><b>Postcondition:</b></dt><dd>result_exists: result!=0 </dd></dl>

<p>Implemented in <a class="el" href="a00210.html#3250d5ad686093a1dd68cbd6ca09efe2">vtkBridgeDataSet</a>.</p>

</div>
</div><p>
<a class="anchor" name="80d20ea300f5dd129d5ffc82d479e0a5"></a><!-- doxytag: member="vtkGenericDataSet::NewPointIterator" ref="80d20ea300f5dd129d5ffc82d479e0a5" args="()=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="a00602.html">vtkGenericPointIterator</a>* vtkGenericDataSet::NewPointIterator           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return an iterator to traverse the points composing the dataset; they can be points that define a cell (corner points) or isolated points. The user is responsible for deleting the iterator. <dl class="post" compact><dt><b>Postcondition:</b></dt><dd>result_exists: result!=0 </dd></dl>

<p>Implemented in <a class="el" href="a00210.html#8bd09f1cacf8c4567196e1a4f47b4aaa">vtkBridgeDataSet</a>.</p>

</div>
</div><p>
<a class="anchor" name="c3b25599ed3e4ad2482175b429bd5cae"></a><!-- doxytag: member="vtkGenericDataSet::FindCell" ref="c3b25599ed3e4ad2482175b429bd5cae" args="(double x[3], vtkGenericCellIterator *&amp;cell, double tol2, int &amp;subId, double pcoords[3])=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkGenericDataSet::FindCell           </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="a00583.html">vtkGenericCellIterator</a> *&amp;&nbsp;</td>
          <td class="paramname"> <em>cell</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>tol2</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int &amp;&nbsp;</td>
          <td class="paramname"> <em>subId</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>pcoords</em>[3]</td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Locate the closest cell to position `x' (global coordinates) with respect to a tolerance squared `tol2' and an initial guess `cell' (if valid). The result consists in the `cell', the `subId' of the sub-cell (0 if primary cell), the parametric coordinates `pcoord' of the position. It returns whether the position is inside the cell or not (boolean). Tolerance is used to control how close the point is to be considered "in" the cell. THIS METHOD IS NOT THREAD SAFE. <dl class="pre" compact><dt><b>Precondition:</b></dt><dd>not_empty: <a class="el" href="a00590.html#5ed98ad8f4baf2ff4552ff05f909d06f">GetNumberOfCells()</a>&gt;0 <p>
cell_exists: cell!=0 <p>
positive_tolerance: tol2&gt;0 </dd></dl>

<p>Implemented in <a class="el" href="a00210.html#90a5df2c95c94a62b2b5c4a57701bafc">vtkBridgeDataSet</a>.</p>

</div>
</div><p>
<a class="anchor" name="8b37ed061a94fa9d3befb28bd6656912"></a><!-- doxytag: member="vtkGenericDataSet::FindPoint" ref="8b37ed061a94fa9d3befb28bd6656912" args="(double x[3], vtkGenericPointIterator *p)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkGenericDataSet::FindPoint           </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="a00602.html">vtkGenericPointIterator</a> *&nbsp;</td>
          <td class="paramname"> <em>p</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Locate the closest point `p' to position `x' (global coordinates). <dl class="pre" compact><dt><b>Precondition:</b></dt><dd>not_empty: <a class="el" href="a00590.html#2f7262ca18a171eefbca22a42691fbfb">GetNumberOfPoints()</a>&gt;0 <p>
p_exists: p!=0 </dd></dl>

<p>Implemented in <a class="el" href="a00210.html#8a9c4e7e9e211a7309767396a79b19ff">vtkBridgeDataSet</a>.</p>

</div>
</div><p>
<a class="anchor" name="a8e20e0723a2d4317b7469666e8463c5"></a><!-- doxytag: member="vtkGenericDataSet::GetMTime" ref="a8e20e0723a2d4317b7469666e8463c5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual unsigned long int vtkGenericDataSet::GetMTime           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Datasets are composite objects and need to check each part for their modified time. 
<p>Reimplemented from <a class="el" href="a00362.html#6d307627fcb1696551ff404ac92a6dfc">vtkDataObject</a>.</p>

<p>Reimplemented in <a class="el" href="a00210.html#0998d6b28be2f3501ca301de6fcba3fd">vtkBridgeDataSet</a>.</p>

</div>
</div><p>
<a class="anchor" name="1162a006a7d9ef19d815484bc310999f"></a><!-- doxytag: member="vtkGenericDataSet::ComputeBounds" ref="1162a006a7d9ef19d815484bc310999f" args="()=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkGenericDataSet::ComputeBounds           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Compute the geometry bounding box. 
<p>Implemented in <a class="el" href="a00210.html#db2a58db804c062527a7e75037714f1a">vtkBridgeDataSet</a>.</p>

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

<p>
Return a pointer to the geometry bounding box in the form (xmin,xmax, ymin,ymax, zmin,zmax). The return value is VOLATILE. <dl class="post" compact><dt><b>Postcondition:</b></dt><dd>result_exists: result!=0 </dd></dl>

</div>
</div><p>
<a class="anchor" name="7946f1164f91820ec2c9a496e4994f2a"></a><!-- doxytag: member="vtkGenericDataSet::GetBounds" ref="7946f1164f91820ec2c9a496e4994f2a" args="(double bounds[6])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkGenericDataSet::GetBounds           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>bounds</em>[6]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return the geometry bounding box in global coordinates in the form (xmin,xmax, ymin,ymax, zmin,zmax) in the `bounds' array. 
</div>
</div><p>
<a class="anchor" name="e7557370ce81b9014288bc85b094801b"></a><!-- doxytag: member="vtkGenericDataSet::GetCenter" ref="e7557370ce81b9014288bc85b094801b" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double* vtkGenericDataSet::GetCenter           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the center of the bounding box in global coordinates. The return value is VOLATILE. <dl class="post" compact><dt><b>Postcondition:</b></dt><dd>result_exists: result!=0 </dd></dl>

</div>
</div><p>
<a class="anchor" name="78872a5d3c4a6e2be57603f00d538675"></a><!-- doxytag: member="vtkGenericDataSet::GetCenter" ref="78872a5d3c4a6e2be57603f00d538675" args="(double center[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkGenericDataSet::GetCenter           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>center</em>[3]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the center of the bounding box in global coordinates. 
</div>
</div><p>
<a class="anchor" name="349acaf51e6dfce2cf1384ceb45c48d6"></a><!-- doxytag: member="vtkGenericDataSet::GetLength" ref="349acaf51e6dfce2cf1384ceb45c48d6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkGenericDataSet::GetLength           </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 length of the diagonal of the bounding box. <dl class="post" compact><dt><b>Postcondition:</b></dt><dd>positive_result: result&gt;=0 </dd></dl>

</div>
</div><p>
<a class="anchor" name="9b00cd8314f09376fec860d0d3648cdc"></a><!-- doxytag: member="vtkGenericDataSet::GetAttributes" ref="9b00cd8314f09376fec860d0d3648cdc" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="a00581.html">vtkGenericAttributeCollection</a>* vtkGenericDataSet::GetAttributes           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the collection of attributes associated with this dataset. 
</div>
</div><p>
<a class="anchor" name="12d76471486a1f29a10f0ee89062a7b0"></a><!-- doxytag: member="vtkGenericDataSet::SetTessellator" ref="12d76471486a1f29a10f0ee89062a7b0" args="(vtkGenericCellTessellator *tessellator)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkGenericDataSet::SetTessellator           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00584.html">vtkGenericCellTessellator</a> *&nbsp;</td>
          <td class="paramname"> <em>tessellator</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get a cell tessellator if cells must be tessellated during processing. <dl class="pre" compact><dt><b>Precondition:</b></dt><dd>tessellator_exists: tessellator!=0 </dd></dl>

</div>
</div><p>
<a class="anchor" name="683d5ca1129f8c38c2df50d98b02e2ee"></a><!-- doxytag: member="vtkGenericDataSet::GetTessellator" ref="683d5ca1129f8c38c2df50d98b02e2ee" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="a00584.html">vtkGenericCellTessellator</a>* vtkGenericDataSet::GetTessellator           </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 a cell tessellator if cells must be tessellated during processing. <dl class="pre" compact><dt><b>Precondition:</b></dt><dd>tessellator_exists: tessellator!=0 </dd></dl>

</div>
</div><p>
<a class="anchor" name="3b60ad218005e2a800ff3059121b714a"></a><!-- doxytag: member="vtkGenericDataSet::GetActualMemorySize" ref="3b60ad218005e2a800ff3059121b714a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual unsigned long vtkGenericDataSet::GetActualMemorySize           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Actual size of the data in kilobytes; only valid after the pipeline has updated. It is guaranteed to be greater than or equal to the memory required to represent the data. 
<p>Reimplemented from <a class="el" href="a00362.html#224aa0e7fafd101e9d1a316e126dbf87">vtkDataObject</a>.</p>

</div>
</div><p>
<a class="anchor" name="ade4a288097fec6f9ce6388bb8c6cf40"></a><!-- doxytag: member="vtkGenericDataSet::GetDataObjectType" ref="ade4a288097fec6f9ce6388bb8c6cf40" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkGenericDataSet::GetDataObjectType           </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 type of data object. 
<p>Reimplemented from <a class="el" href="a00362.html#a29b32b4beac6a90d31d4751f427add7">vtkDataObject</a>.</p>

</div>
</div><p>
<a class="anchor" name="89f55862d1fa32b22177fbb0ee5a3326"></a><!-- doxytag: member="vtkGenericDataSet::GetEstimatedSize" ref="89f55862d1fa32b22177fbb0ee5a3326" args="()=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> vtkGenericDataSet::GetEstimatedSize           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Estimated size needed after tessellation (or special operation) 
<p>Implemented in <a class="el" href="a00210.html#c378783bf28827bd3970c87c782d7076">vtkBridgeDataSet</a>.</p>

</div>
</div><p>
<a class="anchor" name="5f6fda6e23ca6dfc710a4fcc4e1b42e2"></a><!-- doxytag: member="vtkGenericDataSet::GetData" ref="5f6fda6e23ca6dfc710a4fcc4e1b42e2" args="(vtkInformation *info)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a00590.html">vtkGenericDataSet</a>* vtkGenericDataSet::GetData           </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;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Retrieve an instance of this class from an information object. 
<p>Reimplemented from <a class="el" href="a00362.html#d7ebc4f6ec32a1db7e6cfc0ff6974559">vtkDataObject</a>.</p>

</div>
</div><p>
<a class="anchor" name="25ebed472ba24f13dbd67b2080324205"></a><!-- doxytag: member="vtkGenericDataSet::GetData" ref="25ebed472ba24f13dbd67b2080324205" args="(vtkInformationVector *v, int i=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a00590.html">vtkGenericDataSet</a>* vtkGenericDataSet::GetData           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> *&nbsp;</td>
          <td class="paramname"> <em>v</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>i</em> = <code>0</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Retrieve an instance of this class from an information object. 
<p>Reimplemented from <a class="el" href="a00362.html#67a5941517a1ac4702bb8a9dfb07e986">vtkDataObject</a>.</p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="e0f602e56e29bef8f528119f96bdfeb6"></a><!-- doxytag: member="vtkGenericDataSet::Attributes" ref="e0f602e56e29bef8f528119f96bdfeb6" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00581.html">vtkGenericAttributeCollection</a>* <a class="el" href="a00590.html#e0f602e56e29bef8f528119f96bdfeb6">vtkGenericDataSet::Attributes</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04046.html#l00216">216</a> of file <a class="el" href="a04046.html">vtkGenericDataSet.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="db877d581e43e8a4464e3d38d06fea48"></a><!-- doxytag: member="vtkGenericDataSet::Tessellator" ref="db877d581e43e8a4464e3d38d06fea48" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00584.html">vtkGenericCellTessellator</a>* <a class="el" href="a00590.html#db877d581e43e8a4464e3d38d06fea48">vtkGenericDataSet::Tessellator</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04046.html#l00219">219</a> of file <a class="el" href="a04046.html">vtkGenericDataSet.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="8bbc3edd220e0e34e6f6b2dfdb4c425a"></a><!-- doxytag: member="vtkGenericDataSet::Bounds" ref="8bbc3edd220e0e34e6f6b2dfdb4c425a" args="[6]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a00590.html#8bbc3edd220e0e34e6f6b2dfdb4c425a">vtkGenericDataSet::Bounds</a>[6]<code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04046.html#l00221">221</a> of file <a class="el" href="a04046.html">vtkGenericDataSet.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="dc27ef7daa20ed01cef12558a241044c"></a><!-- doxytag: member="vtkGenericDataSet::Center" ref="dc27ef7daa20ed01cef12558a241044c" args="[3]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a00590.html#dc27ef7daa20ed01cef12558a241044c">vtkGenericDataSet::Center</a>[3]<code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04046.html#l00222">222</a> of file <a class="el" href="a04046.html">vtkGenericDataSet.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="5da0ccabfeb73891671ec8a93c3ad9bd"></a><!-- doxytag: member="vtkGenericDataSet::ComputeTime" ref="5da0ccabfeb73891671ec8a93c3ad9bd" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01719.html">vtkTimeStamp</a> <a class="el" href="a00590.html#5da0ccabfeb73891671ec8a93c3ad9bd">vtkGenericDataSet::ComputeTime</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04046.html#l00223">223</a> of file <a class="el" href="a04046.html">vtkGenericDataSet.h</a>.</p>

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