Sophie

Sophie

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

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: vtkHyperStreamline 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>vtkHyperStreamline Class Reference</h1><!-- doxytag: class="vtkHyperStreamline" --><!-- doxytag: inherits="vtkPolyDataAlgorithm" --><code>#include &lt;<a class="el" href="a04364.html">vtkHyperStreamline.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkHyperStreamline:</div>
<div class="dynsection">
<p><center><img src="a10618.png" border="0" usemap="#a10619" alt="Inheritance graph"></center>
<map name="a10619">
<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 vtkHyperStreamline:</div>
<div class="dynsection">
<p><center><img src="a10620.png" border="0" usemap="#a10621" alt="Collaboration graph"></center>
<map name="a10621">
<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="a10622.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
generate hyperstreamline in arbitrary dataset 
<p>
<a class="el" href="a00714.html" title="generate hyperstreamline in arbitrary dataset">vtkHyperStreamline</a> is a filter that integrates through a tensor field to generate a hyperstreamline. The integration is along the maximum eigenvector and the cross section of the hyperstreamline is defined by the two other eigenvectors. Thus the shape of the hyperstreamline is "tube-like", with the cross section being elliptical. Hyperstreamlines are used to visualize tensor fields.<p>
The starting point of a hyperstreamline can be defined in one of two ways. First, you may specify an initial position. This is a x-y-z global coordinate. The second option is to specify a starting location. This is cellId, subId, and cell parametric coordinates.<p>
The integration of the hyperstreamline occurs through the major eigenvector field. IntegrationStepLength controls the step length within each cell (i.e., this is the fraction of the cell length). The length of the hyperstreamline is controlled by MaximumPropagationDistance. This parameter is the length of the hyperstreamline in units of distance. The tube itself is composed of many small sub-tubes - NumberOfSides controls the number of sides in the tube, and StepLength controls the length of the sub-tubes.<p>
Because hyperstreamlines are often created near regions of singularities, it is possible to control the scaling of the tube cross section by using a logarithmic scale. Use LogScalingOn to turn this capability on. The Radius value controls the initial radius of the tube.<p>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="a01681.html" title="scale and orient glyph(s) according to tensor eigenvalues and eigenvectors">vtkTensorGlyph</a> <a class="el" href="a01610.html" title="abstract object implements integration of massless particle through vector field">vtkStreamer</a></dd></dl>
<dl class="user" compact><dt><b>Tests:</b></dt><dd><a class="el" href="c2_vtk_t_7.html#c2_vtk_t_vtkHyperStreamline">vtkHyperStreamline (Tests)</a> </dd></dl>

