Sophie

Sophie

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

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: vtkAppendCompositeDataLeaves 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>vtkAppendCompositeDataLeaves Class Reference</h1><!-- doxytag: class="vtkAppendCompositeDataLeaves" --><!-- doxytag: inherits="vtkCompositeDataSetAlgorithm" --><code>#include &lt;<a class="el" href="a04251.html">vtkAppendCompositeDataLeaves.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkAppendCompositeDataLeaves:</div>
<div class="dynsection">
<p><center><img src="a07895.png" border="0" usemap="#a07896" alt="Inheritance graph"></center>
<map name="a07896">
<area shape="rect" href="a00304.html" title="Superclass for algorithms that produce only vtkCompositeDataSet as output." alt="" coords="12,229,223,256"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="68,155,167,181"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="78,80,158,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="63,5,172,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkAppendCompositeDataLeaves:</div>
<div class="dynsection">
<p><center><img src="a07897.png" border="0" usemap="#a07898" alt="Collaboration graph"></center>
<map name="a07898">
<area shape="rect" href="a00304.html" title="Superclass for algorithms that produce only vtkCompositeDataSet as output." alt="" coords="1607,456,1817,483"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="1039,357,1137,384"><area shape="rect" href="a00472.html" title="Superclass for all pipeline executives in VTK." alt="" coords="1429,257,1528,284"><area shape="rect" href="a01261.html" title="Superclass for algorithms that produce only polydata as output." alt="" coords="1401,405,1556,432"><area shape="rect" href="a01790.html" title="Superclass for algorithms that produce only unstructured grid as output." alt="" coords="1377,355,1580,381"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="444,247,524,273"><area shape="rect" href="a00895.html" title="Store zero or more vtkInformation instances." alt="" coords="676,247,825,273"><area shape="rect" href="a00872.html" title="Store vtkAlgorithm input/output information." alt="" coords="696,375,805,401"><area shape="rect" href="a00285.html" title="create and manipulate unsorted lists of objects" alt="" coords="1037,103,1139,129"><area shape="rect" href="a00286.html" title="vtkCollectionElement" alt="" coords="676,103,825,129"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="7,351,116,377"><area shape="rect" href="a00884.html" title="internal structure for vtkInformation" alt="" coords="403,384,565,411"><area shape="rect" href="a00886.html" title="Superclass for vtkInformation keys." alt="" coords="169,412,300,439"><area shape="rect" href="a01719.html" title="record modification and/or execution time" alt="" coords="180,297,289,324"><area shape="rect" href="a00891.html" title="Key for pointer to pointer." alt="" coords="393,435,575,461"><area shape="rect" href="a00115.html" title="appends one or more polygonal datasets together" alt="" coords="1844,405,1985,432"><area shape="rect" href="a00114.html" title="appends one or more datasets together into a single unstructured grid" alt="" coords="1856,355,1973,381"><area shape="rect" href="a00378.html" title="maintain an unordered list of dataset objects" alt="" coords="1404,147,1553,173"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="a07899.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
appends one or more composite datasets with the same structure together into a single output composite dataset 
<p>
<a class="el" href="a00113.html" title="appends one or more composite datasets with the same structure together into a single...">vtkAppendCompositeDataLeaves</a> is a filter that takes input composite datasets with the same structure: (1) the same number of entries and -- if any children are composites -- the same constraint holds from them; and (2) the same type of dataset at each position. It then creates an output dataset with the same structure whose leaves contain all the cells from the datasets at the corresponding leaves of the input datasets.<p>
Currently, only input polydata and unstructured grids are handled; other types of leaf datasets will be ignored and their positions in the output dataset will be NULL pointers. Point attributes (i.e., scalars, vectors, normals, field data, etc.) are extracted and appended only if all datasets have the point attributes available. (For example, if one dataset has scalars but another does not, scalars will not be appended.)<p>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="a00115.html" title="appends one or more polygonal datasets together">vtkAppendPolyData</a> <a class="el" href="a00114.html" title="appends one or more datasets together into a single unstructured grid">vtkAppendFilter</a> </dd></dl>

