Sophie

Sophie

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

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: vtkFrustumCoverageCuller 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>vtkFrustumCoverageCuller Class Reference</h1><!-- doxytag: class="vtkFrustumCoverageCuller" --><!-- doxytag: inherits="vtkCuller" --><code>#include &lt;<a class="el" href="a05191.html">vtkFrustumCoverageCuller.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkFrustumCoverageCuller:</div>
<div class="dynsection">
<p><center><img src="a09931.png" border="0" usemap="#a09932" alt="Inheritance graph"></center>
<map name="a09932">
<area shape="rect" href="a00345.html" title="a superclass for prop cullers" alt="" coords="60,155,135,181"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="58,80,138,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="43,5,152,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkFrustumCoverageCuller:</div>
<div class="dynsection">
<p><center><img src="a09933.png" border="0" usemap="#a09934" alt="Collaboration graph"></center>
<map name="a09934">
<area shape="rect" href="a00345.html" title="a superclass for prop cullers" alt="" coords="89,174,164,200"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="87,96,167,123"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="5,6,115,32"><area shape="rect" href="a01719.html" title="record modification and/or execution time" alt="" coords="139,6,248,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="a09935.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
cull props based on frustum coverage 
<p>
<a class="el" href="a00567.html" title="cull props based on frustum coverage">vtkFrustumCoverageCuller</a> will cull props based on the coverage in the view frustum. The coverage is computed by enclosing the prop in a bounding sphere, projecting that to the viewing coordinate system, then taking a slice through the view frustum at the center of the sphere. This results in a circle on the plane slice through the view frustum. This circle is enclosed in a squared, and the fraction of the plane slice that this square covers is the coverage. This is a number between 0 and 1. If the number is less than the MinumumCoverage, the allocated render time for that prop is set to zero. If it is greater than the MaximumCoverage, the allocated render time is set to 1.0. In between, a linear ramp is used to convert coverage into allocated render time.<p>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="a00345.html" title="a superclass for prop cullers">vtkCuller</a> </dd></dl>

<p>Definition at line <a class="el" href="a05191.html#l00046">46</a> of file <a class="el" href="a05191.html">vtkFrustumCoverageCuller.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="a00345.html">vtkCuller</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00567.html#7027f9222feb0bb2d533aeff580e0c5e">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="a00567.html#f2451de54b30c7bebe61b8e59f6fb6f3">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="a00567.html#4b9d92e744d8a0da3860554fa2517a64">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="a00567.html#3ed79eb3c478ae66da093b9ceabb510a">PrintSelf</a> (ostream &amp;os, <a class="el" href="a00869.html">vtkIndent</a> indent)</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00567.html#3897b01385d199ebc0d59e1320c029ff">GetMinimumCoverage</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="a00567.html#3c45e434fa5b672ce6e0d10efa0165e6">SetMaximumCoverage</a> (double)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00567.html#e2f9dbba69fc43129a0a5e403eb7c3a1">GetMaximumCoverage</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="a00567.html#61bd72d63b19e41a55809d4fd1359c07">SetSortingStyle</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="a00567.html#6114a98a65feb989b80ddd9a286d38da">GetSortingStyle</a> ()</td></tr>

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

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00567.html#7fb5ccc42454c35ed98cb20d612f8aaf">SetSortingStyleToFrontToBack</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="a00567.html#b88e9b111a8fe97a4b35b71bf1496806">GetSortingStyleAsString</a> (void)</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00567.html#1a696e275930819e66a7eaa10fd84f0a">Cull</a> (<a class="el" href="a01480.html">vtkRenderer</a> *ren, <a class="el" href="a01317.html">vtkProp</a> **propList, int &amp;listLength, int &amp;initialized)</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="a00567.html">vtkFrustumCoverageCuller</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00567.html#0533d571216923bf0f1171c50c0ab2ed">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="a00567.html#d287827c46f243ac1de270e0c406b8c9">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a00567.html">vtkFrustumCoverageCuller</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00567.html#9603d3dd6896c2652ae417ad5a806969">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="a00567.html#f585eea649930ecd266439eef9419c2f">vtkFrustumCoverageCuller</a> ()</td></tr>

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

<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00567.html#9cbaab9173eefd34c3a9b25ab410b82d">MinimumCoverage</a></td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00567.html#99be752bfd2f0f34c363ed7b4f8fd096">SortingStyle</a></td></tr>

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="7027f9222feb0bb2d533aeff580e0c5e"></a><!-- doxytag: member="vtkFrustumCoverageCuller::Superclass" ref="7027f9222feb0bb2d533aeff580e0c5e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="a00345.html">vtkCuller</a> <a class="el" href="a00345.html">vtkFrustumCoverageCuller::Superclass</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a00345.html#c6668565b0974049df477ee8f229f0e0">vtkCuller</a>.</p>

