Sophie

Sophie

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

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: vtkThreshold 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>vtkThreshold Class Reference</h1><!-- doxytag: class="vtkThreshold" --><!-- doxytag: inherits="vtkUnstructuredGridAlgorithm" --><code>#include &lt;<a class="el" href="a04483.html">vtkThreshold.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkThreshold:</div>
<div class="dynsection">
<p><center><img src="a15199.png" border="0" usemap="#a15200" alt="Inheritance graph"></center>
<map name="a15200">
<area shape="rect" href="a01790.html" title="Superclass for algorithms that produce only unstructured grid as output." alt="" coords="5,229,208,256"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="57,155,156,181"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="67,80,147,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="52,5,161,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkThreshold:</div>
<div class="dynsection">
<p><center><img src="a15201.png" border="0" usemap="#a15202" alt="Collaboration graph"></center>
<map name="a15202">
<area shape="rect" href="a01790.html" title="Superclass for algorithms that produce only unstructured grid as output." alt="" coords="149,499,352,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="a15203.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
extracts cells where scalar value in cell satisfies threshold criterion 
<p>
<a class="el" href="a01707.html" title="extracts cells where scalar value in cell satisfies threshold criterion">vtkThreshold</a> is a filter that extracts cells from any dataset type that satisfy a threshold criterion. A cell satisfies the criterion if the scalar value of (every or any) point satisfies the criterion. The criterion can take three forms: 1) greater than a particular value; 2) less than a particular value; or 3) between two values. The output of this filter is an unstructured grid.<p>
Note that scalar values are available from the point and cell attribute data. By default, point data is used to obtain scalars, but you can control this behavior. See the AttributeMode ivar below.<p>
By default only the first scalar value is used in the decision. Use the ComponentMode and SelectedComponent ivars to control this behavior.<p>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="a01708.html" title="extracts points whose scalar value satisfies threshold criterion">vtkThresholdPoints</a> <a class="el" href="a01710.html" title="compute 1D, 2D, or 3D texture coordinates based on scalar threshold">vtkThresholdTextureCoords</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_vtkThreshold">vtkThreshold (Tests)</a> </dd></dl>

<p>Definition at line <a class="el" href="a04483.html#l00055">55</a> of file <a class="el" href="a04483.html">vtkThreshold.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 <br>
<a class="el" href="a01790.html">vtkUnstructuredGridAlgorithm</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01707.html#6aebc42cf4e73da5b626268e31de36fd">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="a01707.html#2f34a2afea8a16cbd45969ddd951893d">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="a01707.html#16949031001d023779445c72235a1311">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="a01707.html#9b79e1cb907226b4913002342087d0ac">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="a01707.html#9990125c246d4346915181a4d871042e">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="a01707.html#b5c332bc3b1f5d6daa4d5ff50c1f5f66">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="a01707.html#20f1127a1da274eea9791c15410e9935">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="a01707.html#5c8b6dc6593955b9417cf84e79b1d9f9">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="a01707.html#e129a69af1eb07721babae8c47c14622">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="a01707.html#2b958e8895ad7770848eac835c90403b">SetAttributeMode</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="a01707.html#0cc7012c1e464856d314fcd16b28ba28">GetAttributeMode</a> ()</td></tr>

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

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

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01707.html#4708b6610ebb292438e80b77ee81ece6">GetAttributeModeAsString</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="a01707.html#01722671ba54f5ec62188734d6a43df1">SetComponentMode</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="a01707.html#9664d83bdcfc777fbde7a58dc8cbfa42">GetComponentMode</a> ()</td></tr>

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

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

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01707.html#1e45b1b4739f8ee233f8e821ccaa0834">GetComponentModeAsString</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="a01707.html#eb5084ddb076638b0d0b903d57b657cd">SetSelectedComponent</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="a01707.html#65f21ac771591b369a44a63c16545c1b">GetSelectedComponent</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="a01707.html#b11093baec027fb5026887908f5d2801">SetAllScalars</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="a01707.html#a658620e2cf50772fd84d66cc0f21fd8">GetAllScalars</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="a01707.html#1cd3ded5c9375bc419f664119dc4fc83">AllScalarsOn</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="a01707.html#c3a5b51b9401dcd364e071d54b56e400">AllScalarsOff</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="a01707.html#5bc0990fbf2fe38081992133a7c83392">SetPointsDataTypeToDouble</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01707.html#79389159d9de2671d41e9892fbfef4e7">SetPointsDataTypeToFloat</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="a01707.html#4b7e054a8ccec1888ca4610f1c1d0dbf">SetPointsDataType</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="a01707.html#121154cc30a439d3e52d81d5ea266925">GetPointsDataType</a> ()</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a01707.html">vtkThreshold</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01707.html#35fba0961da1c145824b9208c68f139b">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="a01707.html#733222574e6f6271963870f221d5b17b">vtkThreshold</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01707.html#3ad67326fa6d65dd2edea5a1f1287b49">~vtkThreshold</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="a01707.html#28cd5ed28090a756dfa66448499ea0c8">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">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01707.html#f44dd3e953535186758993c55b5f298f">FillInputPortInformation</a> (int port, <a class="el" href="a00872.html">vtkInformation</a> *info)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01707.html#d65d67100b74179bd7a80478271dfb13">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="a01707.html#184d2060c71e14fb0bdd1692dfeedd7c">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="a01707.html#b593d4d1376131b9e0d3c3dbfc81c97a">Between</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="a01707.html#69ee2069338f29f0c5dfbc7caaf6e5dd">EvaluateComponents</a> (<a class="el" href="a00356.html">vtkDataArray</a> *scalars, <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> id)</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="a01707.html#c23c5ad919226668f32550d618a5818f">AllScalars</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01707.html#5b33c1b6262967346e43710cc1be82b2">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="a01707.html#9140e12c74393a598441952e139cf87b">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="a01707.html#9c61e24467ead93fca8c93b195594895">AttributeMode</a></td></tr>

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

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01707.html#8757d70d00ea57b38e0369f03a494b2d">PointsDataType</a></td></tr>

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

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="6aebc42cf4e73da5b626268e31de36fd"></a><!-- doxytag: member="vtkThreshold::Superclass" ref="6aebc42cf4e73da5b626268e31de36fd" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="a01790.html">vtkUnstructuredGridAlgorithm</a> <a class="el" href="a01790.html">vtkThreshold::Superclass</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a01790.html#83cb04ebf76077fcf2840e7378bce5eb">vtkUnstructuredGridAlgorithm</a>.</p>

