Sophie

Sophie

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

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: vtkSliceCubes 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>vtkSliceCubes Class Reference</h1><!-- doxytag: class="vtkSliceCubes" --><!-- doxytag: inherits="vtkObject" --><code>#include &lt;<a class="el" href="a04448.html">vtkSliceCubes.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkSliceCubes:</div>
<div class="dynsection">
<p><center><img src="a14499.png" border="0" usemap="#a14500" alt="Inheritance graph"></center>
<map name="a14500">
<area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="20,80,100,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="5,6,115,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkSliceCubes:</div>
<div class="dynsection">
<p><center><img src="a14501.png" border="0" usemap="#a14502" alt="Collaboration graph"></center>
<map name="a14502">
<area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="397,174,477,200"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="225,382,324,408"><area shape="rect" href="a00472.html" title="Superclass for all pipeline executives in VTK." alt="" coords="375,499,473,526"><area shape="rect" href="a00895.html" title="Store zero or more vtkInformation instances." alt="" coords="363,264,512,291"><area shape="rect" href="a00872.html" title="Store vtkAlgorithm input/output information." alt="" coords="159,264,268,291"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="157,6,267,32"><area shape="rect" href="a00884.html" title="internal structure for vtkInformation" alt="" coords="5,174,168,200"><area shape="rect" href="a00886.html" title="Superclass for vtkInformation keys." alt="" coords="33,83,164,110"><area shape="rect" href="a01719.html" title="record modification and/or execution time" alt="" coords="291,83,400,110"><area shape="rect" href="a01853.html" title="read image files" alt="" coords="483,576,613,603"><area shape="rect" href="a00727.html" title="Generic algorithm superclass for image algs." alt="" coords="171,499,307,526"><area shape="rect" href="a00891.html" title="Key for pointer to pointer." alt="" coords="192,174,373,200"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="a14503.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
generate isosurface(s) from volume four slices at a time 
<p>
<a class="el" href="a01557.html" title="generate isosurface(s) from volume four slices at a time">vtkSliceCubes</a> is a special version of the marching cubes filter. Instead of ingesting an entire volume at once it processes only four slices at a time. This way, it can generate isosurfaces from huge volumes. Also, the output of this object is written to a marching cubes triangle file. That way, output triangles do not need to be held in memory.<p>
To use <a class="el" href="a01557.html" title="generate isosurface(s) from volume four slices at a time">vtkSliceCubes</a> you must specify an instance of <a class="el" href="a01853.html" title="read image files">vtkVolumeReader</a> to read the data. Set this object up with the proper file prefix, image range, data origin, data dimensions, header size, data mask, and swap bytes flag. The <a class="el" href="a01557.html" title="generate isosurface(s) from volume four slices at a time">vtkSliceCubes</a> object will then take over and read slices as necessary. You also will need to specify the name of an output marching cubes triangle file.<p>
<dl class="warning" compact><dt><b>Warning:</b></dt><dd>This process object is both a source and mapper (i.e., it reads and writes data to a file). This is different than the other marching cubes objects (and most process objects in the system). It's specialized to handle very large data.<p>
This object only extracts a single isosurface. This compares with the other contouring objects in vtk that generate multiple surfaces.<p>
To read the output file use <a class="el" href="a01002.html" title="read binary marching cubes file">vtkMCubesReader</a>.</dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="a00988.html" title="generate isosurface(s) from volume">vtkMarchingCubes</a> <a class="el" href="a00323.html" title="generate isosurfaces/isolines from scalar values">vtkContourFilter</a> <a class="el" href="a01002.html" title="read binary marching cubes file">vtkMCubesReader</a> vtkDividingCubes <a class="el" href="a01853.html" title="read image files">vtkVolumeReader</a></dd></dl>
<dl class="user" compact><dt><b>Tests:</b></dt><dd><a class="el" href="c2_vtk_t_15.html#c2_vtk_t_vtkSliceCubes">vtkSliceCubes (Tests)</a> </dd></dl>

