Sophie

Sophie

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

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: vtkThresholdTextureCoords 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>vtkThresholdTextureCoords Class Reference</h1><!-- doxytag: class="vtkThresholdTextureCoords" --><!-- doxytag: inherits="vtkDataSetAlgorithm" --><code>#include &lt;<a class="el" href="a04485.html">vtkThresholdTextureCoords.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkThresholdTextureCoords:</div>
<div class="dynsection">
<p><center><img src="a15214.png" border="0" usemap="#a15215" alt="Inheritance graph"></center>
<map name="a15215">
<area shape="rect" href="a00375.html" title="Superclass for algorithms that produce output of the same type as input." alt="" coords="28,229,175,256"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="52,155,151,181"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="62,80,142,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="47,5,156,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkThresholdTextureCoords:</div>
<div class="dynsection">
<p><center><img src="a15216.png" border="0" usemap="#a15217" alt="Collaboration graph"></center>
<map name="a15217">
<area shape="rect" href="a00375.html" title="Superclass for algorithms that produce output of the same type as input." alt="" coords="177,499,324,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="a15218.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
compute 1D, 2D, or 3D texture coordinates based on scalar threshold 
<p>
<a class="el" href="a01710.html" title="compute 1D, 2D, or 3D texture coordinates based on scalar threshold">vtkThresholdTextureCoords</a> is a filter that generates texture coordinates for any input dataset type given a threshold criterion. The criterion can take three forms: 1) greater than a particular value (<a class="el" href="a01710.html#aa1fdc1e65880baa08f166181d76bf2a">ThresholdByUpper()</a>); 2) less than a particular value (<a class="el" href="a01710.html#9bb4d224332b7230bce27fba65b2d152">ThresholdByLower()</a>; or 3) between two values (<a class="el" href="a01710.html#2812d1150d7a23ed9bdaa3e5f7fbce79">ThresholdBetween()</a>. If the threshold criterion is satisfied, the "in" texture coordinate will be set (this can be specified by the user). If the threshold criterion is not satisfied the "out" is set.<p>
<dl class="warning" compact><dt><b>Warning:</b></dt><dd>There is a texture map - texThres.vtk - that can be used in conjunction with this filter. This map defines a "transparent" region for texture coordinates 0&lt;=r&lt;0.5, and an opaque full intensity map for texture coordinates 0.5&lt;r&lt;=1.0. There is a small transition region for r=0.5.</dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="a01707.html" title="extracts cells where scalar value in cell satisfies threshold criterion">vtkThreshold</a> <a class="el" href="a01708.html" title="extracts points whose scalar value satisfies threshold criterion">vtkThresholdPoints</a> <a class="el" href="a01699.html" title="generate texture coordinates by mapping points to plane">vtkTextureMapToPlane</a> <a class="el" href="a01700.html" title="generate texture coordinates by mapping points to sphere">vtkTextureMapToSphere</a> <a class="el" href="a01698.html" title="generate texture coordinates by mapping points to cylinder">vtkTextureMapToCylinder</a></dd></dl>
<dl class="user" compact><dt><b>Tests:</b></dt><dd><a class="el" href="c2_vtk_t_16.html#c2_vtk_t_vtkThresholdTextureCoords">vtkThresholdTextureCoords (Tests)</a> </dd></dl>

<p>Definition at line <a class="el" href="a04485.html#l00045">45</a> of file <a class="el" href="a04485.html">vtkThresholdTextureCoords.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="a00375.html">vtkDataSetAlgorithm</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01710.html#2d00efc6d6860b9e517c947d1aec528a">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="a01710.html#ff81540c53c62417430c90d3d66cb642">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="a01710.html#52cd96870b112ad462da6cee3c39e31e">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="a01710.html#40cb949f2177782cae507c5152c1a637">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="a01710.html#9bb4d224332b7230bce27fba65b2d152">ThresholdByLower</a> (double lower)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01710.html#aa1fdc1e65880baa08f166181d76bf2a">ThresholdByUpper</a> (double upper)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01710.html#2812d1150d7a23ed9bdaa3e5f7fbce79">ThresholdBetween</a> (double lower, double upper)</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01710.html#407bbce4653da9b4a4d59eb8ea0c4fcd">GetUpperThreshold</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01710.html#452cb8d29c3b41d52abda7442da73282">GetLowerThreshold</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="a01710.html#24772802aba371fe5c5e96693ab3a6d9">SetTextureDimension</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="a01710.html#8345e4eeff897f03ecf6d0f8e201946c">GetTextureDimension</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="a01710.html#78bc5ae1e0479aecb9ea64bad68576f4">SetInTextureCoord</a> (double, double, double)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01710.html#439333e54dcc1b7c38233b46aa5af655">SetInTextureCoord</a> (double[3])</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01710.html#51b92f2f5d8f4374b77afcbe6cf54158">GetInTextureCoord</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="a01710.html#dc9381fc58df9d4b7ea5c9d45db3fd1a">GetInTextureCoord</a> (double data[3])</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01710.html#f1abe212b82f597ec01c806012045b73">SetOutTextureCoord</a> (double, double, double)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01710.html#78b51225090353d191799f825a4a448d">SetOutTextureCoord</a> (double[3])</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01710.html#7084262346f0b9186a9e17bfd7282fd6">GetOutTextureCoord</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="a01710.html#f5558d22d4c18321237ebe7ad8a2fe51">GetOutTextureCoord</a> (double data[3])</td></tr>

<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a01710.html">vtkThresholdTextureCoords</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01710.html#9ba89446ec7393888eb5044480af8331">New</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01710.html#fbdd77fa12748c4f05d1503db44b7c92">IsTypeOf</a> (const char *type)</td></tr>

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

<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01710.html#8cb15d4c9e9a538e72164147f7523524">vtkThresholdTextureCoords</a> ()</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01710.html#acedcf307d38b92b16e7f84f93d8977e">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="a01710.html#e611ddd8a6dc85cf6c2cb8ccfede5bba">Lower</a> (double s)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01710.html#64b6719e5f2aa19e364c6ecc432fc432">Upper</a> (double s)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01710.html#3feffd702cd6b9e98aa95171a5af6906">Between</a> (double s)</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="a01710.html#18a1daa34872a31b7df5bb53499bf6cf">LowerThreshold</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01710.html#75eea25964945ca5915cca61c346567e">UpperThreshold</a></td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01710.html#a13cf5adb920bb50b8871507c3dcd84a">InTextureCoord</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="a01710.html#188dfd48e6309fcd33b04d1b75c4551d">OutTextureCoord</a> [3]</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int(vtkThresholdTextureCoords::*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01710.html#342d7645f139887b54ef09b5372734e4">ThresholdFunction</a> )(double s)</td></tr>

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="2d00efc6d6860b9e517c947d1aec528a"></a><!-- doxytag: member="vtkThresholdTextureCoords::Superclass" ref="2d00efc6d6860b9e517c947d1aec528a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="a00375.html">vtkDataSetAlgorithm</a> <a class="el" href="a00375.html">vtkThresholdTextureCoords::Superclass</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a00375.html#5b6a74f37b2c42dea75a05209b3e69bc">vtkDataSetAlgorithm</a>.</p>

<p>Definition at line <a class="el" href="a04485.html#l00049">49</a> of file <a class="el" href="a04485.html">vtkThresholdTextureCoords.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="8cb15d4c9e9a538e72164147f7523524"></a><!-- doxytag: member="vtkThresholdTextureCoords::vtkThresholdTextureCoords" ref="8cb15d4c9e9a538e72164147f7523524" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkThresholdTextureCoords::vtkThresholdTextureCoords           </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="59240d49a829932c9a769151dab36362"></a><!-- doxytag: member="vtkThresholdTextureCoords::~vtkThresholdTextureCoords" ref="59240d49a829932c9a769151dab36362" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkThresholdTextureCoords::~vtkThresholdTextureCoords           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline, protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

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

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="9ba89446ec7393888eb5044480af8331"></a><!-- doxytag: member="vtkThresholdTextureCoords::New" ref="9ba89446ec7393888eb5044480af8331" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01710.html">vtkThresholdTextureCoords</a>* vtkThresholdTextureCoords::New           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. 
<p>Reimplemented from <a class="el" href="a00375.html#366c8a9b4e61249c93fd2f7a492de9cb">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="ff81540c53c62417430c90d3d66cb642"></a><!-- doxytag: member="vtkThresholdTextureCoords::GetClassName" ref="ff81540c53c62417430c90d3d66cb642" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkThresholdTextureCoords::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="a00375.html#d0ae046484ba6d268bdb67ad536260c8">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="fbdd77fa12748c4f05d1503db44b7c92"></a><!-- doxytag: member="vtkThresholdTextureCoords::IsTypeOf" ref="fbdd77fa12748c4f05d1503db44b7c92" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkThresholdTextureCoords::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="a00375.html#f86c68af773c12e38dad90f2afc7579a">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="52cd96870b112ad462da6cee3c39e31e"></a><!-- doxytag: member="vtkThresholdTextureCoords::IsA" ref="52cd96870b112ad462da6cee3c39e31e" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkThresholdTextureCoords::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="a00375.html#420be20e4ddd9cc9184f09eec0f67a32">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="d72acf42b95227d0108d23d5bfeefec0"></a><!-- doxytag: member="vtkThresholdTextureCoords::SafeDownCast" ref="d72acf42b95227d0108d23d5bfeefec0" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01710.html">vtkThresholdTextureCoords</a>* vtkThresholdTextureCoords::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="a00375.html#3ba4f479dbf92dc937f8b6309e16dbea">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="40cb949f2177782cae507c5152c1a637"></a><!-- doxytag: member="vtkThresholdTextureCoords::PrintSelf" ref="40cb949f2177782cae507c5152c1a637" args="(ostream &amp;os, vtkIndent indent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkThresholdTextureCoords::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="a00375.html#399bf1def01568753e290f9cc45d7985">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="9bb4d224332b7230bce27fba65b2d152"></a><!-- doxytag: member="vtkThresholdTextureCoords::ThresholdByLower" ref="9bb4d224332b7230bce27fba65b2d152" args="(double lower)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkThresholdTextureCoords::ThresholdByLower           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>lower</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Criterion is cells whose scalars are less than lower threshold. 
</div>
</div><p>
<a class="anchor" name="aa1fdc1e65880baa08f166181d76bf2a"></a><!-- doxytag: member="vtkThresholdTextureCoords::ThresholdByUpper" ref="aa1fdc1e65880baa08f166181d76bf2a" args="(double upper)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkThresholdTextureCoords::ThresholdByUpper           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>upper</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Criterion is cells whose scalars are less than upper threshold. 
</div>
</div><p>
<a class="anchor" name="2812d1150d7a23ed9bdaa3e5f7fbce79"></a><!-- doxytag: member="vtkThresholdTextureCoords::ThresholdBetween" ref="2812d1150d7a23ed9bdaa3e5f7fbce79" args="(double lower, double upper)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkThresholdTextureCoords::ThresholdBetween           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>lower</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>upper</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Criterion is cells whose scalars are between lower and upper thresholds. 
</div>
</div><p>
<a class="anchor" name="407bbce4653da9b4a4d59eb8ea0c4fcd"></a><!-- doxytag: member="vtkThresholdTextureCoords::GetUpperThreshold" ref="407bbce4653da9b4a4d59eb8ea0c4fcd" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkThresholdTextureCoords::GetUpperThreshold           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return the upper and lower thresholds. 
</div>
</div><p>
<a class="anchor" name="452cb8d29c3b41d52abda7442da73282"></a><!-- doxytag: member="vtkThresholdTextureCoords::GetLowerThreshold" ref="452cb8d29c3b41d52abda7442da73282" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkThresholdTextureCoords::GetLowerThreshold           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return the upper and lower thresholds. 
</div>
</div><p>
<a class="anchor" name="24772802aba371fe5c5e96693ab3a6d9"></a><!-- doxytag: member="vtkThresholdTextureCoords::SetTextureDimension" ref="24772802aba371fe5c5e96693ab3a6d9" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkThresholdTextureCoords::SetTextureDimension           </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 desired dimension of the texture map. 
</div>
</div><p>
<a class="anchor" name="8345e4eeff897f03ecf6d0f8e201946c"></a><!-- doxytag: member="vtkThresholdTextureCoords::GetTextureDimension" ref="8345e4eeff897f03ecf6d0f8e201946c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkThresholdTextureCoords::GetTextureDimension           </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 desired dimension of the texture map. 
</div>
</div><p>
<a class="anchor" name="78bc5ae1e0479aecb9ea64bad68576f4"></a><!-- doxytag: member="vtkThresholdTextureCoords::SetInTextureCoord" ref="78bc5ae1e0479aecb9ea64bad68576f4" args="(double, double, double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkThresholdTextureCoords::SetInTextureCoord           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the texture coordinate value for point satisfying threshold criterion. 
</div>
</div><p>
<a class="anchor" name="439333e54dcc1b7c38233b46aa5af655"></a><!-- doxytag: member="vtkThresholdTextureCoords::SetInTextureCoord" ref="439333e54dcc1b7c38233b46aa5af655" args="(double[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkThresholdTextureCoords::SetInTextureCoord           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">[3]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the texture coordinate value for point satisfying threshold criterion. 
</div>
</div><p>
<a class="anchor" name="51b92f2f5d8f4374b77afcbe6cf54158"></a><!-- doxytag: member="vtkThresholdTextureCoords::GetInTextureCoord" ref="51b92f2f5d8f4374b77afcbe6cf54158" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double* vtkThresholdTextureCoords::GetInTextureCoord           </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 texture coordinate value for point satisfying threshold criterion. 
</div>
</div><p>
<a class="anchor" name="dc9381fc58df9d4b7ea5c9d45db3fd1a"></a><!-- doxytag: member="vtkThresholdTextureCoords::GetInTextureCoord" ref="dc9381fc58df9d4b7ea5c9d45db3fd1a" args="(double data[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkThresholdTextureCoords::GetInTextureCoord           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>data</em>[3]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the texture coordinate value for point satisfying threshold criterion. 
</div>
</div><p>
<a class="anchor" name="f1abe212b82f597ec01c806012045b73"></a><!-- doxytag: member="vtkThresholdTextureCoords::SetOutTextureCoord" ref="f1abe212b82f597ec01c806012045b73" args="(double, double, double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkThresholdTextureCoords::SetOutTextureCoord           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the texture coordinate value for point NOT satisfying threshold criterion. 
</div>
</div><p>
<a class="anchor" name="78b51225090353d191799f825a4a448d"></a><!-- doxytag: member="vtkThresholdTextureCoords::SetOutTextureCoord" ref="78b51225090353d191799f825a4a448d" args="(double[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkThresholdTextureCoords::SetOutTextureCoord           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">[3]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the texture coordinate value for point NOT satisfying threshold criterion. 
</div>
</div><p>
<a class="anchor" name="7084262346f0b9186a9e17bfd7282fd6"></a><!-- doxytag: member="vtkThresholdTextureCoords::GetOutTextureCoord" ref="7084262346f0b9186a9e17bfd7282fd6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double* vtkThresholdTextureCoords::GetOutTextureCoord           </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 texture coordinate value for point NOT satisfying threshold criterion. 
</div>
</div><p>
<a class="anchor" name="f5558d22d4c18321237ebe7ad8a2fe51"></a><!-- doxytag: member="vtkThresholdTextureCoords::GetOutTextureCoord" ref="f5558d22d4c18321237ebe7ad8a2fe51" args="(double data[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkThresholdTextureCoords::GetOutTextureCoord           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>data</em>[3]          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the texture coordinate value for point NOT satisfying threshold criterion. 
</div>
</div><p>
<a class="anchor" name="acedcf307d38b92b16e7f84f93d8977e"></a><!-- doxytag: member="vtkThresholdTextureCoords::RequestData" ref="acedcf307d38b92b16e7f84f93d8977e" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkThresholdTextureCoords::RequestData           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00872.html">vtkInformation</a> *&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> **&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> *&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is called within ProcessRequest when a request asks the algorithm to do its work. This is the method you should override to do whatever the algorithm is designed to do. This happens during the fourth pass in the pipeline execution process. 
<p>Reimplemented from <a class="el" href="a00375.html#49f7d102eea1f3c58aae7281a1b708cc">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="e611ddd8a6dc85cf6c2cb8ccfede5bba"></a><!-- doxytag: member="vtkThresholdTextureCoords::Lower" ref="e611ddd8a6dc85cf6c2cb8ccfede5bba" args="(double s)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkThresholdTextureCoords::Lower           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>s</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline, protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

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

</div>
</div><p>
<a class="anchor" name="64b6719e5f2aa19e364c6ecc432fc432"></a><!-- doxytag: member="vtkThresholdTextureCoords::Upper" ref="64b6719e5f2aa19e364c6ecc432fc432" args="(double s)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkThresholdTextureCoords::Upper           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>s</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline, protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04485.html#l00108">108</a> of file <a class="el" href="a04485.html">vtkThresholdTextureCoords.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="3feffd702cd6b9e98aa95171a5af6906"></a><!-- doxytag: member="vtkThresholdTextureCoords::Between" ref="3feffd702cd6b9e98aa95171a5af6906" args="(double s)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkThresholdTextureCoords::Between           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>s</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline, protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04485.html#l00109">109</a> of file <a class="el" href="a04485.html">vtkThresholdTextureCoords.h</a>.</p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="18a1daa34872a31b7df5bb53499bf6cf"></a><!-- doxytag: member="vtkThresholdTextureCoords::LowerThreshold" ref="18a1daa34872a31b7df5bb53499bf6cf" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01710.html#18a1daa34872a31b7df5bb53499bf6cf">vtkThresholdTextureCoords::LowerThreshold</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04485.html#l00095">95</a> of file <a class="el" href="a04485.html">vtkThresholdTextureCoords.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="75eea25964945ca5915cca61c346567e"></a><!-- doxytag: member="vtkThresholdTextureCoords::UpperThreshold" ref="75eea25964945ca5915cca61c346567e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01710.html#75eea25964945ca5915cca61c346567e">vtkThresholdTextureCoords::UpperThreshold</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04485.html#l00096">96</a> of file <a class="el" href="a04485.html">vtkThresholdTextureCoords.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04485.html#l00098">98</a> of file <a class="el" href="a04485.html">vtkThresholdTextureCoords.h</a>.</p>

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

<p>

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

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

<p>

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

</div>
</div><p>
<a class="anchor" name="342d7645f139887b54ef09b5372734e4"></a><!-- doxytag: member="vtkThresholdTextureCoords::ThresholdFunction" ref="342d7645f139887b54ef09b5372734e4" args=")(double s)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int(vtkThresholdTextureCoords::* <a class="el" href="a01710.html#342d7645f139887b54ef09b5372734e4">vtkThresholdTextureCoords::ThresholdFunction</a>)(double s)<code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

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