<p>Definition at line <a class="el" href="a04364.html#l00066">66</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.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="a00714.html#dbd2200a7a78a0f2725299f5eeffb288">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="a00714.html#8e71d6aaa7b8c0220566b428bf525f93">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="a00714.html#1cbebdcfbb5e1bda53a4bfac9d7e5996">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="a00714.html#813c6878507e389ed97538222b6b5851">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="a00714.html#6d59efc9cd2a4fb1665788405b709442">SetStartLocation</a> (<a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> cellId, int subId, double pcoords[3])</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#680f3b6b3085a4c58d58b6facf6d178e">GetStartLocation</a> (int &amp;subId, double pcoords[3])</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#d99c3c383349c0146b2e33f3750a3fb4">SetStartPosition</a> (double x[3])</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#f42a208257212a2227ed4743f2d092d6">SetStartPosition</a> (double x, double y, double z)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#4b1e03ae59fefd1018458075f0ef6e04">GetStartPosition</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#41e811c702bc66f875ebfe3d1305ec1b">SetStartLocation</a> (<a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> cellId, int subId, double r, double s, double t)</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="a00714.html#e4b28a883c4e0c30a97f37ad27f85863">SetMaximumPropagationDistance</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="a00714.html#a2fd8110f799f2f51c583b9d9e8fec63">GetMaximumPropagationDistance</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="a00714.html#d5e083d675d8be8583d51fdf07df4e2d">SetIntegrationEigenvector</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="a00714.html#965ed79405021c65210cde9bdea0b972">GetIntegrationEigenvector</a> ()</td></tr>

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

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

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

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#a18a3f8b9919f627da35e6d4f5df4226">IntegrateMajorEigenvector</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#14759ccbbf2a1891d6e6ae56a04d74ea">IntegrateMediumEigenvector</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#11fb94ccb287533d546233d6048643cb">IntegrateMinorEigenvector</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="a00714.html#37bc395bfb3a7da5412c4d2a9952a81c">SetIntegrationStepLength</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="a00714.html#2556bbad6c104145eae549885f536ddd">GetIntegrationStepLength</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="a00714.html#2d24e1a64f640f77f35f2d275bec363b">SetStepLength</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="a00714.html#a0af4bfccb6b404ae49d53bf4505b32e">GetStepLength</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="a00714.html#51ae12078471b8fb545bd6bf9621fa62">SetIntegrationDirection</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="a00714.html#7c417a570c1f4a69fe8568b033fd261d">GetIntegrationDirection</a> ()</td></tr>

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

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#9deab3ecd58810d51b229f4598d53f33">SetIntegrationDirectionToIntegrateBothDirections</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="a00714.html#24bb4b3937183324fa3908e762c304a7">SetTerminalEigenvalue</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="a00714.html#d4f5d005a985dcc8b92225206bcb1aad">GetTerminalEigenvalue</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="a00714.html#a0e6a41fcd53c07fbce2a826c813b903">SetNumberOfSides</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="a00714.html#acecf4057e369709ace1eeb17965ae5f">GetNumberOfSides</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="a00714.html#d05f507923aec62e04dcc9c3a0e34271">SetRadius</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="a00714.html#4e2b5bb1ba9e2022910046219e4e5614">GetRadius</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="a00714.html#aff7e45c6c51affcbdc8d1984f14ff27">SetLogScaling</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="a00714.html#79e7c784db0ce9aec942475802669e93">GetLogScaling</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="a00714.html#9b9954336ed850cc471e0ae9e6bc7312">LogScalingOn</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="a00714.html#397bbb56ef0b5c069e1a5b01b2d36b65">LogScalingOff</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="a00714.html#d09cb26a224886a0cb4d3de566b20ba4">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a00714.html">vtkHyperStreamline</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#c6ca12ea7c3adbc59ed67bc16c2fc6d5">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="a00714.html">vtkHyperStreamline</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#40acab21c9e7891542e9e84827d223d7">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="a00714.html#0284183c5d5a8aed88f93f30b69e014e">vtkHyperStreamline</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#0beb1ee694b4e12a0b89bc9ad7085a7f">~vtkHyperStreamline</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="a00714.html#bcb9633d40c57db8a1bbbed07494b9b7">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">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#2585fc4c36cfbe72358500b36705b38f">BuildTube</a> (<a class="el" href="a00374.html">vtkDataSet</a> *input, <a class="el" href="a01260.html">vtkPolyData</a> *output)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#2cb611fa0cb6c92c45fcd3075e9f0b34">FillInputPortInformation</a> (int port, <a class="el" href="a00872.html">vtkInformation</a> *info)</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="a00714.html#9907906813e635a2ddeb0c17d3f3fa19">StartFrom</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#2146e721a7bd657f41d457d3ac4e8463">StartCell</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#01061095fdde83430f20d8db2494a9b2">StartSubId</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#fc5fd13cd8c65b5036f8125b77a9d1bf">StartPCoords</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="a00714.html#9d2e8cb6b2dc942c2df7133edd043627">StartPosition</a> [3]</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">vtkHyperArray *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#a6799c664d15c7f9caaa21b6a0ae1f9a">Streamers</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#7ad9f1ae09da5366cf92391675aa121a">NumberOfStreamers</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#0b2e57307d9a21c2c46a65260bfd5f06">MaximumPropagationDistance</a></td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#b3dc209edc1dd63a0b72718c74daa206">IntegrationStepLength</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#fbfb7410b2a2d0184062ffe705fc436b">StepLength</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#c69a92a1891555a1c643253d22890325">TerminalEigenvalue</a></td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#b3ecb2871033e09a4b20fec1a40b4c3e">Radius</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00714.html#84e3de5c6f91e125410c788c36476aa6">LogScaling</a></td></tr>

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

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="dbd2200a7a78a0f2725299f5eeffb288"></a><!-- doxytag: member="vtkHyperStreamline::Superclass" ref="dbd2200a7a78a0f2725299f5eeffb288" 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">vtkHyperStreamline::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="a04364.html#l00069">69</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="0284183c5d5a8aed88f93f30b69e014e"></a><!-- doxytag: member="vtkHyperStreamline::vtkHyperStreamline" ref="0284183c5d5a8aed88f93f30b69e014e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkHyperStreamline::vtkHyperStreamline           </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="0beb1ee694b4e12a0b89bc9ad7085a7f"></a><!-- doxytag: member="vtkHyperStreamline::~vtkHyperStreamline" ref="0beb1ee694b4e12a0b89bc9ad7085a7f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkHyperStreamline::~vtkHyperStreamline           </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="8e71d6aaa7b8c0220566b428bf525f93"></a><!-- doxytag: member="vtkHyperStreamline::GetClassName" ref="8e71d6aaa7b8c0220566b428bf525f93" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkHyperStreamline::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="d09cb26a224886a0cb4d3de566b20ba4"></a><!-- doxytag: member="vtkHyperStreamline::IsTypeOf" ref="d09cb26a224886a0cb4d3de566b20ba4" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkHyperStreamline::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="1cbebdcfbb5e1bda53a4bfac9d7e5996"></a><!-- doxytag: member="vtkHyperStreamline::IsA" ref="1cbebdcfbb5e1bda53a4bfac9d7e5996" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkHyperStreamline::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="c6ca12ea7c3adbc59ed67bc16c2fc6d5"></a><!-- doxytag: member="vtkHyperStreamline::SafeDownCast" ref="c6ca12ea7c3adbc59ed67bc16c2fc6d5" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a00714.html">vtkHyperStreamline</a>* vtkHyperStreamline::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="813c6878507e389ed97538222b6b5851"></a><!-- doxytag: member="vtkHyperStreamline::PrintSelf" ref="813c6878507e389ed97538222b6b5851" args="(ostream &amp;os, vtkIndent indent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkHyperStreamline::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="40acab21c9e7891542e9e84827d223d7"></a><!-- doxytag: member="vtkHyperStreamline::New" ref="40acab21c9e7891542e9e84827d223d7" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a00714.html">vtkHyperStreamline</a>* vtkHyperStreamline::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 initial starting position (0,0,0); integration step length 0.2; step length 0.01; forward integration; terminal eigenvalue 0.0; number of sides 6; radius 0.5; and logarithmic scaling off. 
<p>Reimplemented from <a class="el" href="a01261.html#cf785ac526132296ff652c636f713b5e">vtkPolyDataAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="6d59efc9cd2a4fb1665788405b709442"></a><!-- doxytag: member="vtkHyperStreamline::SetStartLocation" ref="6d59efc9cd2a4fb1665788405b709442" args="(vtkIdType cellId, int subId, double pcoords[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkHyperStreamline::SetStartLocation           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>cellId</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>subId</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>pcoords</em>[3]</td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the start of the hyperstreamline in the cell coordinate system. That is, cellId and subId (if composite cell), and parametric coordinates. 
</div>
</div><p>
<a class="anchor" name="41e811c702bc66f875ebfe3d1305ec1b"></a><!-- doxytag: member="vtkHyperStreamline::SetStartLocation" ref="41e811c702bc66f875ebfe3d1305ec1b" args="(vtkIdType cellId, int subId, double r, double s, double t)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkHyperStreamline::SetStartLocation           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>cellId</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>subId</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>r</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>s</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>t</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the start of the hyperstreamline in the cell coordinate system. That is, cellId and subId (if composite cell), and parametric coordinates. 
</div>
</div><p>
<a class="anchor" name="680f3b6b3085a4c58d58b6facf6d178e"></a><!-- doxytag: member="vtkHyperStreamline::GetStartLocation" ref="680f3b6b3085a4c58d58b6facf6d178e" args="(int &amp;subId, double pcoords[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> vtkHyperStreamline::GetStartLocation           </td>
          <td>(</td>
          <td class="paramtype">int &amp;&nbsp;</td>
          <td class="paramname"> <em>subId</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>pcoords</em>[3]</td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the starting location of the hyperstreamline in the cell coordinate system. Returns the cell that the starting point is in. 
</div>
</div><p>
<a class="anchor" name="d99c3c383349c0146b2e33f3750a3fb4"></a><!-- doxytag: member="vtkHyperStreamline::SetStartPosition" ref="d99c3c383349c0146b2e33f3750a3fb4" args="(double x[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkHyperStreamline::SetStartPosition           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>x</em>[3]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the start of the hyperstreamline in the global coordinate system. Starting from position implies that a search must be performed to find initial cell to start integration from. 
</div>
</div><p>
<a class="anchor" name="f42a208257212a2227ed4743f2d092d6"></a><!-- doxytag: member="vtkHyperStreamline::SetStartPosition" ref="f42a208257212a2227ed4743f2d092d6" args="(double x, double y, double z)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkHyperStreamline::SetStartPosition           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>x</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>y</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>z</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the start of the hyperstreamline in the global coordinate system. Starting from position implies that a search must be performed to find initial cell to start integration from. 
</div>
</div><p>
<a class="anchor" name="4b1e03ae59fefd1018458075f0ef6e04"></a><!-- doxytag: member="vtkHyperStreamline::GetStartPosition" ref="4b1e03ae59fefd1018458075f0ef6e04" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double* vtkHyperStreamline::GetStartPosition           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the start position of the hyperstreamline in global x-y-z coordinates. 
</div>
</div><p>
<a class="anchor" name="e4b28a883c4e0c30a97f37ad27f85863"></a><!-- doxytag: member="vtkHyperStreamline::SetMaximumPropagationDistance" ref="e4b28a883c4e0c30a97f37ad27f85863" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkHyperStreamline::SetMaximumPropagationDistance           </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 maximum length of the hyperstreamline expressed as absolute distance (i.e., arc length) value. 
</div>
</div><p>
<a class="anchor" name="a2fd8110f799f2f51c583b9d9e8fec63"></a><!-- doxytag: member="vtkHyperStreamline::GetMaximumPropagationDistance" ref="a2fd8110f799f2f51c583b9d9e8fec63" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkHyperStreamline::GetMaximumPropagationDistance           </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 maximum length of the hyperstreamline expressed as absolute distance (i.e., arc length) value. 
</div>
</div><p>
<a class="anchor" name="d5e083d675d8be8583d51fdf07df4e2d"></a><!-- doxytag: member="vtkHyperStreamline::SetIntegrationEigenvector" ref="d5e083d675d8be8583d51fdf07df4e2d" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkHyperStreamline::SetIntegrationEigenvector           </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 eigenvector field through which to ingrate. It is possible to integrate using the major, medium or minor eigenvector field. The major eigenvector is the eigenvector whose corresponding eigenvalue is closest to positive infinity. The minor eigenvector is the eigenvector whose corresponding eigenvalue is closest to negative infinity. The medium eigenvector is the eigenvector whose corresponding eigenvalue is between the major and minor eigenvalues. 
</div>
</div><p>
<a class="anchor" name="965ed79405021c65210cde9bdea0b972"></a><!-- doxytag: member="vtkHyperStreamline::GetIntegrationEigenvector" ref="965ed79405021c65210cde9bdea0b972" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkHyperStreamline::GetIntegrationEigenvector           </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 eigenvector field through which to ingrate. It is possible to integrate using the major, medium or minor eigenvector field. The major eigenvector is the eigenvector whose corresponding eigenvalue is closest to positive infinity. The minor eigenvector is the eigenvector whose corresponding eigenvalue is closest to negative infinity. The medium eigenvector is the eigenvector whose corresponding eigenvalue is between the major and minor eigenvalues. 
</div>
</div><p>
<a class="anchor" name="089ccf83aba6576f05a9b13e8db43326"></a><!-- doxytag: member="vtkHyperStreamline::SetIntegrationEigenvectorToMajor" ref="089ccf83aba6576f05a9b13e8db43326" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkHyperStreamline::SetIntegrationEigenvectorToMajor           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set / get the eigenvector field through which to ingrate. It is possible to integrate using the major, medium or minor eigenvector field. The major eigenvector is the eigenvector whose corresponding eigenvalue is closest to positive infinity. The minor eigenvector is the eigenvector whose corresponding eigenvalue is closest to negative infinity. The medium eigenvector is the eigenvector whose corresponding eigenvalue is between the major and minor eigenvalues. 
<p>Definition at line <a class="el" href="a04364.html#l00128">128</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

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

<p>
Set / get the eigenvector field through which to ingrate. It is possible to integrate using the major, medium or minor eigenvector field. The major eigenvector is the eigenvector whose corresponding eigenvalue is closest to positive infinity. The minor eigenvector is the eigenvector whose corresponding eigenvalue is closest to negative infinity. The medium eigenvector is the eigenvector whose corresponding eigenvalue is between the major and minor eigenvalues. 
<p>Definition at line <a class="el" href="a04364.html#l00130">130</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

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

<p>
Set / get the eigenvector field through which to ingrate. It is possible to integrate using the major, medium or minor eigenvector field. The major eigenvector is the eigenvector whose corresponding eigenvalue is closest to positive infinity. The minor eigenvector is the eigenvector whose corresponding eigenvalue is closest to negative infinity. The medium eigenvector is the eigenvector whose corresponding eigenvalue is between the major and minor eigenvalues. 
<p>Definition at line <a class="el" href="a04364.html#l00132">132</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

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

<p>
Use the major eigenvector field as the vector field through which to integrate. The major eigenvector is the eigenvector whose corresponding eigenvalue is closest to positive infinity. 
<p>Definition at line <a class="el" href="a04364.html#l00140">140</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

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

<p>
Use the medium eigenvector field as the vector field through which to integrate. The medium eigenvector is the eigenvector whose corresponding eigenvalue is between the major and minor eigenvalues. 
<p>Definition at line <a class="el" href="a04364.html#l00148">148</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

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

<p>
Use the minor eigenvector field as the vector field through which to integrate. The minor eigenvector is the eigenvector whose corresponding eigenvalue is closest to negative infinity. 
<p>Definition at line <a class="el" href="a04364.html#l00156">156</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="37bc395bfb3a7da5412c4d2a9952a81c"></a><!-- doxytag: member="vtkHyperStreamline::SetIntegrationStepLength" ref="37bc395bfb3a7da5412c4d2a9952a81c" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkHyperStreamline::SetIntegrationStepLength           </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 a nominal integration step size (expressed as a fraction of the size of each cell). 
</div>
</div><p>
<a class="anchor" name="2556bbad6c104145eae549885f536ddd"></a><!-- doxytag: member="vtkHyperStreamline::GetIntegrationStepLength" ref="2556bbad6c104145eae549885f536ddd" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkHyperStreamline::GetIntegrationStepLength           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set / get a nominal integration step size (expressed as a fraction of the size of each cell). 
</div>
</div><p>
<a class="anchor" name="2d24e1a64f640f77f35f2d275bec363b"></a><!-- doxytag: member="vtkHyperStreamline::SetStepLength" ref="2d24e1a64f640f77f35f2d275bec363b" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkHyperStreamline::SetStepLength           </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 length of a tube segment composing the hyperstreamline. The length is specified as a fraction of the diagonal length of the input bounding box. 
</div>
</div><p>
<a class="anchor" name="a0af4bfccb6b404ae49d53bf4505b32e"></a><!-- doxytag: member="vtkHyperStreamline::GetStepLength" ref="a0af4bfccb6b404ae49d53bf4505b32e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkHyperStreamline::GetStepLength           </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 length of a tube segment composing the hyperstreamline. The length is specified as a fraction of the diagonal length of the input bounding box. 
</div>
</div><p>
<a class="anchor" name="51ae12078471b8fb545bd6bf9621fa62"></a><!-- doxytag: member="vtkHyperStreamline::SetIntegrationDirection" ref="51ae12078471b8fb545bd6bf9621fa62" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkHyperStreamline::SetIntegrationDirection           </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>
Specify the direction in which to integrate the hyperstreamline. 
</div>
</div><p>
<a class="anchor" name="7c417a570c1f4a69fe8568b033fd261d"></a><!-- doxytag: member="vtkHyperStreamline::GetIntegrationDirection" ref="7c417a570c1f4a69fe8568b033fd261d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkHyperStreamline::GetIntegrationDirection           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the direction in which to integrate the hyperstreamline. 
</div>
</div><p>
<a class="anchor" name="657be9244dc032ef4ab11f1af53870b3"></a><!-- doxytag: member="vtkHyperStreamline::SetIntegrationDirectionToForward" ref="657be9244dc032ef4ab11f1af53870b3" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkHyperStreamline::SetIntegrationDirectionToForward           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the direction in which to integrate the hyperstreamline. 
<p>Definition at line <a class="el" href="a04364.html#l00180">180</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

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

<p>
Specify the direction in which to integrate the hyperstreamline. 
<p>Definition at line <a class="el" href="a04364.html#l00182">182</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

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

<p>
Specify the direction in which to integrate the hyperstreamline. 
<p>Definition at line <a class="el" href="a04364.html#l00184">184</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="24bb4b3937183324fa3908e762c304a7"></a><!-- doxytag: member="vtkHyperStreamline::SetTerminalEigenvalue" ref="24bb4b3937183324fa3908e762c304a7" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkHyperStreamline::SetTerminalEigenvalue           </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 terminal eigenvalue. If major eigenvalue falls below this value, hyperstreamline terminates propagation. 
</div>
</div><p>
<a class="anchor" name="d4f5d005a985dcc8b92225206bcb1aad"></a><!-- doxytag: member="vtkHyperStreamline::GetTerminalEigenvalue" ref="d4f5d005a985dcc8b92225206bcb1aad" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkHyperStreamline::GetTerminalEigenvalue           </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 terminal eigenvalue. If major eigenvalue falls below this value, hyperstreamline terminates propagation. 
</div>
</div><p>
<a class="anchor" name="a0e6a41fcd53c07fbce2a826c813b903"></a><!-- doxytag: member="vtkHyperStreamline::SetNumberOfSides" ref="a0e6a41fcd53c07fbce2a826c813b903" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkHyperStreamline::SetNumberOfSides           </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 number of sides for the hyperstreamlines. At a minimum, number of sides is 3. 
</div>
</div><p>
<a class="anchor" name="acecf4057e369709ace1eeb17965ae5f"></a><!-- doxytag: member="vtkHyperStreamline::GetNumberOfSides" ref="acecf4057e369709ace1eeb17965ae5f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkHyperStreamline::GetNumberOfSides           </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 number of sides for the hyperstreamlines. At a minimum, number of sides is 3. 
</div>
</div><p>
<a class="anchor" name="d05f507923aec62e04dcc9c3a0e34271"></a><!-- doxytag: member="vtkHyperStreamline::SetRadius" ref="d05f507923aec62e04dcc9c3a0e34271" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkHyperStreamline::SetRadius           </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 initial tube radius. This is the maximum "elliptical" radius at the beginning of the tube. Radius varies based on ratio of eigenvalues. Note that tube section is actually elliptical and may become a point or line in cross section in some cases. 
</div>
</div><p>
<a class="anchor" name="4e2b5bb1ba9e2022910046219e4e5614"></a><!-- doxytag: member="vtkHyperStreamline::GetRadius" ref="4e2b5bb1ba9e2022910046219e4e5614" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkHyperStreamline::GetRadius           </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 initial tube radius. This is the maximum "elliptical" radius at the beginning of the tube. Radius varies based on ratio of eigenvalues. Note that tube section is actually elliptical and may become a point or line in cross section in some cases. 
</div>
</div><p>
<a class="anchor" name="aff7e45c6c51affcbdc8d1984f14ff27"></a><!-- doxytag: member="vtkHyperStreamline::SetLogScaling" ref="aff7e45c6c51affcbdc8d1984f14ff27" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkHyperStreamline::SetLogScaling           </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>
Turn on/off logarithmic scaling. If scaling is on, the log base 10 of the computed eigenvalues are used to scale the cross section radii. 
</div>
</div><p>
<a class="anchor" name="79e7c784db0ce9aec942475802669e93"></a><!-- doxytag: member="vtkHyperStreamline::GetLogScaling" ref="79e7c784db0ce9aec942475802669e93" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkHyperStreamline::GetLogScaling           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Turn on/off logarithmic scaling. If scaling is on, the log base 10 of the computed eigenvalues are used to scale the cross section radii. 
</div>
</div><p>
<a class="anchor" name="9b9954336ed850cc471e0ae9e6bc7312"></a><!-- doxytag: member="vtkHyperStreamline::LogScalingOn" ref="9b9954336ed850cc471e0ae9e6bc7312" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkHyperStreamline::LogScalingOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Turn on/off logarithmic scaling. If scaling is on, the log base 10 of the computed eigenvalues are used to scale the cross section radii. 
</div>
</div><p>
<a class="anchor" name="397bbb56ef0b5c069e1a5b01b2d36b65"></a><!-- doxytag: member="vtkHyperStreamline::LogScalingOff" ref="397bbb56ef0b5c069e1a5b01b2d36b65" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkHyperStreamline::LogScalingOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Turn on/off logarithmic scaling. If scaling is on, the log base 10 of the computed eigenvalues are used to scale the cross section radii. 
</div>
</div><p>
<a class="anchor" name="bcb9633d40c57db8a1bbbed07494b9b7"></a><!-- doxytag: member="vtkHyperStreamline::RequestData" ref="bcb9633d40c57db8a1bbbed07494b9b7" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkHyperStreamline::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="2585fc4c36cfbe72358500b36705b38f"></a><!-- doxytag: member="vtkHyperStreamline::BuildTube" ref="2585fc4c36cfbe72358500b36705b38f" args="(vtkDataSet *input, vtkPolyData *output)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkHyperStreamline::BuildTube           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00374.html">vtkDataSet</a> *&nbsp;</td>
          <td class="paramname"> <em>input</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a01260.html">vtkPolyData</a> *&nbsp;</td>
          <td class="paramname"> <em>output</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="2cb611fa0cb6c92c45fcd3075e9f0b34"></a><!-- doxytag: member="vtkHyperStreamline::FillInputPortInformation" ref="2cb611fa0cb6c92c45fcd3075e9f0b34" args="(int port, vtkInformation *info)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkHyperStreamline::FillInputPortInformation           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>port</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00872.html">vtkInformation</a> *&nbsp;</td>
          <td class="paramname"> <em>info</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle. 
<p>Reimplemented from <a class="el" href="a01261.html#a9084b97ab9c0c8c76e490fa9776a832">vtkPolyDataAlgorithm</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04364.html#l00230">230</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="2146e721a7bd657f41d457d3ac4e8463"></a><!-- doxytag: member="vtkHyperStreamline::StartCell" ref="2146e721a7bd657f41d457d3ac4e8463" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> <a class="el" href="a00714.html#2146e721a7bd657f41d457d3ac4e8463">vtkHyperStreamline::StartCell</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04364.html#l00233">233</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="01061095fdde83430f20d8db2494a9b2"></a><!-- doxytag: member="vtkHyperStreamline::StartSubId" ref="01061095fdde83430f20d8db2494a9b2" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a00714.html#01061095fdde83430f20d8db2494a9b2">vtkHyperStreamline::StartSubId</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04364.html#l00234">234</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04364.html#l00235">235</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04364.html#l00238">238</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="a6799c664d15c7f9caaa21b6a0ae1f9a"></a><!-- doxytag: member="vtkHyperStreamline::Streamers" ref="a6799c664d15c7f9caaa21b6a0ae1f9a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkHyperArray* <a class="el" href="a00714.html#a6799c664d15c7f9caaa21b6a0ae1f9a">vtkHyperStreamline::Streamers</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04364.html#l00241">241</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="7ad9f1ae09da5366cf92391675aa121a"></a><!-- doxytag: member="vtkHyperStreamline::NumberOfStreamers" ref="7ad9f1ae09da5366cf92391675aa121a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a00714.html#7ad9f1ae09da5366cf92391675aa121a">vtkHyperStreamline::NumberOfStreamers</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04364.html#l00242">242</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04364.html#l00245">245</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04364.html#l00248">248</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="b3dc209edc1dd63a0b72718c74daa206"></a><!-- doxytag: member="vtkHyperStreamline::IntegrationStepLength" ref="b3dc209edc1dd63a0b72718c74daa206" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a00714.html#b3dc209edc1dd63a0b72718c74daa206">vtkHyperStreamline::IntegrationStepLength</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04364.html#l00251">251</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="fbfb7410b2a2d0184062ffe705fc436b"></a><!-- doxytag: member="vtkHyperStreamline::StepLength" ref="fbfb7410b2a2d0184062ffe705fc436b" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a00714.html#fbfb7410b2a2d0184062ffe705fc436b">vtkHyperStreamline::StepLength</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04364.html#l00254">254</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="c69a92a1891555a1c643253d22890325"></a><!-- doxytag: member="vtkHyperStreamline::TerminalEigenvalue" ref="c69a92a1891555a1c643253d22890325" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a00714.html#c69a92a1891555a1c643253d22890325">vtkHyperStreamline::TerminalEigenvalue</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04364.html#l00257">257</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04364.html#l00260">260</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="b3ecb2871033e09a4b20fec1a40b4c3e"></a><!-- doxytag: member="vtkHyperStreamline::Radius" ref="b3ecb2871033e09a4b20fec1a40b4c3e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a00714.html#b3ecb2871033e09a4b20fec1a40b4c3e">vtkHyperStreamline::Radius</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04364.html#l00263">263</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="84e3de5c6f91e125410c788c36476aa6"></a><!-- doxytag: member="vtkHyperStreamline::LogScaling" ref="84e3de5c6f91e125410c788c36476aa6" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a00714.html#84e3de5c6f91e125410c788c36476aa6">vtkHyperStreamline::LogScaling</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04364.html#l00266">266</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04364.html#l00269">269</a> of file <a class="el" href="a04364.html">vtkHyperStreamline.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="a04364.html">vtkHyperStreamline.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 19:08:06 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>