<p>Definition at line <a class="el" href="a04483.html#l00059">59</a> of file <a class="el" href="a04483.html">vtkThreshold.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="733222574e6f6271963870f221d5b17b"></a><!-- doxytag: member="vtkThreshold::vtkThreshold" ref="733222574e6f6271963870f221d5b17b" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkThreshold::vtkThreshold           </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="3ad67326fa6d65dd2edea5a1f1287b49"></a><!-- doxytag: member="vtkThreshold::~vtkThreshold" ref="3ad67326fa6d65dd2edea5a1f1287b49" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkThreshold::~vtkThreshold           </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="ada5320769a4897ddbddead1176777fa"></a><!-- doxytag: member="vtkThreshold::New" ref="ada5320769a4897ddbddead1176777fa" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01707.html">vtkThreshold</a>* vtkThreshold::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="a01790.html#2646137e0d32c31ea2f5d6c36a839c5e">vtkUnstructuredGridAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="2f34a2afea8a16cbd45969ddd951893d"></a><!-- doxytag: member="vtkThreshold::GetClassName" ref="2f34a2afea8a16cbd45969ddd951893d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkThreshold::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="a01790.html#cc8e5750f6e0e4c5990f4fdaf08aa3a6">vtkUnstructuredGridAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="579c41bcc12b9f7dd9f7b503a5f2496c"></a><!-- doxytag: member="vtkThreshold::IsTypeOf" ref="579c41bcc12b9f7dd9f7b503a5f2496c" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkThreshold::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="a01790.html#979e1b89c2a9d22b409d132dc361273d">vtkUnstructuredGridAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="16949031001d023779445c72235a1311"></a><!-- doxytag: member="vtkThreshold::IsA" ref="16949031001d023779445c72235a1311" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkThreshold::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="a01790.html#04261b9851bf9e9f5d8e87164b0b7f1b">vtkUnstructuredGridAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="35fba0961da1c145824b9208c68f139b"></a><!-- doxytag: member="vtkThreshold::SafeDownCast" ref="35fba0961da1c145824b9208c68f139b" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01707.html">vtkThreshold</a>* vtkThreshold::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="a01790.html#c21194826192f883eaa58f3cb1efac53">vtkUnstructuredGridAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="9b79e1cb907226b4913002342087d0ac"></a><!-- doxytag: member="vtkThreshold::PrintSelf" ref="9b79e1cb907226b4913002342087d0ac" args="(ostream &amp;os, vtkIndent indent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkThreshold::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="a01790.html#13d193ef6fd94356f3306d3e799bc9cc">vtkUnstructuredGridAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="9990125c246d4346915181a4d871042e"></a><!-- doxytag: member="vtkThreshold::ThresholdByLower" ref="9990125c246d4346915181a4d871042e" args="(double lower)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkThreshold::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 or equal to lower threshold. 
</div>
</div><p>
<a class="anchor" name="b5c332bc3b1f5d6daa4d5ff50c1f5f66"></a><!-- doxytag: member="vtkThreshold::ThresholdByUpper" ref="b5c332bc3b1f5d6daa4d5ff50c1f5f66" args="(double upper)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkThreshold::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 greater or equal to upper threshold. 
</div>
</div><p>
<a class="anchor" name="20f1127a1da274eea9791c15410e9935"></a><!-- doxytag: member="vtkThreshold::ThresholdBetween" ref="20f1127a1da274eea9791c15410e9935" args="(double lower, double upper)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkThreshold::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 (inclusive of the end values). 
</div>
</div><p>
<a class="anchor" name="5c8b6dc6593955b9417cf84e79b1d9f9"></a><!-- doxytag: member="vtkThreshold::GetUpperThreshold" ref="5c8b6dc6593955b9417cf84e79b1d9f9" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkThreshold::GetUpperThreshold           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the Upper and Lower thresholds. 
</div>
</div><p>
<a class="anchor" name="e129a69af1eb07721babae8c47c14622"></a><!-- doxytag: member="vtkThreshold::GetLowerThreshold" ref="e129a69af1eb07721babae8c47c14622" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkThreshold::GetLowerThreshold           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the Upper and Lower thresholds. 
</div>
</div><p>
<a class="anchor" name="2b958e8895ad7770848eac835c90403b"></a><!-- doxytag: member="vtkThreshold::SetAttributeMode" ref="2b958e8895ad7770848eac835c90403b" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkThreshold::SetAttributeMode           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the filter works with scalar point data and cell attribute data. By default (AttributeModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData). 
</div>
</div><p>
<a class="anchor" name="0cc7012c1e464856d314fcd16b28ba28"></a><!-- doxytag: member="vtkThreshold::GetAttributeMode" ref="0cc7012c1e464856d314fcd16b28ba28" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkThreshold::GetAttributeMode           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the filter works with scalar point data and cell attribute data. By default (AttributeModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData). 
</div>
</div><p>
<a class="anchor" name="97bd386a4c03b0f74972dca366f6b4b6"></a><!-- doxytag: member="vtkThreshold::SetAttributeModeToDefault" ref="97bd386a4c03b0f74972dca366f6b4b6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkThreshold::SetAttributeModeToDefault           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the filter works with scalar point data and cell attribute data. By default (AttributeModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData). 
<p>Definition at line <a class="el" href="a04483.html#l00089">89</a> of file <a class="el" href="a04483.html">vtkThreshold.h</a>.</p>

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