<p>Definition at line <a class="el" href="a04448.html#l00058">58</a> of file <a class="el" href="a04448.html">vtkSliceCubes.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="a01084.html">vtkObject</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01557.html#ae02187a225fdc2f0e31cc179dd4a84e">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="a01557.html#a541c29d8c337a59de307a7d2c8cd8e4">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="a01557.html#6a89cf9c1a2806e1e56a0bb3725cb59e">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="a01557.html#581f365a203e6a92eb8fc5e2a436d9a8">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="a01557.html#699138f605dc5644b961d7437bd4c1f6">Write</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01557.html#94a45cafce0fc31dd059bacf4b9fea50">Update</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="a01557.html#a35d3f5e924a73dfa41587d5aba6896d">SetReader</a> (<a class="el" href="a01853.html">vtkVolumeReader</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="a01853.html">vtkVolumeReader</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01557.html#05cdd25bb9380e0a7d5fa3165a8c5259">GetReader</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="a01557.html#866e7173dcccf76a745d8f97c3a10d6c">SetFileName</a> (const char *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01557.html#b280bf311696fc1bc379b4114a4a16f5">GetFileName</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="a01557.html#b5a9848515390ee9e8696ee06e641cfe">SetValue</a> (double)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01557.html#9f4162685d1521606f84c73d3ff3c6a6">GetValue</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="a01557.html#8e92e9f0a8da07a319d5adfe8f12e68c">SetLimitsFileName</a> (const char *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01557.html#0cdb3cd2535cc3a04e71edd3ced9d733">GetLimitsFileName</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a01557.html">vtkSliceCubes</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01557.html#efa1577f30bb8275dae0bc6e6b38b7cf">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="a01557.html#31bd7f6d4c10204a084b00e05815f998">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a01557.html">vtkSliceCubes</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01557.html#85edb47a41f0fd2e53f6c4a1ba1fd350">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="a01557.html#edbd445f6eec0ac656a33c1c217235de">vtkSliceCubes</a> ()</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01557.html#0ae2ff37ee432b89005179a8d7224aa2">Execute</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="a01853.html">vtkVolumeReader</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01557.html#fcfb8783173412c18338ea21bf9dcf5f">Reader</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01557.html#5283a5b383f09d954bb70a46bd7ecfbc">FileName</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01557.html#8061eb98b53cef30f9851da0f4617c05">Value</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01557.html#b069e2cc825e26058aa45b348d7a463e">LimitsFileName</a></td></tr>

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

<p>

<p>Reimplemented from <a class="el" href="a01084.html#11429dee69f4b562e03e07b453dae9b5">vtkObject</a>.</p>

<p>Definition at line <a class="el" href="a04448.html#l00062">62</a> of file <a class="el" href="a04448.html">vtkSliceCubes.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="edbd445f6eec0ac656a33c1c217235de"></a><!-- doxytag: member="vtkSliceCubes::vtkSliceCubes" ref="edbd445f6eec0ac656a33c1c217235de" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkSliceCubes::vtkSliceCubes           </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="dd6ce34c788feb0495650a1402234597"></a><!-- doxytag: member="vtkSliceCubes::~vtkSliceCubes" ref="dd6ce34c788feb0495650a1402234597" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkSliceCubes::~vtkSliceCubes           </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="efa1577f30bb8275dae0bc6e6b38b7cf"></a><!-- doxytag: member="vtkSliceCubes::New" ref="efa1577f30bb8275dae0bc6e6b38b7cf" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01557.html">vtkSliceCubes</a>* vtkSliceCubes::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="a01084.html#4d5b227267c076d6f9e38483370b6612">vtkObject</a>.</p>

</div>
</div><p>
<a class="anchor" name="a541c29d8c337a59de307a7d2c8cd8e4"></a><!-- doxytag: member="vtkSliceCubes::GetClassName" ref="a541c29d8c337a59de307a7d2c8cd8e4" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkSliceCubes::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="a01084.html#d95975c85c2896ea32ff4cf1f8de0886">vtkObject</a>.</p>

</div>
</div><p>
<a class="anchor" name="31bd7f6d4c10204a084b00e05815f998"></a><!-- doxytag: member="vtkSliceCubes::IsTypeOf" ref="31bd7f6d4c10204a084b00e05815f998" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkSliceCubes::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="a01084.html#e9548a248bce0f02f73bbcccd0a9489e">vtkObject</a>.</p>

</div>
</div><p>
<a class="anchor" name="6a89cf9c1a2806e1e56a0bb3725cb59e"></a><!-- doxytag: member="vtkSliceCubes::IsA" ref="6a89cf9c1a2806e1e56a0bb3725cb59e" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkSliceCubes::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="a01084.html#831e57b04e46827a7098aa81abadee69">vtkObject</a>.</p>

</div>
</div><p>
<a class="anchor" name="85edb47a41f0fd2e53f6c4a1ba1fd350"></a><!-- doxytag: member="vtkSliceCubes::SafeDownCast" ref="85edb47a41f0fd2e53f6c4a1ba1fd350" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01557.html">vtkSliceCubes</a>* vtkSliceCubes::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="a01084.html#bb9351f076544c427ee91229dce83abe">vtkObject</a>.</p>

</div>
</div><p>
<a class="anchor" name="581f365a203e6a92eb8fc5e2a436d9a8"></a><!-- doxytag: member="vtkSliceCubes::PrintSelf" ref="581f365a203e6a92eb8fc5e2a436d9a8" args="(ostream &amp;os, vtkIndent indent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkSliceCubes::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="a01084.html#bf3dbb4154289b56a12483eee3866263">vtkObject</a>.</p>

