Sophie

Sophie

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

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: vtkRuledSurfaceFilter 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>vtkRuledSurfaceFilter Class Reference</h1><!-- doxytag: class="vtkRuledSurfaceFilter" --><!-- doxytag: inherits="vtkPolyDataAlgorithm" --><code>#include &lt;<a class="el" href="a04439.html">vtkRuledSurfaceFilter.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkRuledSurfaceFilter:</div>
<div class="dynsection">
<p><center><img src="a14251.png" border="0" usemap="#a14252" alt="Inheritance graph"></center>
<map name="a14252">
<area shape="rect" href="a01261.html" title="Superclass for algorithms that produce only polydata as output." alt="" coords="5,229,160,256"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="33,155,132,181"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="43,80,123,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="28,5,137,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkRuledSurfaceFilter:</div>
<div class="dynsection">
<p><center><img src="a14253.png" border="0" usemap="#a14254" alt="Collaboration graph"></center>
<map name="a14254">
<area shape="rect" href="a01261.html" title="Superclass for algorithms that produce only polydata as output." alt="" coords="180,499,335,525"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="247,381,345,408"><area shape="rect" href="a00472.html" title="Superclass for all pipeline executives in VTK." alt="" coords="400,499,499,525"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="460,173,540,200"><area shape="rect" href="a00895.html" title="Store zero or more vtkInformation instances." alt="" coords="425,264,575,291"><area shape="rect" href="a00872.html" title="Store vtkAlgorithm input/output information." alt="" coords="180,264,289,291"><area shape="rect" href="a00720.html" title="list of point or cell ids" alt="" coords="744,317,816,344"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="237,5,347,32"><area shape="rect" href="a00884.html" title="internal structure for vtkInformation" alt="" coords="211,173,373,200"><area shape="rect" href="a00886.html" title="Superclass for vtkInformation keys." alt="" coords="227,83,357,109"><area shape="rect" href="a01719.html" title="record modification and/or execution time" alt="" coords="381,83,491,109"><area shape="rect" href="a00891.html" title="Key for pointer to pointer." alt="" coords="5,173,187,200"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="a14255.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
generates a surface from a set of lines 
<p>
<a class="el" href="a01505.html" title="generates a surface from a set of lines">vtkRuledSurfaceFilter</a> is a filter that generates a surface from a set of lines. The lines are assumed to be "parallel" in the sense that they do not intersect and remain somewhat close to one another. A surface is generated by connecting the points defining each pair of lines with straight lines. This creates a strip for each pair of lines (i.e., a triangulation is created from two generating lines). The filter can handle an arbitrary number of lines, with lines i and i+1 assumed connected. Note that there are several different approaches for creating the ruled surface, the method for creating the surface can either use the input points or resample from the polylines (using a user-specified resolution).<p>
This filter offers some other important features. A DistanceFactor ivar is used to decide when two lines are too far apart to connect. (The factor is a multiple of the distance between the first two points of the two lines defining the strip.) If the distance between the two generating lines becomes too great, then the surface is not generated in that region. (Note: if the lines separate and then merge, then a hole can be generated in the surface.) In addition, the Offset and OnRation ivars can be used to create nifty striped surfaces. Closed surfaces (e.g., tubes) can be created by setting the CloseSurface ivar. (The surface can be closed in the other direction by repeating the first and last point in the polylines defining the surface.)<p>
An important use of this filter is to combine it with <a class="el" href="a01615.html" title="generate streamline in arbitrary dataset">vtkStreamLine</a> to generate stream surfaces. It can also be used to create surfaces from contours.<p>
<dl class="warning" compact><dt><b>Warning:</b></dt><dd>The number of lines must be greater than two if a surface is to be generated. sides (i.e., a ribbon), use <a class="el" href="a01494.html" title="create oriented ribbons from lines defined in polygonal dataset">vtkRibbonFilter</a>.</dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="a01494.html" title="create oriented ribbons from lines defined in polygonal dataset">vtkRibbonFilter</a> <a class="el" href="a01615.html" title="generate streamline in arbitrary dataset">vtkStreamLine</a></dd></dl>
<dl class="user" compact><dt><b>Tests:</b></dt><dd><a class="el" href="c2_vtk_t_14.html#c2_vtk_t_vtkRuledSurfaceFilter">vtkRuledSurfaceFilter (Tests)</a> </dd></dl>