<p>
Control how the filter works with scalar point data and cell attribute data. By default (AttributeModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData). 
<p>Definition at line <a class="el" href="a04483.html#l00091">91</a> of file <a class="el" href="a04483.html">vtkThreshold.h</a>.</p>

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

<p>
Control how the filter works with scalar point data and cell attribute data. By default (AttributeModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData). 
<p>Definition at line <a class="el" href="a04483.html#l00093">93</a> of file <a class="el" href="a04483.html">vtkThreshold.h</a>.</p>

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

<p>
Control how the filter works with scalar point data and cell attribute data. By default (AttributeModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData). 
</div>
</div><p>
<a class="anchor" name="01722671ba54f5ec62188734d6a43df1"></a><!-- doxytag: member="vtkThreshold::SetComponentMode" ref="01722671ba54f5ec62188734d6a43df1" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkThreshold::SetComponentMode           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected. 
</div>
</div><p>
<a class="anchor" name="9664d83bdcfc777fbde7a58dc8cbfa42"></a><!-- doxytag: member="vtkThreshold::GetComponentMode" ref="9664d83bdcfc777fbde7a58dc8cbfa42" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkThreshold::GetComponentMode           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected. 
</div>
</div><p>
<a class="anchor" name="43972a91f080d0359ac02fb51b4d12a4"></a><!-- doxytag: member="vtkThreshold::SetComponentModeToUseSelected" ref="43972a91f080d0359ac02fb51b4d12a4" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkThreshold::SetComponentModeToUseSelected           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected. 
<p>Definition at line <a class="el" href="a04483.html#l00109">109</a> of file <a class="el" href="a04483.html">vtkThreshold.h</a>.</p>

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