</div>
</div><p>
<a class="anchor" name="699138f605dc5644b961d7437bd4c1f6"></a><!-- doxytag: member="vtkSliceCubes::Write" ref="699138f605dc5644b961d7437bd4c1f6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkSliceCubes::Write           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04448.html#l00066">66</a> of file <a class="el" href="a04448.html">vtkSliceCubes.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="94a45cafce0fc31dd059bacf4b9fea50"></a><!-- doxytag: member="vtkSliceCubes::Update" ref="94a45cafce0fc31dd059bacf4b9fea50" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkSliceCubes::Update           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="a35d3f5e924a73dfa41587d5aba6896d"></a><!-- doxytag: member="vtkSliceCubes::SetReader" ref="a35d3f5e924a73dfa41587d5aba6896d" args="(vtkVolumeReader *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkSliceCubes::SetReader           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a01853.html">vtkVolumeReader</a> *&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/get object to read slices. 
</div>
</div><p>
<a class="anchor" name="05cdd25bb9380e0a7d5fa3165a8c5259"></a><!-- doxytag: member="vtkSliceCubes::GetReader" ref="05cdd25bb9380e0a7d5fa3165a8c5259" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="a01853.html">vtkVolumeReader</a>* vtkSliceCubes::GetReader           </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 object to read slices. 
</div>
</div><p>
<a class="anchor" name="866e7173dcccf76a745d8f97c3a10d6c"></a><!-- doxytag: member="vtkSliceCubes::SetFileName" ref="866e7173dcccf76a745d8f97c3a10d6c" args="(const char *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkSliceCubes::SetFileName           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify file name of marching cubes output file. 
</div>
</div><p>
<a class="anchor" name="b280bf311696fc1bc379b4114a4a16f5"></a><!-- doxytag: member="vtkSliceCubes::GetFileName" ref="b280bf311696fc1bc379b4114a4a16f5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual char* vtkSliceCubes::GetFileName           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify file name of marching cubes output file. 
</div>
</div><p>
<a class="anchor" name="b5a9848515390ee9e8696ee06e641cfe"></a><!-- doxytag: member="vtkSliceCubes::SetValue" ref="b5a9848515390ee9e8696ee06e641cfe" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkSliceCubes::SetValue           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/get isosurface contour value. 
</div>
</div><p>
<a class="anchor" name="9f4162685d1521606f84c73d3ff3c6a6"></a><!-- doxytag: member="vtkSliceCubes::GetValue" ref="9f4162685d1521606f84c73d3ff3c6a6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkSliceCubes::GetValue           </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 isosurface contour value. 
</div>
</div><p>
<a class="anchor" name="8e92e9f0a8da07a319d5adfe8f12e68c"></a><!-- doxytag: member="vtkSliceCubes::SetLimitsFileName" ref="8e92e9f0a8da07a319d5adfe8f12e68c" args="(const char *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkSliceCubes::SetLimitsFileName           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify file name of marching cubes limits file. The limits file speeds up subsequent reading of output triangle file. 
</div>
</div><p>
<a class="anchor" name="0cdb3cd2535cc3a04e71edd3ced9d733"></a><!-- doxytag: member="vtkSliceCubes::GetLimitsFileName" ref="0cdb3cd2535cc3a04e71edd3ced9d733" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual char* vtkSliceCubes::GetLimitsFileName           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify file name of marching cubes limits file. The limits file speeds up subsequent reading of output triangle file. 
</div>
</div><p>
<a class="anchor" name="0ae2ff37ee432b89005179a8d7224aa2"></a><!-- doxytag: member="vtkSliceCubes::Execute" ref="0ae2ff37ee432b89005179a8d7224aa2" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkSliceCubes::Execute           </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 Data Documentation</h2>
<a class="anchor" name="fcfb8783173412c18338ea21bf9dcf5f"></a><!-- doxytag: member="vtkSliceCubes::Reader" ref="fcfb8783173412c18338ea21bf9dcf5f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01853.html">vtkVolumeReader</a>* <a class="el" href="a01557.html#fcfb8783173412c18338ea21bf9dcf5f">vtkSliceCubes::Reader</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04448.html#l00100">100</a> of file <a class="el" href="a04448.html">vtkSliceCubes.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="5283a5b383f09d954bb70a46bd7ecfbc"></a><!-- doxytag: member="vtkSliceCubes::FileName" ref="5283a5b383f09d954bb70a46bd7ecfbc" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char* <a class="el" href="a01557.html#5283a5b383f09d954bb70a46bd7ecfbc">vtkSliceCubes::FileName</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04448.html#l00101">101</a> of file <a class="el" href="a04448.html">vtkSliceCubes.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="8061eb98b53cef30f9851da0f4617c05"></a><!-- doxytag: member="vtkSliceCubes::Value" ref="8061eb98b53cef30f9851da0f4617c05" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01557.html#8061eb98b53cef30f9851da0f4617c05">vtkSliceCubes::Value</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04448.html#l00102">102</a> of file <a class="el" href="a04448.html">vtkSliceCubes.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04448.html#l00103">103</a> of file <a class="el" href="a04448.html">vtkSliceCubes.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="a04448.html">vtkSliceCubes.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 19:34:22 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>