<p>Definition at line <a class="el" href="a04439.html#l00068">68</a> of file <a class="el" href="a04439.html">vtkRuledSurfaceFilter.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="a01505.html#0f29d19f234aefd735f999ae194b597f">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="a01505.html#0941a6e11fa65b39f49e2907d6612df4">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="a01505.html#f1c9f9853e53a53f5da38e37bc599ed8">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="a01505.html#7fdc4b1daa9619f75b7f95e7893e631a">PrintSelf</a> (ostream &amp;os, <a class="el" href="a00869.html">vtkIndent</a> indent)</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="a01505.html#778f02949e8501611247c7310abc2fc6">SetDistanceFactor</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="a01505.html#92031d1610d97bceee91d58d3492ead5">GetDistanceFactor</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="a01505.html#714def285d53363cf7dacefaea14f08d">SetOnRatio</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="a01505.html#05899da4954fc6193f42e84f3be0a707">GetOnRatio</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="a01505.html#93f8ea35f00f0755b21560ba14b05edc">SetOffset</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="a01505.html#e1fdedf7b47682b10c726916cd8376fb">GetOffset</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="a01505.html#6cf353b888d848e5b9ae2623cefc38f5">SetCloseSurface</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="a01505.html#97c67ce5c3e530fc74d4b9aefbb158f9">GetCloseSurface</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="a01505.html#0912c71d889fc243cec0211af5efae5c">CloseSurfaceOn</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="a01505.html#11719c3252dd81c6060facb069709001">CloseSurfaceOff</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="a01505.html#3c7ccaa4ebdc21efcd450d4068ab252e">SetRuledMode</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="a01505.html#686d0a3cac77f86776ba91514af1748c">GetRuledMode</a> ()</td></tr>

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

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01505.html#c551fc0ca0125b43891176c6b4a1cc83">GetRuledModeAsString</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="a01505.html#c93e2ed810735d033064bea7cbe16ae1">SetResolution</a> (int, int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01505.html#3ade8da13f1ffd43f062ef2bfdf47d53">SetResolution</a> (int[2])</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01505.html#1eb428d0d5d9c81b686af4743e7c7117">GetResolution</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="a01505.html#90eb23cf5c2f887f740741a52b249715">GetResolution</a> (int data[2])</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="a01505.html#675cec7ad9e81b1d90e14a549553f3f1">SetPassLines</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="a01505.html#685ad447ad69b459ec1250d87ce2b737">GetPassLines</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="a01505.html#9a8038b5404369fb937f5868cc40e88a">PassLinesOn</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="a01505.html#0590dbaf535fc669ccad4a78b1975b5f">PassLinesOff</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="a01505.html#68bd60190bef5e8d9b15f79c0576e189">SetOrientLoops</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="a01505.html#21f5cdccd8da5d7d51a3d1fc0ad92e16">GetOrientLoops</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="a01505.html#d478c3f6ba6cf880a754c6956e84c0dc">OrientLoopsOn</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="a01505.html#0cfa7a600c60f3b2d531b4bb16e5db54">OrientLoopsOff</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 int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01505.html#95964b7229dc2d03bd2e3f48f8240f0e">IsTypeOf</a> (const char *type)</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a01505.html">vtkRuledSurfaceFilter</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01505.html#402228eede717fde16c52a0f595796f2">New</a> ()</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="a01505.html#62f9ccb51c0bba7748fed28c1df88ee4">vtkRuledSurfaceFilter</a> ()</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01505.html#2fc9474eea81819a31743018535d8a40">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 colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01505.html#c142d162febcddb60191c17f8f169e6d">DistanceFactor</a></td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01505.html#59be40d1fda9f81e5c44b7c8de4bbc05">Offset</a></td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01505.html#3ae6649c08a267f01360e571004d6ed7">RuledMode</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01505.html#d6651c9228a52efad52cd921948f838c">Resolution</a> [2]</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01505.html#84243210d8174b8a27eda7cea3db59fb">PassLines</a></td></tr>

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

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="0f29d19f234aefd735f999ae194b597f"></a><!-- doxytag: member="vtkRuledSurfaceFilter::Superclass" ref="0f29d19f234aefd735f999ae194b597f" 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">vtkRuledSurfaceFilter::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="a04439.html#l00071">71</a> of file <a class="el" href="a04439.html">vtkRuledSurfaceFilter.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="62f9ccb51c0bba7748fed28c1df88ee4"></a><!-- doxytag: member="vtkRuledSurfaceFilter::vtkRuledSurfaceFilter" ref="62f9ccb51c0bba7748fed28c1df88ee4" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkRuledSurfaceFilter::vtkRuledSurfaceFilter           </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="d251860a109d8eb4e0ef5299501daf4a"></a><!-- doxytag: member="vtkRuledSurfaceFilter::~vtkRuledSurfaceFilter" ref="d251860a109d8eb4e0ef5299501daf4a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkRuledSurfaceFilter::~vtkRuledSurfaceFilter           </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="0941a6e11fa65b39f49e2907d6612df4"></a><!-- doxytag: member="vtkRuledSurfaceFilter::GetClassName" ref="0941a6e11fa65b39f49e2907d6612df4" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkRuledSurfaceFilter::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="95964b7229dc2d03bd2e3f48f8240f0e"></a><!-- doxytag: member="vtkRuledSurfaceFilter::IsTypeOf" ref="95964b7229dc2d03bd2e3f48f8240f0e" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkRuledSurfaceFilter::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="f1c9f9853e53a53f5da38e37bc599ed8"></a><!-- doxytag: member="vtkRuledSurfaceFilter::IsA" ref="f1c9f9853e53a53f5da38e37bc599ed8" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRuledSurfaceFilter::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="483b43da838ee9ec9bc2e7956dc33c54"></a><!-- doxytag: member="vtkRuledSurfaceFilter::SafeDownCast" ref="483b43da838ee9ec9bc2e7956dc33c54" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01505.html">vtkRuledSurfaceFilter</a>* vtkRuledSurfaceFilter::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="7fdc4b1daa9619f75b7f95e7893e631a"></a><!-- doxytag: member="vtkRuledSurfaceFilter::PrintSelf" ref="7fdc4b1daa9619f75b7f95e7893e631a" args="(ostream &amp;os, vtkIndent indent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRuledSurfaceFilter::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="402228eede717fde16c52a0f595796f2"></a><!-- doxytag: member="vtkRuledSurfaceFilter::New" ref="402228eede717fde16c52a0f595796f2" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01505.html">vtkRuledSurfaceFilter</a>* vtkRuledSurfaceFilter::New           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Construct object with OnRatio=1, Offset=0. DistanceFactor=3.0, CloseSurface off, and PassLines off. 
<p>Reimplemented from <a class="el" href="a01261.html#cf785ac526132296ff652c636f713b5e">vtkPolyDataAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="778f02949e8501611247c7310abc2fc6"></a><!-- doxytag: member="vtkRuledSurfaceFilter::SetDistanceFactor" ref="778f02949e8501611247c7310abc2fc6" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRuledSurfaceFilter::SetDistanceFactor           </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 the factor that controls tearing of the surface. 
</div>
</div><p>
<a class="anchor" name="92031d1610d97bceee91d58d3492ead5"></a><!-- doxytag: member="vtkRuledSurfaceFilter::GetDistanceFactor" ref="92031d1610d97bceee91d58d3492ead5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkRuledSurfaceFilter::GetDistanceFactor           </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 factor that controls tearing of the surface. 
</div>
</div><p>
<a class="anchor" name="714def285d53363cf7dacefaea14f08d"></a><!-- doxytag: member="vtkRuledSurfaceFilter::SetOnRatio" ref="714def285d53363cf7dacefaea14f08d" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRuledSurfaceFilter::SetOnRatio           </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>
Control the striping of the ruled surface. If OnRatio is greater than 1, then every nth strip is turned on, beginning with the Offset strip. 
</div>
</div><p>
<a class="anchor" name="05899da4954fc6193f42e84f3be0a707"></a><!-- doxytag: member="vtkRuledSurfaceFilter::GetOnRatio" ref="05899da4954fc6193f42e84f3be0a707" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRuledSurfaceFilter::GetOnRatio           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control the striping of the ruled surface. If OnRatio is greater than 1, then every nth strip is turned on, beginning with the Offset strip. 
</div>
</div><p>
<a class="anchor" name="93f8ea35f00f0755b21560ba14b05edc"></a><!-- doxytag: member="vtkRuledSurfaceFilter::SetOffset" ref="93f8ea35f00f0755b21560ba14b05edc" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRuledSurfaceFilter::SetOffset           </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>
Control the striping of the ruled surface. The offset sets the first stripe that is visible. Offset is generally used with OnRatio to create nifty striping effects. 
</div>
</div><p>
<a class="anchor" name="e1fdedf7b47682b10c726916cd8376fb"></a><!-- doxytag: member="vtkRuledSurfaceFilter::GetOffset" ref="e1fdedf7b47682b10c726916cd8376fb" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRuledSurfaceFilter::GetOffset           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control the striping of the ruled surface. The offset sets the first stripe that is visible. Offset is generally used with OnRatio to create nifty striping effects. 
</div>
</div><p>
<a class="anchor" name="6cf353b888d848e5b9ae2623cefc38f5"></a><!-- doxytag: member="vtkRuledSurfaceFilter::SetCloseSurface" ref="6cf353b888d848e5b9ae2623cefc38f5" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRuledSurfaceFilter::SetCloseSurface           </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>
Indicate whether the surface is to be closed. If this boolean is on, then the first and last polyline are used to generate a stripe that closes the surface. (Note: to close the surface in the other direction, repeat the first point in the polyline as the last point in the polyline.) 
</div>
</div><p>
<a class="anchor" name="97c67ce5c3e530fc74d4b9aefbb158f9"></a><!-- doxytag: member="vtkRuledSurfaceFilter::GetCloseSurface" ref="97c67ce5c3e530fc74d4b9aefbb158f9" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRuledSurfaceFilter::GetCloseSurface           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate whether the surface is to be closed. If this boolean is on, then the first and last polyline are used to generate a stripe that closes the surface. (Note: to close the surface in the other direction, repeat the first point in the polyline as the last point in the polyline.) 
</div>
</div><p>
<a class="anchor" name="0912c71d889fc243cec0211af5efae5c"></a><!-- doxytag: member="vtkRuledSurfaceFilter::CloseSurfaceOn" ref="0912c71d889fc243cec0211af5efae5c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRuledSurfaceFilter::CloseSurfaceOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate whether the surface is to be closed. If this boolean is on, then the first and last polyline are used to generate a stripe that closes the surface. (Note: to close the surface in the other direction, repeat the first point in the polyline as the last point in the polyline.) 
</div>
</div><p>
<a class="anchor" name="11719c3252dd81c6060facb069709001"></a><!-- doxytag: member="vtkRuledSurfaceFilter::CloseSurfaceOff" ref="11719c3252dd81c6060facb069709001" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRuledSurfaceFilter::CloseSurfaceOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate whether the surface is to be closed. If this boolean is on, then the first and last polyline are used to generate a stripe that closes the surface. (Note: to close the surface in the other direction, repeat the first point in the polyline as the last point in the polyline.) 
</div>
</div><p>
<a class="anchor" name="3c7ccaa4ebdc21efcd450d4068ab252e"></a><!-- doxytag: member="vtkRuledSurfaceFilter::SetRuledMode" ref="3c7ccaa4ebdc21efcd450d4068ab252e" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRuledSurfaceFilter::SetRuledMode           </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 the mode by which to create the ruled surface. (Dramatically different results are possible depending on the chosen mode.) The resample mode evenly resamples the polylines (based on length) and generates triangle strips. The point walk mode uses the existing points and walks around the polyline using existing points. 
</div>
</div><p>
<a class="anchor" name="686d0a3cac77f86776ba91514af1748c"></a><!-- doxytag: member="vtkRuledSurfaceFilter::GetRuledMode" ref="686d0a3cac77f86776ba91514af1748c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRuledSurfaceFilter::GetRuledMode           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the mode by which to create the ruled surface. (Dramatically different results are possible depending on the chosen mode.) The resample mode evenly resamples the polylines (based on length) and generates triangle strips. The point walk mode uses the existing points and walks around the polyline using existing points. 
</div>
</div><p>
<a class="anchor" name="94226ea48ef9eecf0b5edf8f2323d470"></a><!-- doxytag: member="vtkRuledSurfaceFilter::SetRuledModeToResample" ref="94226ea48ef9eecf0b5edf8f2323d470" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRuledSurfaceFilter::SetRuledModeToResample           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the mode by which to create the ruled surface. (Dramatically different results are possible depending on the chosen mode.) The resample mode evenly resamples the polylines (based on length) and generates triangle strips. The point walk mode uses the existing points and walks around the polyline using existing points. 
<p>Definition at line <a class="el" href="a04439.html#l00120">120</a> of file <a class="el" href="a04439.html">vtkRuledSurfaceFilter.h</a>.</p>

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