<p>Definition at line <a class="el" href="a04251.html#l00047">47</a> of file <a class="el" href="a04251.html">vtkAppendCompositeDataLeaves.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 <br>
<a class="el" href="a00304.html">vtkCompositeDataSetAlgorithm</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00113.html#08eff5504c2ed8f6929167f35e0a25c9">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="a00113.html#015ac4e874521e5b986ee9cac03422b1">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="a00113.html#f925996fb1ff1aa1ff1482759f8c43c6">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="a00113.html#09f5c90fbc606a0453a93d0138f8a87a">PrintSelf</a> (ostream &amp;os, <a class="el" href="a00869.html">vtkIndent</a> indent)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00113.html#18ae9448000b4d1859c9b5e99a630ed7">RemoveInput</a> (<a class="el" href="a00374.html">vtkDataSet</a> *in)</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="a00303.html">vtkCompositeDataSet</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00113.html#5d49626b077bd588752ffa6cd3d3e841">GetInput</a> (int idx)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a00303.html">vtkCompositeDataSet</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00113.html#b21b3cc27119771f0efc4f35906c2256">GetInput</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="a00113.html#853609181553f0d256aeb5bfaa566c1e">SetAppendFieldData</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00113.html#9c5ace9b4241d0e99542f0a933a1ed18">GetAppendFieldData</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="a00113.html#e18fdac21c843039d2e1811b46de0eb8">AppendFieldDataOn</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="a00113.html#8c2d571c9dbf394ca21625d891b73392">AppendFieldDataOff</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 <br>
<a class="el" href="a00113.html">vtkAppendCompositeDataLeaves</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00113.html#bbd7330214de86b2a7ad85fc503b1d70">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="a00113.html#8562a00439bb8d51f567aab696e5fae4">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <br>
<a class="el" href="a00113.html">vtkAppendCompositeDataLeaves</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00113.html#14f57a53e8fc9d49d57d6e66659f6b51">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="a00113.html#1e98aaf542dcccf9c3bc53b84cbecc86">vtkAppendCompositeDataLeaves</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00113.html#91b52b5a1cd5a6ef7d1c0042c6d7c46a">~vtkAppendCompositeDataLeaves</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="a00113.html#5dba2c75f0644dceced4445f42623dbb">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="a00113.html#75f2b325c144ae606253169fff2e761a">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="a00113.html#e2b6f0b43ea157d39c2a81ef9f4c97cd">FillInputPortInformation</a> (int port, <a class="el" href="a00872.html">vtkInformation</a> *info)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00113.html#62820b51cca9b21175c471f68526d172">AppendUnstructuredGrids</a> (int i, int numInputs, <a class="el" href="a00300.html">vtkCompositeDataIterator</a> *iter, <a class="el" href="a00303.html">vtkCompositeDataSet</a> *output)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00113.html#292792a4a10853ce39be798490c0ae2e">AppendPolyData</a> (int i, int numInputs, <a class="el" href="a00300.html">vtkCompositeDataIterator</a> *iter, <a class="el" href="a00303.html">vtkCompositeDataSet</a> *output)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00113.html#e4e8b228a48855ded3ce9929e5059ed8">AppendFieldDataArrays</a> (int i, int numInputs, <a class="el" href="a00300.html">vtkCompositeDataIterator</a> *iter, <a class="el" href="a00374.html">vtkDataSet</a> *dset)</td></tr>

<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00113.html#a0dafab07550dc91a7557fd01f57d3e5">AppendFieldData</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a00114.html">vtkAppendFilter</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00113.html#c19bebedd48df44c8af4c435d8a2398d">AppendUG</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a00115.html">vtkAppendPolyData</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00113.html#ea89af148b9c8eda0774be4261043f4d">AppendPD</a></td></tr>

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="08eff5504c2ed8f6929167f35e0a25c9"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::Superclass" ref="08eff5504c2ed8f6929167f35e0a25c9" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="a00304.html">vtkCompositeDataSetAlgorithm</a> <a class="el" href="a00304.html">vtkAppendCompositeDataLeaves::Superclass</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a00304.html#9e35f7347144eae80cb3eb4780a62de2">vtkCompositeDataSetAlgorithm</a>.</p>

<p>Definition at line <a class="el" href="a04251.html#l00052">52</a> of file <a class="el" href="a04251.html">vtkAppendCompositeDataLeaves.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="1e98aaf542dcccf9c3bc53b84cbecc86"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::vtkAppendCompositeDataLeaves" ref="1e98aaf542dcccf9c3bc53b84cbecc86" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkAppendCompositeDataLeaves::vtkAppendCompositeDataLeaves           </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="91b52b5a1cd5a6ef7d1c0042c6d7c46a"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::~vtkAppendCompositeDataLeaves" ref="91b52b5a1cd5a6ef7d1c0042c6d7c46a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkAppendCompositeDataLeaves::~vtkAppendCompositeDataLeaves           </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="bbd7330214de86b2a7ad85fc503b1d70"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::New" ref="bbd7330214de86b2a7ad85fc503b1d70" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a00113.html">vtkAppendCompositeDataLeaves</a>* vtkAppendCompositeDataLeaves::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="a00304.html#62230f8a6bef09f8078d1f7ea6b9cb90">vtkCompositeDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="015ac4e874521e5b986ee9cac03422b1"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::GetClassName" ref="015ac4e874521e5b986ee9cac03422b1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkAppendCompositeDataLeaves::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="a00304.html#61fea0d9f5c39ecdb1452b42460bfe88">vtkCompositeDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="8562a00439bb8d51f567aab696e5fae4"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::IsTypeOf" ref="8562a00439bb8d51f567aab696e5fae4" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkAppendCompositeDataLeaves::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="a00304.html#16ce820e88a55d66eb36a570b6895c86">vtkCompositeDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="f925996fb1ff1aa1ff1482759f8c43c6"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::IsA" ref="f925996fb1ff1aa1ff1482759f8c43c6" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkAppendCompositeDataLeaves::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="a00304.html#67054cef8628028f92ec56946620d7da">vtkCompositeDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="14f57a53e8fc9d49d57d6e66659f6b51"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::SafeDownCast" ref="14f57a53e8fc9d49d57d6e66659f6b51" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a00113.html">vtkAppendCompositeDataLeaves</a>* vtkAppendCompositeDataLeaves::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="a00304.html#458b34d48d01f461fc6e53846c806ef7">vtkCompositeDataSetAlgorithm</a>.</p>

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

