Sophie

Sophie

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

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: vtkVoxelContoursToSurfaceFilter 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>vtkVoxelContoursToSurfaceFilter Class Reference</h1><!-- doxytag: class="vtkVoxelContoursToSurfaceFilter" --><!-- doxytag: inherits="vtkPolyDataAlgorithm" --><code>#include &lt;<a class="el" href="a04499.html">vtkVoxelContoursToSurfaceFilter.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkVoxelContoursToSurfaceFilter:</div>
<div class="dynsection">
<p><center><img src="a15864.png" border="0" usemap="#a15865" alt="Inheritance graph"></center>
<map name="a15865">
<area shape="rect" href="a01261.html" title="Superclass for algorithms that produce only polydata as output." alt="" coords="40,229,195,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 vtkVoxelContoursToSurfaceFilter:</div>
<div class="dynsection">
<p><center><img src="a15866.png" border="0" usemap="#a15867" alt="Collaboration graph"></center>
<map name="a15867">
<area shape="rect" href="a01261.html" title="Superclass for algorithms that produce only polydata as output." alt="" coords="173,499,328,525"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="281,381,380,408"><area shape="rect" href="a00472.html" title="Superclass for all pipeline executives in VTK." alt="" coords="477,499,576,525"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="407,173,487,200"><area shape="rect" href="a00895.html" title="Store zero or more vtkInformation instances." alt="" coords="404,264,553,291"><area shape="rect" href="a00872.html" title="Store vtkAlgorithm input/output information." alt="" coords="212,264,321,291"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="164,5,273,32"><area shape="rect" href="a00884.html" title="internal structure for vtkInformation" alt="" coords="5,173,168,200"><area shape="rect" href="a00886.html" title="Superclass for vtkInformation keys." alt="" coords="153,83,284,109"><area shape="rect" href="a01719.html" title="record modification and/or execution time" alt="" coords="308,83,417,109"><area shape="rect" href="a00891.html" title="Key for pointer to pointer." alt="" coords="192,173,373,200"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="a15868.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
create surface from contours 
<p>
<a class="el" href="a01860.html" title="create surface from contours">vtkVoxelContoursToSurfaceFilter</a> is a filter that takes contours and produces surfaces. There are some restrictions for the contours:<p>
<ul>
<li>The contours are input as <a class="el" href="a01260.html" title="concrete dataset represents vertices, lines, polygons, and triangle strips">vtkPolyData</a>, with the contours being polys in the <a class="el" href="a01260.html" title="concrete dataset represents vertices, lines, polygons, and triangle strips">vtkPolyData</a>.</li><li>The contours lie on XY planes - each contour has a constant Z</li><li>The contours are ordered in the polys of the <a class="el" href="a01260.html" title="concrete dataset represents vertices, lines, polygons, and triangle strips">vtkPolyData</a> such that all contours on the first (lowest) XY plane are first, then continuing in order of increasing Z value.</li><li>The X, Y and Z coordinates are all integer values.</li><li>The desired sampling of the contour data is 1x1x1 - Aspect can be used to control the aspect ratio in the output polygonal dataset.</li></ul>
<p>
This filter takes the contours and produces a structured points dataset of signed floating point number indicating distance from a contour. A contouring filter is then applied to generate 3D surfaces from a stack of 2D contour distance slices. This is done in a streaming fashion so as not to use to much memory.<p>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="a01261.html" title="Superclass for algorithms that produce only polydata as output.">vtkPolyDataAlgorithm</a></dd></dl>
<dl class="user" compact><dt><b>Tests:</b></dt><dd><a class="el" href="c2_vtk_t_18.html#c2_vtk_t_vtkVoxelContoursToSurfaceFilter">vtkVoxelContoursToSurfaceFilter (Tests)</a> </dd></dl>