<p>
Set the mode by which to create the ruled surface. (Dramatically different results are possible depending on the chosen mode.) The resample mode evenly resamples the polylines (based on length) and generates triangle strips. The point walk mode uses the existing points and walks around the polyline using existing points. 
<p>Definition at line <a class="el" href="a04439.html#l00122">122</a> of file <a class="el" href="a04439.html">vtkRuledSurfaceFilter.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="c551fc0ca0125b43891176c6b4a1cc83"></a><!-- doxytag: member="vtkRuledSurfaceFilter::GetRuledModeAsString" ref="c551fc0ca0125b43891176c6b4a1cc83" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* vtkRuledSurfaceFilter::GetRuledModeAsString           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the mode by which to create the ruled surface. (Dramatically different results are possible depending on the chosen mode.) The resample mode evenly resamples the polylines (based on length) and generates triangle strips. The point walk mode uses the existing points and walks around the polyline using existing points. 
</div>
</div><p>
<a class="anchor" name="c93e2ed810735d033064bea7cbe16ae1"></a><!-- doxytag: member="vtkRuledSurfaceFilter::SetResolution" ref="c93e2ed810735d033064bea7cbe16ae1" args="(int, int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRuledSurfaceFilter::SetResolution           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&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>
If the ruled surface generation mode is RESAMPLE, then these parameters are used to determine the resample rate. Resolution[0] defines the resolution in the direction of the polylines; Resolution[1] defines the resolution across the polylines (i.e., direction orthogonal to Resolution[0]). 
</div>
</div><p>
<a class="anchor" name="3ade8da13f1ffd43f062ef2bfdf47d53"></a><!-- doxytag: member="vtkRuledSurfaceFilter::SetResolution" ref="3ade8da13f1ffd43f062ef2bfdf47d53" args="(int[2])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRuledSurfaceFilter::SetResolution           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">[2]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
If the ruled surface generation mode is RESAMPLE, then these parameters are used to determine the resample rate. Resolution[0] defines the resolution in the direction of the polylines; Resolution[1] defines the resolution across the polylines (i.e., direction orthogonal to Resolution[0]). 
</div>
</div><p>
<a class="anchor" name="1eb428d0d5d9c81b686af4743e7c7117"></a><!-- doxytag: member="vtkRuledSurfaceFilter::GetResolution" ref="1eb428d0d5d9c81b686af4743e7c7117" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int* vtkRuledSurfaceFilter::GetResolution           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
If the ruled surface generation mode is RESAMPLE, then these parameters are used to determine the resample rate. Resolution[0] defines the resolution in the direction of the polylines; Resolution[1] defines the resolution across the polylines (i.e., direction orthogonal to Resolution[0]). 
</div>
</div><p>
<a class="anchor" name="90eb23cf5c2f887f740741a52b249715"></a><!-- doxytag: member="vtkRuledSurfaceFilter::GetResolution" ref="90eb23cf5c2f887f740741a52b249715" args="(int data[2])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRuledSurfaceFilter::GetResolution           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>data</em>[2]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
If the ruled surface generation mode is RESAMPLE, then these parameters are used to determine the resample rate. Resolution[0] defines the resolution in the direction of the polylines; Resolution[1] defines the resolution across the polylines (i.e., direction orthogonal to Resolution[0]). 
</div>
</div><p>
<a class="anchor" name="675cec7ad9e81b1d90e14a549553f3f1"></a><!-- doxytag: member="vtkRuledSurfaceFilter::SetPassLines" ref="675cec7ad9e81b1d90e14a549553f3f1" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRuledSurfaceFilter::SetPassLines           </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>
Indicate whether the generating lines are to be passed to the output. By defualt lines are not passed to the output. 
</div>
</div><p>
<a class="anchor" name="685ad447ad69b459ec1250d87ce2b737"></a><!-- doxytag: member="vtkRuledSurfaceFilter::GetPassLines" ref="685ad447ad69b459ec1250d87ce2b737" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRuledSurfaceFilter::GetPassLines           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate whether the generating lines are to be passed to the output. By defualt lines are not passed to the output. 
</div>
</div><p>
<a class="anchor" name="9a8038b5404369fb937f5868cc40e88a"></a><!-- doxytag: member="vtkRuledSurfaceFilter::PassLinesOn" ref="9a8038b5404369fb937f5868cc40e88a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRuledSurfaceFilter::PassLinesOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate whether the generating lines are to be passed to the output. By defualt lines are not passed to the output. 
</div>
</div><p>
<a class="anchor" name="0590dbaf535fc669ccad4a78b1975b5f"></a><!-- doxytag: member="vtkRuledSurfaceFilter::PassLinesOff" ref="0590dbaf535fc669ccad4a78b1975b5f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRuledSurfaceFilter::PassLinesOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate whether the generating lines are to be passed to the output. By defualt lines are not passed to the output. 
</div>
</div><p>
<a class="anchor" name="68bd60190bef5e8d9b15f79c0576e189"></a><!-- doxytag: member="vtkRuledSurfaceFilter::SetOrientLoops" ref="68bd60190bef5e8d9b15f79c0576e189" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRuledSurfaceFilter::SetOrientLoops           </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>
Indicate whether the starting points of the loops need to be determined. If set to 0, then its assumes that the 0th point of each loop should be always connected By defualt the loops are not oriented. 
</div>
</div><p>
<a class="anchor" name="21f5cdccd8da5d7d51a3d1fc0ad92e16"></a><!-- doxytag: member="vtkRuledSurfaceFilter::GetOrientLoops" ref="21f5cdccd8da5d7d51a3d1fc0ad92e16" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRuledSurfaceFilter::GetOrientLoops           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate whether the starting points of the loops need to be determined. If set to 0, then its assumes that the 0th point of each loop should be always connected By defualt the loops are not oriented. 
</div>
</div><p>
<a class="anchor" name="d478c3f6ba6cf880a754c6956e84c0dc"></a><!-- doxytag: member="vtkRuledSurfaceFilter::OrientLoopsOn" ref="d478c3f6ba6cf880a754c6956e84c0dc" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRuledSurfaceFilter::OrientLoopsOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate whether the starting points of the loops need to be determined. If set to 0, then its assumes that the 0th point of each loop should be always connected By defualt the loops are not oriented. 
</div>
</div><p>
<a class="anchor" name="0cfa7a600c60f3b2d531b4bb16e5db54"></a><!-- doxytag: member="vtkRuledSurfaceFilter::OrientLoopsOff" ref="0cfa7a600c60f3b2d531b4bb16e5db54" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRuledSurfaceFilter::OrientLoopsOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate whether the starting points of the loops need to be determined. If set to 0, then its assumes that the 0th point of each loop should be always connected By defualt the loops are not oriented. 
</div>
</div><p>
<a class="anchor" name="2fc9474eea81819a31743018535d8a40"></a><!-- doxytag: member="vtkRuledSurfaceFilter::RequestData" ref="2fc9474eea81819a31743018535d8a40" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkRuledSurfaceFilter::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>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="c142d162febcddb60191c17f8f169e6d"></a><!-- doxytag: member="vtkRuledSurfaceFilter::DistanceFactor" ref="c142d162febcddb60191c17f8f169e6d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01505.html#c142d162febcddb60191c17f8f169e6d">vtkRuledSurfaceFilter::DistanceFactor</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04439.html#l00162">162</a> of file <a class="el" href="a04439.html">vtkRuledSurfaceFilter.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04439.html#l00163">163</a> of file <a class="el" href="a04439.html">vtkRuledSurfaceFilter.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="59be40d1fda9f81e5c44b7c8de4bbc05"></a><!-- doxytag: member="vtkRuledSurfaceFilter::Offset" ref="59be40d1fda9f81e5c44b7c8de4bbc05" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01505.html#59be40d1fda9f81e5c44b7c8de4bbc05">vtkRuledSurfaceFilter::Offset</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04439.html#l00164">164</a> of file <a class="el" href="a04439.html">vtkRuledSurfaceFilter.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04439.html#l00165">165</a> of file <a class="el" href="a04439.html">vtkRuledSurfaceFilter.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="3ae6649c08a267f01360e571004d6ed7"></a><!-- doxytag: member="vtkRuledSurfaceFilter::RuledMode" ref="3ae6649c08a267f01360e571004d6ed7" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01505.html#3ae6649c08a267f01360e571004d6ed7">vtkRuledSurfaceFilter::RuledMode</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04439.html#l00166">166</a> of file <a class="el" href="a04439.html">vtkRuledSurfaceFilter.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04439.html#l00167">167</a> of file <a class="el" href="a04439.html">vtkRuledSurfaceFilter.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="84243210d8174b8a27eda7cea3db59fb"></a><!-- doxytag: member="vtkRuledSurfaceFilter::PassLines" ref="84243210d8174b8a27eda7cea3db59fb" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01505.html#84243210d8174b8a27eda7cea3db59fb">vtkRuledSurfaceFilter::PassLines</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04439.html#l00168">168</a> of file <a class="el" href="a04439.html">vtkRuledSurfaceFilter.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04439.html#l00169">169</a> of file <a class="el" href="a04439.html">vtkRuledSurfaceFilter.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="a04439.html">vtkRuledSurfaceFilter.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 19:32:24 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>