</div>
</div><p>
<a class="anchor" name="5d49626b077bd588752ffa6cd3d3e841"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::GetInput" ref="5d49626b077bd588752ffa6cd3d3e841" args="(int idx)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00303.html">vtkCompositeDataSet</a>* vtkAppendCompositeDataLeaves::GetInput           </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 any input of this filter. BTX 
<p>Reimplemented from <a class="el" href="a00304.html#73c7425c2df5d62497df8cd64a7b6105">vtkCompositeDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="b21b3cc27119771f0efc4f35906c2256"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::GetInput" ref="b21b3cc27119771f0efc4f35906c2256" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00303.html">vtkCompositeDataSet</a>* vtkAppendCompositeDataLeaves::GetInput           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get any input of this filter. BTX 
<p>Definition at line <a class="el" href="a04251.html#l00058">58</a> of file <a class="el" href="a04251.html">vtkAppendCompositeDataLeaves.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="18ae9448000b4d1859c9b5e99a630ed7"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::RemoveInput" ref="18ae9448000b4d1859c9b5e99a630ed7" args="(vtkDataSet *in)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkAppendCompositeDataLeaves::RemoveInput           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00374.html">vtkDataSet</a> *&nbsp;</td>
          <td class="paramname"> <em>in</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Remove a dataset from the list of data to append. 
</div>
</div><p>
<a class="anchor" name="853609181553f0d256aeb5bfaa566c1e"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::SetAppendFieldData" ref="853609181553f0d256aeb5bfaa566c1e" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkAppendCompositeDataLeaves::SetAppendFieldData           </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 whether the field data of each dataset in the composite dataset is copied to the output. If AppendFieldData is non-zero, then field data arrays from all the inputs are added to the output. If there are duplicates, the array on the first input encountered is taken. 
</div>
</div><p>
<a class="anchor" name="9c5ace9b4241d0e99542f0a933a1ed18"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::GetAppendFieldData" ref="9c5ace9b4241d0e99542f0a933a1ed18" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkAppendCompositeDataLeaves::GetAppendFieldData           </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 whether the field data of each dataset in the composite dataset is copied to the output. If AppendFieldData is non-zero, then field data arrays from all the inputs are added to the output. If there are duplicates, the array on the first input encountered is taken. 
</div>
</div><p>
<a class="anchor" name="e18fdac21c843039d2e1811b46de0eb8"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::AppendFieldDataOn" ref="e18fdac21c843039d2e1811b46de0eb8" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkAppendCompositeDataLeaves::AppendFieldDataOn           </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 whether the field data of each dataset in the composite dataset is copied to the output. If AppendFieldData is non-zero, then field data arrays from all the inputs are added to the output. If there are duplicates, the array on the first input encountered is taken. 
</div>
</div><p>
<a class="anchor" name="8c2d571c9dbf394ca21625d891b73392"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::AppendFieldDataOff" ref="8c2d571c9dbf394ca21625d891b73392" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkAppendCompositeDataLeaves::AppendFieldDataOff           </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 whether the field data of each dataset in the composite dataset is copied to the output. If AppendFieldData is non-zero, then field data arrays from all the inputs are added to the output. If there are duplicates, the array on the first input encountered is taken. 
</div>
</div><p>
<a class="anchor" name="5dba2c75f0644dceced4445f42623dbb"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::RequestDataObject" ref="5dba2c75f0644dceced4445f42623dbb" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkAppendCompositeDataLeaves::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>
Since <a class="el" href="a00303.html" title="abstact superclass for composite (multi-block or AMR) datasets">vtkCompositeDataSet</a> is an abstract class and we output the same types as the input, we must override the default implementation. 
<p>Reimplemented from <a class="el" href="a00304.html#4ed53f28a86efef5017ee62959f678c5">vtkCompositeDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="75f2b325c144ae606253169fff2e761a"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::RequestData" ref="75f2b325c144ae606253169fff2e761a" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkAppendCompositeDataLeaves::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>
Iterates over the datasets and appends corresponding notes. 
<p>Reimplemented from <a class="el" href="a00304.html#4d8e8b2ef8f1c011fffae8f2faf1c6f4">vtkCompositeDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="e2b6f0b43ea157d39c2a81ef9f4c97cd"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::FillInputPortInformation" ref="e2b6f0b43ea157d39c2a81ef9f4c97cd" args="(int port, vtkInformation *info)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkAppendCompositeDataLeaves::FillInputPortInformation           </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>
The input is repeatable, so we override the default implementation. 
<p>Reimplemented from <a class="el" href="a00304.html#7420de77d79de48d34f465cdf9b431be">vtkCompositeDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="62820b51cca9b21175c471f68526d172"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::AppendUnstructuredGrids" ref="62820b51cca9b21175c471f68526d172" args="(int i, int numInputs, vtkCompositeDataIterator *iter, vtkCompositeDataSet *output)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkAppendCompositeDataLeaves::AppendUnstructuredGrids           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>i</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>numInputs</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00300.html">vtkCompositeDataIterator</a> *&nbsp;</td>
          <td class="paramname"> <em>iter</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00303.html">vtkCompositeDataSet</a> *&nbsp;</td>
          <td class="paramname"> <em>output</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>