<p>Definition at line <a class="el" href="a05191.html#l00050">50</a> of file <a class="el" href="a05191.html">vtkFrustumCoverageCuller.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="f585eea649930ecd266439eef9419c2f"></a><!-- doxytag: member="vtkFrustumCoverageCuller::vtkFrustumCoverageCuller" ref="f585eea649930ecd266439eef9419c2f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkFrustumCoverageCuller::vtkFrustumCoverageCuller           </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="1c88472c2e29ce67a92ea3fde3803429"></a><!-- doxytag: member="vtkFrustumCoverageCuller::~vtkFrustumCoverageCuller" ref="1c88472c2e29ce67a92ea3fde3803429" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkFrustumCoverageCuller::~vtkFrustumCoverageCuller           </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="a05191.html#l00095">95</a> of file <a class="el" href="a05191.html">vtkFrustumCoverageCuller.h</a>.</p>

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

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

</div>
</div><p>
<a class="anchor" name="f2451de54b30c7bebe61b8e59f6fb6f3"></a><!-- doxytag: member="vtkFrustumCoverageCuller::GetClassName" ref="f2451de54b30c7bebe61b8e59f6fb6f3" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkFrustumCoverageCuller::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="a00345.html#1543800b5c006fb566ba2d29fe083e6f">vtkCuller</a>.</p>

</div>
</div><p>
<a class="anchor" name="d287827c46f243ac1de270e0c406b8c9"></a><!-- doxytag: member="vtkFrustumCoverageCuller::IsTypeOf" ref="d287827c46f243ac1de270e0c406b8c9" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkFrustumCoverageCuller::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="a00345.html#3c1af3502a6ef6387e9f7a04cdce215c">vtkCuller</a>.</p>

</div>
</div><p>
<a class="anchor" name="4b9d92e744d8a0da3860554fa2517a64"></a><!-- doxytag: member="vtkFrustumCoverageCuller::IsA" ref="4b9d92e744d8a0da3860554fa2517a64" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkFrustumCoverageCuller::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="a00345.html#d3f3aaad9c3aa0d531fa988ace6f6e27">vtkCuller</a>.</p>

</div>
</div><p>
<a class="anchor" name="9603d3dd6896c2652ae417ad5a806969"></a><!-- doxytag: member="vtkFrustumCoverageCuller::SafeDownCast" ref="9603d3dd6896c2652ae417ad5a806969" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a00567.html">vtkFrustumCoverageCuller</a>* vtkFrustumCoverageCuller::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="a00345.html#86e48d4d037d2d6c5b1d0dd52dfc0121">vtkCuller</a>.</p>

</div>
</div><p>
<a class="anchor" name="3ed79eb3c478ae66da093b9ceabb510a"></a><!-- doxytag: member="vtkFrustumCoverageCuller::PrintSelf" ref="3ed79eb3c478ae66da093b9ceabb510a" args="(ostream &amp;os, vtkIndent indent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkFrustumCoverageCuller::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="a00345.html#fa41b43acbc01122cd8c36521c3ad743">vtkCuller</a>.</p>