<p>
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected. 
<p>Definition at line <a class="el" href="a04483.html#l00111">111</a> of file <a class="el" href="a04483.html">vtkThreshold.h</a>.</p>

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

<p>
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected. 
<p>Definition at line <a class="el" href="a04483.html#l00113">113</a> of file <a class="el" href="a04483.html">vtkThreshold.h</a>.</p>

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

<p>
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected. 
</div>
</div><p>
<a class="anchor" name="eb5084ddb076638b0d0b903d57b657cd"></a><!-- doxytag: member="vtkThreshold::SetSelectedComponent" ref="eb5084ddb076638b0d0b903d57b657cd" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkThreshold::SetSelectedComponent           </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>
When the component mode is UseSelected, this ivar indicated the selected component. The default value is 0. 
</div>
</div><p>
<a class="anchor" name="65f21ac771591b369a44a63c16545c1b"></a><!-- doxytag: member="vtkThreshold::GetSelectedComponent" ref="65f21ac771591b369a44a63c16545c1b" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkThreshold::GetSelectedComponent           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
When the component mode is UseSelected, this ivar indicated the selected component. The default value is 0. 
</div>
</div><p>
<a class="anchor" name="b11093baec027fb5026887908f5d2801"></a><!-- doxytag: member="vtkThreshold::SetAllScalars" ref="b11093baec027fb5026887908f5d2801" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkThreshold::SetAllScalars           </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>
If using scalars from point data, all scalars for all points in a cell must satisfy the threshold criterion if AllScalars is set. Otherwise, just a single scalar value satisfying the threshold criterion enables will extract the cell. 
</div>
</div><p>
<a class="anchor" name="a658620e2cf50772fd84d66cc0f21fd8"></a><!-- doxytag: member="vtkThreshold::GetAllScalars" ref="a658620e2cf50772fd84d66cc0f21fd8" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkThreshold::GetAllScalars           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
If using scalars from point data, all scalars for all points in a cell must satisfy the threshold criterion if AllScalars is set. Otherwise, just a single scalar value satisfying the threshold criterion enables will extract the cell. 
</div>
</div><p>
<a class="anchor" name="1cd3ded5c9375bc419f664119dc4fc83"></a><!-- doxytag: member="vtkThreshold::AllScalarsOn" ref="1cd3ded5c9375bc419f664119dc4fc83" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkThreshold::AllScalarsOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
If using scalars from point data, all scalars for all points in a cell must satisfy the threshold criterion if AllScalars is set. Otherwise, just a single scalar value satisfying the threshold criterion enables will extract the cell. 
</div>
</div><p>
<a class="anchor" name="c3a5b51b9401dcd364e071d54b56e400"></a><!-- doxytag: member="vtkThreshold::AllScalarsOff" ref="c3a5b51b9401dcd364e071d54b56e400" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkThreshold::AllScalarsOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
If using scalars from point data, all scalars for all points in a cell must satisfy the threshold criterion if AllScalars is set. Otherwise, just a single scalar value satisfying the threshold criterion enables will extract the cell. 
</div>
</div><p>
<a class="anchor" name="5bc0990fbf2fe38081992133a7c83392"></a><!-- doxytag: member="vtkThreshold::SetPointsDataTypeToDouble" ref="5bc0990fbf2fe38081992133a7c83392" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkThreshold::SetPointsDataTypeToDouble           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the data type of the output points (See the data types defined in <a class="el" href="a02149.html">vtkType.h</a>). The default data type is float. 
<p>Definition at line <a class="el" href="a04483.html#l00138">138</a> of file <a class="el" href="a04483.html">vtkThreshold.h</a>.</p>

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