When leaf nodes are unstructured grids, this uses a <a class="el" href="a00114.html" title="appends one or more datasets together into a single unstructured grid">vtkAppendFilter</a> to merge them. 
</div>
</div><p>
<a class="anchor" name="292792a4a10853ce39be798490c0ae2e"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::AppendPolyData" ref="292792a4a10853ce39be798490c0ae2e" args="(int i, int numInputs, vtkCompositeDataIterator *iter, vtkCompositeDataSet *output)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkAppendCompositeDataLeaves::AppendPolyData           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>i</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>numInputs</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00300.html">vtkCompositeDataIterator</a> *&nbsp;</td>
          <td class="paramname"> <em>iter</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00303.html">vtkCompositeDataSet</a> *&nbsp;</td>
          <td class="paramname"> <em>output</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>
When leaf nodes are polydata, this uses a <a class="el" href="a00115.html" title="appends one or more polygonal datasets together">vtkAppendPolyData</a> to merge them. 
</div>
</div><p>
<a class="anchor" name="e4e8b228a48855ded3ce9929e5059ed8"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::AppendFieldDataArrays" ref="e4e8b228a48855ded3ce9929e5059ed8" args="(int i, int numInputs, vtkCompositeDataIterator *iter, vtkDataSet *dset)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkAppendCompositeDataLeaves::AppendFieldDataArrays           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>i</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>numInputs</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00300.html">vtkCompositeDataIterator</a> *&nbsp;</td>
          <td class="paramname"> <em>iter</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00374.html">vtkDataSet</a> *&nbsp;</td>
          <td class="paramname"> <em>dset</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>
Both AppendUnstructuredGrids and AppendPolyData call AppendFieldDataArrays. If AppendFieldData is non-zero, then field data arrays from all the inputs are added to the output. If there are duplicates, the array on the first input encountered is taken. 
</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="a0dafab07550dc91a7557fd01f57d3e5"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::AppendFieldData" ref="a0dafab07550dc91a7557fd01f57d3e5" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a00113.html#a0dafab07550dc91a7557fd01f57d3e5">vtkAppendCompositeDataLeaves::AppendFieldData</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04251.html#l00105">105</a> of file <a class="el" href="a04251.html">vtkAppendCompositeDataLeaves.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="c19bebedd48df44c8af4c435d8a2398d"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::AppendUG" ref="c19bebedd48df44c8af4c435d8a2398d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00114.html">vtkAppendFilter</a>* <a class="el" href="a00113.html#c19bebedd48df44c8af4c435d8a2398d">vtkAppendCompositeDataLeaves::AppendUG</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04251.html#l00106">106</a> of file <a class="el" href="a04251.html">vtkAppendCompositeDataLeaves.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="ea89af148b9c8eda0774be4261043f4d"></a><!-- doxytag: member="vtkAppendCompositeDataLeaves::AppendPD" ref="ea89af148b9c8eda0774be4261043f4d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00115.html">vtkAppendPolyData</a>* <a class="el" href="a00113.html#ea89af148b9c8eda0774be4261043f4d">vtkAppendCompositeDataLeaves::AppendPD</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04251.html#l00107">107</a> of file <a class="el" href="a04251.html">vtkAppendCompositeDataLeaves.h</a>.</p>

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