<p>Definition at line <a class="el" href="a04499.html#l00050">50</a> of file <a class="el" href="a04499.html">vtkVoxelContoursToSurfaceFilter.h</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="a01261.html">vtkPolyDataAlgorithm</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#b0ea9b4160e0d910298ca2833d7670c4">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="a01860.html#9c902809702c45faa73d8c8b6ffa9af4">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="a01860.html#95ee9133c91bc29e89a56b450e711045">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="a01860.html#7347b41c1cdae6fa8d0df221d9e0c396">PrintSelf</a> (ostream &amp;os, <a class="el" href="a00869.html">vtkIndent</a> indent)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#05f28853de4c61c74f50feb244cc3707">SetSpacing</a> (double, double, double)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#4dc3d5eca0cf0c24e79688684202b9ad">SetSpacing</a> (double[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="a01860.html#4ccc8b93496beaeaf058548d11a7d096">GetSpacing</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="a01860.html#bf421c7a955f76958cdfb0f8ef5ce3c2">GetSpacing</a> (double data[3])</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="a01860.html#1d977bd14d5f6783332ec9069a922414">SetMemoryLimitInBytes</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="a01860.html#a7789639168c47dcf370bf3b9adbd17e">GetMemoryLimitInBytes</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="a01860.html">vtkVoxelContoursToSurfaceFilter</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#1fedaaeef08ab1e0dc474fea53e55500">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="a01860.html#9d50207f599b4c7e3a4cff44e5e524bb">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <br>
<a class="el" href="a01860.html">vtkVoxelContoursToSurfaceFilter</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#2f9ba34de882145e8838e2313ad6038c">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="a01860.html#38889eba20e13b96ff68380eb349ae2a">vtkVoxelContoursToSurfaceFilter</a> ()</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#e532977c3b3e48aa30205403bdadd18e">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">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#bf45cd4b1884ea6394271e19a4a387e9">AddLineToLineList</a> (double x1, double y1, double x2, double y2)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#c6377926ab2e3513e1a03f3f9f2383df">SortLineList</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#1b3429003537f8038cbe4e010671595f">CastLines</a> (float *slice, double gridOrigin[3], int gridSize[3], int type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#2c9dda5fdd769557c810e1966f15d933">PushDistances</a> (float *ptr, int gridSize[3], int chunkSize)</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="a01860.html#4394accede9269ef77b2cb91498ac3e4">MemoryLimitInBytes</a></td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">double *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#350fb20763b58e7519ffed5e93557e84">LineList</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#8165c54414a631b87ac1097cb32b2c6e">LineListLength</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#2aac4be748d6b4d8bfac960aab66a46d">LineListSize</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#aa221c884de1e7982ecd80a4a761e8be">SortedXList</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#24ed5b8da411fcc93edb7f5b389665a0">SortedYList</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#dd0d5fc8be54c870e06cd4dfe5392617">SortedListSize</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#5629382e286f4eb379b19a7f1a51d4e6">WorkingList</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#62b26cec6f43f00d90f52b7efee226c6">WorkingListLength</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#0ce1d42ddd12392f78716a137da9ef03">IntersectionList</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01860.html#ae8d3346a8e37fea2cf1aa00aed474cd">IntersectionListLength</a></td></tr>

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="b0ea9b4160e0d910298ca2833d7670c4"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::Superclass" ref="b0ea9b4160e0d910298ca2833d7670c4" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="a01261.html">vtkPolyDataAlgorithm</a> <a class="el" href="a01261.html">vtkVoxelContoursToSurfaceFilter::Superclass</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a01261.html#0ef1960e1f3d6980b058ab47b5475b91">vtkPolyDataAlgorithm</a>.</p>

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

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="38889eba20e13b96ff68380eb349ae2a"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::vtkVoxelContoursToSurfaceFilter" ref="38889eba20e13b96ff68380eb349ae2a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkVoxelContoursToSurfaceFilter::vtkVoxelContoursToSurfaceFilter           </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="5a515260c57b70a00344794df55bb329"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::~vtkVoxelContoursToSurfaceFilter" ref="5a515260c57b70a00344794df55bb329" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkVoxelContoursToSurfaceFilter::~vtkVoxelContoursToSurfaceFilter           </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="1fedaaeef08ab1e0dc474fea53e55500"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::New" ref="1fedaaeef08ab1e0dc474fea53e55500" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01860.html">vtkVoxelContoursToSurfaceFilter</a>* vtkVoxelContoursToSurfaceFilter::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="a01261.html#cf785ac526132296ff652c636f713b5e">vtkPolyDataAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="9c902809702c45faa73d8c8b6ffa9af4"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::GetClassName" ref="9c902809702c45faa73d8c8b6ffa9af4" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkVoxelContoursToSurfaceFilter::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="a01261.html#117691a3be177e85a0eb7e54b011c9de">vtkPolyDataAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="9d50207f599b4c7e3a4cff44e5e524bb"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::IsTypeOf" ref="9d50207f599b4c7e3a4cff44e5e524bb" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkVoxelContoursToSurfaceFilter::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="a01261.html#6e4df93069945e2df17a891c6f4cd557">vtkPolyDataAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="95ee9133c91bc29e89a56b450e711045"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::IsA" ref="95ee9133c91bc29e89a56b450e711045" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkVoxelContoursToSurfaceFilter::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="a01261.html#b0133191c934f596dac2a21fd5a8da20">vtkPolyDataAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="2f9ba34de882145e8838e2313ad6038c"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::SafeDownCast" ref="2f9ba34de882145e8838e2313ad6038c" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01860.html">vtkVoxelContoursToSurfaceFilter</a>* vtkVoxelContoursToSurfaceFilter::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="a01261.html#3a09aba4f394c174457d17e9bc08af04">vtkPolyDataAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="7347b41c1cdae6fa8d0df221d9e0c396"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::PrintSelf" ref="7347b41c1cdae6fa8d0df221d9e0c396" args="(ostream &amp;os, vtkIndent indent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkVoxelContoursToSurfaceFilter::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="a01261.html#e6d59a63261b0c56f8f473984ae0e1b6">vtkPolyDataAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="1d977bd14d5f6783332ec9069a922414"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::SetMemoryLimitInBytes" ref="1d977bd14d5f6783332ec9069a922414" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkVoxelContoursToSurfaceFilter::SetMemoryLimitInBytes           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set / Get the memory limit in bytes for this filter. This is the limit of the size of the structured points data set that is created for intermediate processing. The data will be streamed through this volume in as many pieces as necessary. 
</div>
</div><p>
<a class="anchor" name="a7789639168c47dcf370bf3b9adbd17e"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::GetMemoryLimitInBytes" ref="a7789639168c47dcf370bf3b9adbd17e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkVoxelContoursToSurfaceFilter::GetMemoryLimitInBytes           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set / Get the memory limit in bytes for this filter. This is the limit of the size of the structured points data set that is created for intermediate processing. The data will be streamed through this volume in as many pieces as necessary. 
</div>
</div><p>
<a class="anchor" name="05f28853de4c61c74f50feb244cc3707"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::SetSpacing" ref="05f28853de4c61c74f50feb244cc3707" args="(double, double, double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkVoxelContoursToSurfaceFilter::SetSpacing           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"></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>

</div>
</div><p>
<a class="anchor" name="4dc3d5eca0cf0c24e79688684202b9ad"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::SetSpacing" ref="4dc3d5eca0cf0c24e79688684202b9ad" args="(double[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkVoxelContoursToSurfaceFilter::SetSpacing           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">[3]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

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

<p>

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

<p>

</div>
</div><p>
<a class="anchor" name="e532977c3b3e48aa30205403bdadd18e"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::RequestData" ref="e532977c3b3e48aa30205403bdadd18e" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkVoxelContoursToSurfaceFilter::RequestData           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00872.html">vtkInformation</a> *&nbsp;</td>
          <td class="paramname"> <em>request</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> **&nbsp;</td>
          <td class="paramname"> <em>inputVector</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> *&nbsp;</td>
          <td class="paramname"> <em>outputVector</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is called by the superclass. This is the method you should override. 
<p>Reimplemented from <a class="el" href="a01261.html#6b5a43ab1f9bbcb368c7dc83e4afe068">vtkPolyDataAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="bf45cd4b1884ea6394271e19a4a387e9"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::AddLineToLineList" ref="bf45cd4b1884ea6394271e19a4a387e9" args="(double x1, double y1, double x2, double y2)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkVoxelContoursToSurfaceFilter::AddLineToLineList           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>x1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>y1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>x2</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>y2</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="c6377926ab2e3513e1a03f3f9f2383df"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::SortLineList" ref="c6377926ab2e3513e1a03f3f9f2383df" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkVoxelContoursToSurfaceFilter::SortLineList           </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="1b3429003537f8038cbe4e010671595f"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::CastLines" ref="1b3429003537f8038cbe4e010671595f" args="(float *slice, double gridOrigin[3], int gridSize[3], int type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkVoxelContoursToSurfaceFilter::CastLines           </td>
          <td>(</td>
          <td class="paramtype">float *&nbsp;</td>
          <td class="paramname"> <em>slice</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>gridOrigin</em>[3], </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>gridSize</em>[3], </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>type</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="2c9dda5fdd769557c810e1966f15d933"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::PushDistances" ref="2c9dda5fdd769557c810e1966f15d933" args="(float *ptr, int gridSize[3], int chunkSize)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkVoxelContoursToSurfaceFilter::PushDistances           </td>
          <td>(</td>
          <td class="paramtype">float *&nbsp;</td>
          <td class="paramname"> <em>ptr</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>gridSize</em>[3], </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>chunkSize</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="4394accede9269ef77b2cb91498ac3e4"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::MemoryLimitInBytes" ref="4394accede9269ef77b2cb91498ac3e4" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01860.html#4394accede9269ef77b2cb91498ac3e4">vtkVoxelContoursToSurfaceFilter::MemoryLimitInBytes</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04499.html#l00075">75</a> of file <a class="el" href="a04499.html">vtkVoxelContoursToSurfaceFilter.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04499.html#l00077">77</a> of file <a class="el" href="a04499.html">vtkVoxelContoursToSurfaceFilter.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="350fb20763b58e7519ffed5e93557e84"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::LineList" ref="350fb20763b58e7519ffed5e93557e84" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double* <a class="el" href="a01860.html#350fb20763b58e7519ffed5e93557e84">vtkVoxelContoursToSurfaceFilter::LineList</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04499.html#l00079">79</a> of file <a class="el" href="a04499.html">vtkVoxelContoursToSurfaceFilter.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="8165c54414a631b87ac1097cb32b2c6e"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::LineListLength" ref="8165c54414a631b87ac1097cb32b2c6e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01860.html#8165c54414a631b87ac1097cb32b2c6e">vtkVoxelContoursToSurfaceFilter::LineListLength</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04499.html#l00080">80</a> of file <a class="el" href="a04499.html">vtkVoxelContoursToSurfaceFilter.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="2aac4be748d6b4d8bfac960aab66a46d"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::LineListSize" ref="2aac4be748d6b4d8bfac960aab66a46d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01860.html#2aac4be748d6b4d8bfac960aab66a46d">vtkVoxelContoursToSurfaceFilter::LineListSize</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04499.html#l00081">81</a> of file <a class="el" href="a04499.html">vtkVoxelContoursToSurfaceFilter.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="aa221c884de1e7982ecd80a4a761e8be"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::SortedXList" ref="aa221c884de1e7982ecd80a4a761e8be" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double* <a class="el" href="a01860.html#aa221c884de1e7982ecd80a4a761e8be">vtkVoxelContoursToSurfaceFilter::SortedXList</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04499.html#l00083">83</a> of file <a class="el" href="a04499.html">vtkVoxelContoursToSurfaceFilter.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="24ed5b8da411fcc93edb7f5b389665a0"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::SortedYList" ref="24ed5b8da411fcc93edb7f5b389665a0" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double* <a class="el" href="a01860.html#24ed5b8da411fcc93edb7f5b389665a0">vtkVoxelContoursToSurfaceFilter::SortedYList</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04499.html#l00084">84</a> of file <a class="el" href="a04499.html">vtkVoxelContoursToSurfaceFilter.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="dd0d5fc8be54c870e06cd4dfe5392617"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::SortedListSize" ref="dd0d5fc8be54c870e06cd4dfe5392617" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01860.html#dd0d5fc8be54c870e06cd4dfe5392617">vtkVoxelContoursToSurfaceFilter::SortedListSize</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04499.html#l00085">85</a> of file <a class="el" href="a04499.html">vtkVoxelContoursToSurfaceFilter.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="5629382e286f4eb379b19a7f1a51d4e6"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::WorkingList" ref="5629382e286f4eb379b19a7f1a51d4e6" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int* <a class="el" href="a01860.html#5629382e286f4eb379b19a7f1a51d4e6">vtkVoxelContoursToSurfaceFilter::WorkingList</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

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

</div>
</div><p>
<a class="anchor" name="62b26cec6f43f00d90f52b7efee226c6"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::WorkingListLength" ref="62b26cec6f43f00d90f52b7efee226c6" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01860.html#62b26cec6f43f00d90f52b7efee226c6">vtkVoxelContoursToSurfaceFilter::WorkingListLength</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

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

</div>
</div><p>
<a class="anchor" name="0ce1d42ddd12392f78716a137da9ef03"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::IntersectionList" ref="0ce1d42ddd12392f78716a137da9ef03" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double* <a class="el" href="a01860.html#0ce1d42ddd12392f78716a137da9ef03">vtkVoxelContoursToSurfaceFilter::IntersectionList</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04499.html#l00090">90</a> of file <a class="el" href="a04499.html">vtkVoxelContoursToSurfaceFilter.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="ae8d3346a8e37fea2cf1aa00aed474cd"></a><!-- doxytag: member="vtkVoxelContoursToSurfaceFilter::IntersectionListLength" ref="ae8d3346a8e37fea2cf1aa00aed474cd" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01860.html#ae8d3346a8e37fea2cf1aa00aed474cd">vtkVoxelContoursToSurfaceFilter::IntersectionListLength</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04499.html#l00091">91</a> of file <a class="el" href="a04499.html">vtkVoxelContoursToSurfaceFilter.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="a04499.html">vtkVoxelContoursToSurfaceFilter.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 19:45:33 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>