<p>
Set the data type of the output points (See the data types defined in <a class="el" href="a02149.html">vtkType.h</a>). The default data type is float. 
<p>Definition at line <a class="el" href="a04483.html#l00139">139</a> of file <a class="el" href="a04483.html">vtkThreshold.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="4b7e054a8ccec1888ca4610f1c1d0dbf"></a><!-- doxytag: member="vtkThreshold::SetPointsDataType" ref="4b7e054a8ccec1888ca4610f1c1d0dbf" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkThreshold::SetPointsDataType           </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 data type of the output points (See the data types defined in <a class="el" href="a02149.html">vtkType.h</a>). The default data type is float. 
</div>
</div><p>
<a class="anchor" name="121154cc30a439d3e52d81d5ea266925"></a><!-- doxytag: member="vtkThreshold::GetPointsDataType" ref="121154cc30a439d3e52d81d5ea266925" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkThreshold::GetPointsDataType           </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 data type of the output points (See the data types defined in <a class="el" href="a02149.html">vtkType.h</a>). The default data type is float. 
</div>
</div><p>
<a class="anchor" name="28cd5ed28090a756dfa66448499ea0c8"></a><!-- doxytag: member="vtkThreshold::RequestData" ref="28cd5ed28090a756dfa66448499ea0c8" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkThreshold::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="a01790.html#c245179e9e4f4d4f83bf29fd4933b985">vtkUnstructuredGridAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="f44dd3e953535186758993c55b5f298f"></a><!-- doxytag: member="vtkThreshold::FillInputPortInformation" ref="f44dd3e953535186758993c55b5f298f" args="(int port, vtkInformation *info)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkThreshold::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="a01790.html#1eb860b284f61b78bd00d5776545bd87">vtkUnstructuredGridAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="d65d67100b74179bd7a80478271dfb13"></a><!-- doxytag: member="vtkThreshold::Lower" ref="d65d67100b74179bd7a80478271dfb13" args="(double s)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkThreshold::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="a04483.html#l00165">165</a> of file <a class="el" href="a04483.html">vtkThreshold.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="184d2060c71e14fb0bdd1692dfeedd7c"></a><!-- doxytag: member="vtkThreshold::Upper" ref="184d2060c71e14fb0bdd1692dfeedd7c" args="(double s)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkThreshold::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="a04483.html#l00166">166</a> of file <a class="el" href="a04483.html">vtkThreshold.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="b593d4d1376131b9e0d3c3dbfc81c97a"></a><!-- doxytag: member="vtkThreshold::Between" ref="b593d4d1376131b9e0d3c3dbfc81c97a" args="(double s)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkThreshold::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="a04483.html#l00167">167</a> of file <a class="el" href="a04483.html">vtkThreshold.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="69ee2069338f29f0c5dfbc7caaf6e5dd"></a><!-- doxytag: member="vtkThreshold::EvaluateComponents" ref="69ee2069338f29f0c5dfbc7caaf6e5dd" args="(vtkDataArray *scalars, vtkIdType id)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkThreshold::EvaluateComponents           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00356.html">vtkDataArray</a> *&nbsp;</td>
          <td class="paramname"> <em>scalars</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>id</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

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

<p>

<p>Definition at line <a class="el" href="a04483.html#l00153">153</a> of file <a class="el" href="a04483.html">vtkThreshold.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="5b33c1b6262967346e43710cc1be82b2"></a><!-- doxytag: member="vtkThreshold::LowerThreshold" ref="5b33c1b6262967346e43710cc1be82b2" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01707.html#5b33c1b6262967346e43710cc1be82b2">vtkThreshold::LowerThreshold</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04483.html#l00154">154</a> of file <a class="el" href="a04483.html">vtkThreshold.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04483.html#l00155">155</a> of file <a class="el" href="a04483.html">vtkThreshold.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="9c61e24467ead93fca8c93b195594895"></a><!-- doxytag: member="vtkThreshold::AttributeMode" ref="9c61e24467ead93fca8c93b195594895" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01707.html#9c61e24467ead93fca8c93b195594895">vtkThreshold::AttributeMode</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04483.html#l00156">156</a> of file <a class="el" href="a04483.html">vtkThreshold.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04483.html#l00157">157</a> of file <a class="el" href="a04483.html">vtkThreshold.h</a>.</p>

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

<p>

<p>Definition at line <a class="el" href="a04483.html#l00158">158</a> of file <a class="el" href="a04483.html">vtkThreshold.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="8757d70d00ea57b38e0369f03a494b2d"></a><!-- doxytag: member="vtkThreshold::PointsDataType" ref="8757d70d00ea57b38e0369f03a494b2d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01707.html#8757d70d00ea57b38e0369f03a494b2d">vtkThreshold::PointsDataType</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04483.html#l00159">159</a> of file <a class="el" href="a04483.html">vtkThreshold.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="7d0d1f9a6d819cbad60573985fb60677"></a><!-- doxytag: member="vtkThreshold::ThresholdFunction" ref="7d0d1f9a6d819cbad60573985fb60677" args=")(double s)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int(vtkThreshold::* <a class="el" href="a01707.html#7d0d1f9a6d819cbad60573985fb60677">vtkThreshold::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="a04483.html">vtkThreshold.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 19:40:01 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>