</div>
</div><p>
<a class="anchor" name="8e3f3fd369141174d070d5f0aed5c7eb"></a><!-- doxytag: member="vtkFrustumCoverageCuller::SetMinimumCoverage" ref="8e3f3fd369141174d070d5f0aed5c7eb" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkFrustumCoverageCuller::SetMinimumCoverage           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the minimum coverage - props with less coverage than this are given no time to render (they are culled) 
</div>
</div><p>
<a class="anchor" name="3897b01385d199ebc0d59e1320c029ff"></a><!-- doxytag: member="vtkFrustumCoverageCuller::GetMinimumCoverage" ref="3897b01385d199ebc0d59e1320c029ff" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkFrustumCoverageCuller::GetMinimumCoverage           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the minimum coverage - props with less coverage than this are given no time to render (they are culled) 
</div>
</div><p>
<a class="anchor" name="3c45e434fa5b672ce6e0d10efa0165e6"></a><!-- doxytag: member="vtkFrustumCoverageCuller::SetMaximumCoverage" ref="3c45e434fa5b672ce6e0d10efa0165e6" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkFrustumCoverageCuller::SetMaximumCoverage           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the maximum coverage - props with more coverage than this are given an allocated render time of 1.0 (the maximum) 
</div>
</div><p>
<a class="anchor" name="e2f9dbba69fc43129a0a5e403eb7c3a1"></a><!-- doxytag: member="vtkFrustumCoverageCuller::GetMaximumCoverage" ref="e2f9dbba69fc43129a0a5e403eb7c3a1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkFrustumCoverageCuller::GetMaximumCoverage           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the maximum coverage - props with more coverage than this are given an allocated render time of 1.0 (the maximum) 
</div>
</div><p>
<a class="anchor" name="61bd72d63b19e41a55809d4fd1359c07"></a><!-- doxytag: member="vtkFrustumCoverageCuller::SetSortingStyle" ref="61bd72d63b19e41a55809d4fd1359c07" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkFrustumCoverageCuller::SetSortingStyle           </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 sorting style - none, front-to-back or back-to-front The default is none 
</div>
</div><p>
<a class="anchor" name="6114a98a65feb989b80ddd9a286d38da"></a><!-- doxytag: member="vtkFrustumCoverageCuller::GetSortingStyle" ref="6114a98a65feb989b80ddd9a286d38da" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkFrustumCoverageCuller::GetSortingStyle           </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 sorting style - none, front-to-back or back-to-front The default is none 
</div>
</div><p>
<a class="anchor" name="29c51ad2ea94430d91f27a42e78a6cc1"></a><!-- doxytag: member="vtkFrustumCoverageCuller::SetSortingStyleToNone" ref="29c51ad2ea94430d91f27a42e78a6cc1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkFrustumCoverageCuller::SetSortingStyleToNone           </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 sorting style - none, front-to-back or back-to-front The default is none 
<p>Definition at line <a class="el" href="a05191.html#l00073">73</a> of file <a class="el" href="a05191.html">vtkFrustumCoverageCuller.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="591572f1a9d547e356ff15583b3e3ceb"></a><!-- doxytag: member="vtkFrustumCoverageCuller::SetSortingStyleToBackToFront" ref="591572f1a9d547e356ff15583b3e3ceb" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkFrustumCoverageCuller::SetSortingStyleToBackToFront           </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 sorting style - none, front-to-back or back-to-front The default is none 
<p>Definition at line <a class="el" href="a05191.html#l00075">75</a> of file <a class="el" href="a05191.html">vtkFrustumCoverageCuller.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="7fb5ccc42454c35ed98cb20d612f8aaf"></a><!-- doxytag: member="vtkFrustumCoverageCuller::SetSortingStyleToFrontToBack" ref="7fb5ccc42454c35ed98cb20d612f8aaf" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkFrustumCoverageCuller::SetSortingStyleToFrontToBack           </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 sorting style - none, front-to-back or back-to-front The default is none 
<p>Definition at line <a class="el" href="a05191.html#l00077">77</a> of file <a class="el" href="a05191.html">vtkFrustumCoverageCuller.h</a>.</p>

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

<p>
Set the sorting style - none, front-to-back or back-to-front The default is none 
</div>
</div><p>
<a class="anchor" name="1a696e275930819e66a7eaa10fd84f0a"></a><!-- doxytag: member="vtkFrustumCoverageCuller::Cull" ref="1a696e275930819e66a7eaa10fd84f0a" args="(vtkRenderer *ren, vtkProp **propList, int &amp;listLength, int &amp;initialized)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double vtkFrustumCoverageCuller::Cull           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a01480.html">vtkRenderer</a> *&nbsp;</td>
          <td class="paramname"> <em>ren</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a01317.html">vtkProp</a> **&nbsp;</td>
          <td class="paramname"> <em>propList</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int &amp;&nbsp;</td>
          <td class="paramname"> <em>listLength</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int &amp;&nbsp;</td>
          <td class="paramname"> <em>initialized</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>
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS Perform the cull operation This method should only be called by <a class="el" href="a01480.html" title="abstract specification for renderers">vtkRenderer</a> as part of the render process 
<p>Implements <a class="el" href="a00345.html#7b879ac5081fd12bb9922eba8d1d4b13">vtkCuller</a>.</p>

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

<p>

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

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

<p>

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

</div>
</div><p>
<a class="anchor" name="99be752bfd2f0f34c363ed7b4f8fd096"></a><!-- doxytag: member="vtkFrustumCoverageCuller::SortingStyle" ref="99be752bfd2f0f34c363ed7b4f8fd096" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a00567.html#99be752bfd2f0f34c363ed7b4f8fd096">vtkFrustumCoverageCuller::SortingStyle</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a05191.html#l00099">99</a> of file <a class="el" href="a05191.html">vtkFrustumCoverageCuller.h</a>.</p>

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