Sophie

Sophie

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

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: dox/Rendering/vtkLODProp3D.h Source File</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><a href="classes.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
<h1>dox/Rendering/vtkLODProp3D.h</h1><a href="a03457.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*=========================================================================</span>
<a name="l00002"></a>00002 <span class="comment"></span>
<a name="l00003"></a>00003 <span class="comment">  Program:   Visualization Toolkit</span>
<a name="l00004"></a>00004 <span class="comment">  Module:    $RCSfile: vtkLODProp3D.h,v $</span>
<a name="l00005"></a>00005 <span class="comment"></span>
<a name="l00006"></a>00006 <span class="comment">  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen</span>
<a name="l00007"></a>00007 <span class="comment">  All rights reserved.</span>
<a name="l00008"></a>00008 <span class="comment">  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.</span>
<a name="l00009"></a>00009 <span class="comment"></span>
<a name="l00010"></a>00010 <span class="comment">     This software is distributed WITHOUT ANY WARRANTY; without even</span>
<a name="l00011"></a>00011 <span class="comment">     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR</span>
<a name="l00012"></a>00012 <span class="comment">     PURPOSE.  See the above copyright notice for more information.</span>
<a name="l00013"></a>00013 <span class="comment"></span>
<a name="l00014"></a>00014 <span class="comment">=========================================================================*/</span>
<a name="l00035"></a>00035 <span class="preprocessor">#ifndef __vtkLODProp3D_h</span>
<a name="l00036"></a>00036 <span class="preprocessor"></span><span class="preprocessor">#define __vtkLODProp3D_h</span>
<a name="l00037"></a>00037 <span class="preprocessor"></span>
<a name="l00038"></a>00038 <span class="preprocessor">#include "<a class="code" href="a03522.html">vtkProp3D.h</a>"</span>
<a name="l00039"></a>00039 
<a name="l00040"></a>00040 <span class="keyword">class </span><a class="code" href="a01480.html" title="abstract specification for renderers">vtkRenderer</a>;
<a name="l00041"></a>00041 <span class="keyword">class </span><a class="code" href="a00984.html" title="abstract class specifies interface to map data to graphics primitives">vtkMapper</a>;
<a name="l00042"></a>00042 <span class="keyword">class </span><a class="code" href="a00090.html" title="Abstract class for a volume mapper.">vtkAbstractVolumeMapper</a>;
<a name="l00043"></a>00043 <span class="keyword">class </span><a class="code" href="a00084.html" title="abstract class specifies interface to map 3D data">vtkAbstractMapper3D</a>;
<a name="l00044"></a>00044 <span class="keyword">class </span><a class="code" href="a01322.html" title="represent surface properties of a geometric object">vtkProperty</a>;
<a name="l00045"></a>00045 <span class="keyword">class </span><a class="code" href="a01844.html" title="represents the common properties for rendering a volume.">vtkVolumeProperty</a>;
<a name="l00046"></a>00046 <span class="keyword">class </span><a class="code" href="a01695.html" title="handles properties associated with a texture map">vtkTexture</a>;
<a name="l00047"></a>00047 <span class="keyword">class </span>vtkLODProp3DCallback;
<a name="l00048"></a>00048 
<a name="l00049"></a><a class="code" href="a00974.html">00049</a> <span class="keyword">typedef</span> <span class="keyword">struct</span>
<a name="l00050"></a>00050 {
<a name="l00051"></a><a class="code" href="a00974.html#071fac0608a4b8f1d1d06a1510555373">00051</a>   <a class="code" href="a01318.html" title="represents an 3D object for placement in a rendered scene">vtkProp3D</a>   *Prop3D;
<a name="l00052"></a><a class="code" href="a00974.html#111244439f0f48c4cde644a9b4372dc9">00052</a>   <span class="keywordtype">int</span>         Prop3DType;
<a name="l00053"></a><a class="code" href="a00974.html#d48a1ec2f86ab20b5895eff9593f33ea">00053</a>   <span class="keywordtype">int</span>         ID;
<a name="l00054"></a><a class="code" href="a00974.html#dd0082e486f5afe05a70819c5582d916">00054</a>   <span class="keywordtype">double</span>       EstimatedTime;
<a name="l00055"></a><a class="code" href="a00974.html#9da41ffaa5c2d662bc4e661b063d0982">00055</a>   <span class="keywordtype">int</span>         State;
<a name="l00056"></a><a class="code" href="a00974.html#e30d856dc17683dae40a142ef288e1a2">00056</a>   <span class="keywordtype">double</span>       Level;
<a name="l00057"></a>00057 } <a class="code" href="a00974.html">vtkLODProp3DEntry</a>;
<a name="l00058"></a>00058 
<a name="l00059"></a><a class="code" href="a00973.html">00059</a> <span class="keyword">class </span><a class="code" href="a02170.html#4019f67b2e7d601f2cf984e448308dbb">VTK_RENDERING_EXPORT</a> <a class="code" href="a00973.html" title="level of detail 3D prop">vtkLODProp3D</a> : <span class="keyword">public</span> <a class="code" href="a01318.html" title="represents an 3D object for placement in a rendered scene">vtkProp3D</a>
<a name="l00060"></a>00060 {
<a name="l00061"></a>00061 <span class="keyword">public</span>:
<a name="l00063"></a>00063   <span class="keyword">static</span> <a class="code" href="a00973.html" title="level of detail 3D prop">vtkLODProp3D</a> *<a class="code" href="a01084.html#4d5b227267c076d6f9e38483370b6612">New</a>();
<a name="l00064"></a>00064 
<a name="l00065"></a><a class="code" href="a00973.html#8e38c0e4cb6a80f5012b4c6ad1338bfc">00065</a>   vtkTypeRevisionMacro(<a class="code" href="a00973.html" title="level of detail 3D prop">vtkLODProp3D</a>,<a class="code" href="a01318.html" title="represents an 3D object for placement in a rendered scene">vtkProp3D</a>);
<a name="l00066"></a>00066   <span class="keywordtype">void</span> <a class="code" href="a01318.html#fc4c78b78843229db37631fdb24481f9">PrintSelf</a>(ostream&amp; os, <a class="code" href="a00869.html" title="a simple class to control print indentation">vtkIndent</a> indent);
<a name="l00067"></a>00067 
<a name="l00069"></a>00069 
<a name="l00070"></a>00070   <span class="keywordtype">double</span> *<a class="code" href="a01318.html#ac58a1c4708c1e130f65f2330ab31fb6">GetBounds</a>();
<a name="l00071"></a><a class="code" href="a00973.html#a1cd49f2a00ee527e52e89653d09d452">00071</a>   <span class="keywordtype">void</span> <a class="code" href="a01318.html#ac58a1c4708c1e130f65f2330ab31fb6">GetBounds</a>(<span class="keywordtype">double</span> bounds[6]) { this-&gt;<a class="code" href="a01318.html#ac58a1c4708c1e130f65f2330ab31fb6">vtkProp3D::GetBounds</a>( bounds ); };
<a name="l00073"></a>00073 
<a name="l00075"></a>00075 
<a name="l00082"></a>00082   <span class="keywordtype">int</span> AddLOD( <a class="code" href="a00984.html" title="abstract class specifies interface to map data to graphics primitives">vtkMapper</a> *m, <a class="code" href="a01322.html" title="represent surface properties of a geometric object">vtkProperty</a> *p, <a class="code" href="a01322.html" title="represent surface properties of a geometric object">vtkProperty</a> *back, 
<a name="l00083"></a>00083               <a class="code" href="a01695.html" title="handles properties associated with a texture map">vtkTexture</a> *t, <span class="keywordtype">double</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2107b83992a2109ab18b82ba0228887498e">time</a> );
<a name="l00084"></a>00084   <span class="keywordtype">int</span> AddLOD( <a class="code" href="a00984.html" title="abstract class specifies interface to map data to graphics primitives">vtkMapper</a> *m, <a class="code" href="a01322.html" title="represent surface properties of a geometric object">vtkProperty</a> *p, <a class="code" href="a01695.html" title="handles properties associated with a texture map">vtkTexture</a> *t, <span class="keywordtype">double</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2107b83992a2109ab18b82ba0228887498e">time</a> );
<a name="l00085"></a>00085   <span class="keywordtype">int</span> AddLOD( <a class="code" href="a00984.html" title="abstract class specifies interface to map data to graphics primitives">vtkMapper</a> *m, <a class="code" href="a01322.html" title="represent surface properties of a geometric object">vtkProperty</a> *p, <a class="code" href="a01322.html" title="represent surface properties of a geometric object">vtkProperty</a> *back, <span class="keywordtype">double</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2107b83992a2109ab18b82ba0228887498e">time</a> );
<a name="l00086"></a>00086   <span class="keywordtype">int</span> AddLOD( <a class="code" href="a00984.html" title="abstract class specifies interface to map data to graphics primitives">vtkMapper</a> *m, <a class="code" href="a01322.html" title="represent surface properties of a geometric object">vtkProperty</a> *p, <span class="keywordtype">double</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2107b83992a2109ab18b82ba0228887498e">time</a> );
<a name="l00087"></a>00087   <span class="keywordtype">int</span> AddLOD( <a class="code" href="a00984.html" title="abstract class specifies interface to map data to graphics primitives">vtkMapper</a> *m, <a class="code" href="a01695.html" title="handles properties associated with a texture map">vtkTexture</a> *t, <span class="keywordtype">double</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2107b83992a2109ab18b82ba0228887498e">time</a> );
<a name="l00088"></a>00088   <span class="keywordtype">int</span> AddLOD( <a class="code" href="a00984.html" title="abstract class specifies interface to map data to graphics primitives">vtkMapper</a> *m, <span class="keywordtype">double</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2107b83992a2109ab18b82ba0228887498e">time</a> );
<a name="l00089"></a>00089   <span class="keywordtype">int</span> AddLOD( <a class="code" href="a00090.html" title="Abstract class for a volume mapper.">vtkAbstractVolumeMapper</a> *m, <a class="code" href="a01844.html" title="represents the common properties for rendering a volume.">vtkVolumeProperty</a> *p, <span class="keywordtype">double</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2107b83992a2109ab18b82ba0228887498e">time</a> );
<a name="l00090"></a>00090   <span class="keywordtype">int</span> AddLOD( <a class="code" href="a00090.html" title="Abstract class for a volume mapper.">vtkAbstractVolumeMapper</a> *m, <span class="keywordtype">double</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2107b83992a2109ab18b82ba0228887498e">time</a> );
<a name="l00092"></a>00092 
<a name="l00094"></a>00094 
<a name="l00095"></a>00095   vtkGetMacro(NumberOfLODs, <span class="keywordtype">int</span>);
<a name="l00097"></a>00097  
<a name="l00099"></a>00099 
<a name="l00103"></a>00103   vtkGetMacro(CurrentIndex, <span class="keywordtype">int</span>);
<a name="l00105"></a>00105 
<a name="l00108"></a>00108   <span class="keywordtype">void</span> RemoveLOD( <span class="keywordtype">int</span> <span class="keywordtype">id</span> );
<a name="l00109"></a>00109 
<a name="l00111"></a>00111 
<a name="l00115"></a>00115   <span class="keywordtype">void</span> SetLODProperty( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, <a class="code" href="a01322.html" title="represent surface properties of a geometric object">vtkProperty</a>  *p );
<a name="l00116"></a>00116   <span class="keywordtype">void</span> GetLODProperty( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, <a class="code" href="a01322.html" title="represent surface properties of a geometric object">vtkProperty</a>  **p );
<a name="l00117"></a>00117   <span class="keywordtype">void</span> SetLODProperty( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, <a class="code" href="a01844.html" title="represents the common properties for rendering a volume.">vtkVolumeProperty</a>  *p );
<a name="l00118"></a>00118   <span class="keywordtype">void</span> GetLODProperty( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, <a class="code" href="a01844.html" title="represents the common properties for rendering a volume.">vtkVolumeProperty</a>  **p );
<a name="l00120"></a>00120 
<a name="l00122"></a>00122 
<a name="l00126"></a>00126   <span class="keywordtype">void</span> SetLODMapper( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, <a class="code" href="a00984.html" title="abstract class specifies interface to map data to graphics primitives">vtkMapper</a>  *m );
<a name="l00127"></a>00127   <span class="keywordtype">void</span> GetLODMapper( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, <a class="code" href="a00984.html" title="abstract class specifies interface to map data to graphics primitives">vtkMapper</a>  **m );
<a name="l00128"></a>00128   <span class="keywordtype">void</span> SetLODMapper( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, <a class="code" href="a00090.html" title="Abstract class for a volume mapper.">vtkAbstractVolumeMapper</a>  *m );
<a name="l00129"></a>00129   <span class="keywordtype">void</span> GetLODMapper( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, <a class="code" href="a00090.html" title="Abstract class for a volume mapper.">vtkAbstractVolumeMapper</a>  **m );
<a name="l00131"></a>00131 
<a name="l00135"></a>00135   <a class="code" href="a00084.html" title="abstract class specifies interface to map 3D data">vtkAbstractMapper3D</a> *GetLODMapper(<span class="keywordtype">int</span> <span class="keywordtype">id</span>);
<a name="l00136"></a>00136 
<a name="l00138"></a>00138 
<a name="l00140"></a>00140   <span class="keywordtype">void</span> SetLODBackfaceProperty( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, <a class="code" href="a01322.html" title="represent surface properties of a geometric object">vtkProperty</a> *t );
<a name="l00141"></a>00141   <span class="keywordtype">void</span> GetLODBackfaceProperty( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, <a class="code" href="a01322.html" title="represent surface properties of a geometric object">vtkProperty</a> **t );
<a name="l00143"></a>00143 
<a name="l00145"></a>00145 
<a name="l00147"></a>00147   <span class="keywordtype">void</span> SetLODTexture( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, <a class="code" href="a01695.html" title="handles properties associated with a texture map">vtkTexture</a> *t );
<a name="l00148"></a>00148   <span class="keywordtype">void</span> GetLODTexture( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, <a class="code" href="a01695.html" title="handles properties associated with a texture map">vtkTexture</a> **t );
<a name="l00150"></a>00150 
<a name="l00152"></a>00152 
<a name="l00155"></a>00155   <span class="keywordtype">void</span> EnableLOD( <span class="keywordtype">int</span> <span class="keywordtype">id</span> );
<a name="l00156"></a>00156   <span class="keywordtype">void</span> DisableLOD( <span class="keywordtype">int</span> <span class="keywordtype">id</span> );
<a name="l00157"></a>00157   <span class="keywordtype">int</span> IsLODEnabled( <span class="keywordtype">int</span> <span class="keywordtype">id</span> );
<a name="l00159"></a>00159 
<a name="l00161"></a>00161 
<a name="l00166"></a>00166   <span class="keywordtype">void</span> SetLODLevel( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, <span class="keywordtype">double</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2103f20abad13593a5879a08c3e64355835">level</a> );
<a name="l00167"></a>00167   <span class="keywordtype">double</span> GetLODLevel( <span class="keywordtype">int</span> <span class="keywordtype">id</span> );
<a name="l00168"></a>00168   <span class="keywordtype">double</span> GetLODIndexLevel( <span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210e519c5019582479480124c44722a451f">index</a> );
<a name="l00170"></a>00170 
<a name="l00172"></a>00172 
<a name="l00175"></a>00175   <span class="keywordtype">double</span> GetLODEstimatedRenderTime( <span class="keywordtype">int</span> <span class="keywordtype">id</span> );
<a name="l00176"></a>00176   <span class="keywordtype">double</span> GetLODIndexEstimatedRenderTime( <span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210e519c5019582479480124c44722a451f">index</a> );
<a name="l00178"></a>00178 
<a name="l00180"></a>00180 
<a name="l00183"></a>00183   vtkSetClampMacro( AutomaticLODSelection, <span class="keywordtype">int</span>, 0, 1 );
<a name="l00184"></a>00184   vtkGetMacro( AutomaticLODSelection, <span class="keywordtype">int</span> );
<a name="l00185"></a>00185   vtkBooleanMacro( AutomaticLODSelection, <span class="keywordtype">int</span> );
<a name="l00187"></a>00187 
<a name="l00189"></a>00189 
<a name="l00191"></a>00191   vtkSetMacro( SelectedLODID, <span class="keywordtype">int</span> );
<a name="l00192"></a>00192   vtkGetMacro( SelectedLODID, <span class="keywordtype">int</span> );
<a name="l00194"></a>00194 
<a name="l00197"></a>00197   <span class="keywordtype">int</span> GetLastRenderedLODID();
<a name="l00198"></a>00198 
<a name="l00200"></a>00200   <span class="keywordtype">int</span> GetPickLODID(<span class="keywordtype">void</span>);
<a name="l00201"></a>00201 
<a name="l00203"></a>00203 
<a name="l00206"></a>00206   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a01317.html#d4cbf8fa634a622b9e1419d897a4bd7f">GetActors</a>(<a class="code" href="a01321.html" title="a list of Props">vtkPropCollection</a> *);
<a name="l00207"></a>00207   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a01317.html#d8504a3b3d437b0fba4cb3ada9110604">GetVolumes</a>(<a class="code" href="a01321.html" title="a list of Props">vtkPropCollection</a> *);
<a name="l00209"></a>00209   
<a name="l00211"></a>00211 
<a name="l00213"></a>00213   <span class="keywordtype">void</span> SetSelectedPickLODID(<span class="keywordtype">int</span> <span class="keywordtype">id</span>);
<a name="l00214"></a>00214   vtkGetMacro( SelectedPickLODID, <span class="keywordtype">int</span> );
<a name="l00216"></a>00216 
<a name="l00218"></a>00218 
<a name="l00221"></a>00221   vtkSetClampMacro( AutomaticPickLODSelection, <span class="keywordtype">int</span>, 0, 1 );
<a name="l00222"></a>00222   vtkGetMacro( AutomaticPickLODSelection, <span class="keywordtype">int</span> );
<a name="l00223"></a>00223   vtkBooleanMacro( AutomaticPickLODSelection, <span class="keywordtype">int</span> );
<a name="l00225"></a>00225 
<a name="l00227"></a>00227   <span class="keywordtype">void</span> <a class="code" href="a01318.html#6a5879b988966e8e357f76622ef2e59e">ShallowCopy</a>(<a class="code" href="a01317.html" title="abstract superclass for all actors, volumes and annotations">vtkProp</a> *prop);
<a name="l00228"></a>00228 
<a name="l00229"></a>00229 <span class="comment">//BTX</span>
<a name="l00230"></a>00230 
<a name="l00232"></a>00232 
<a name="l00233"></a>00233   <span class="keywordtype">int</span> <a class="code" href="a01317.html#4d7c8be45744400fba096728ce81f33a">RenderOpaqueGeometry</a>(<a class="code" href="a01833.html" title="abstract specification for Viewports">vtkViewport</a> *viewport);
<a name="l00234"></a>00234   <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="a01317.html#cf64ca8da81629df108f095c6535548e">RenderTranslucentPolygonalGeometry</a>( <a class="code" href="a01833.html" title="abstract specification for Viewports">vtkViewport</a> *ren);
<a name="l00235"></a>00235   <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="a01317.html#b7b90eeef384ac8072748f42d2c25ff2">RenderVolumetricGeometry</a>( <a class="code" href="a01833.html" title="abstract specification for Viewports">vtkViewport</a> *ren);
<a name="l00237"></a>00237   
<a name="l00239"></a>00239   <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="a01317.html#6e32af79f4756a287a61017b7c2f7364">HasTranslucentPolygonalGeometry</a>();
<a name="l00240"></a>00240   
<a name="l00244"></a>00244   <span class="keywordtype">void</span> <a class="code" href="a01317.html#f2034bece75524dfa42553396d208a22">ReleaseGraphicsResources</a>(<a class="code" href="a01886.html" title="window superclass for vtkRenderWindow">vtkWindow</a> *);
<a name="l00245"></a>00245 
<a name="l00249"></a>00249   <span class="keywordtype">void</span> <a class="code" href="a01317.html#cf7504aa9971ffc8eff32bbf0b2e3b10">SetAllocatedRenderTime</a>( <span class="keywordtype">double</span> t, <a class="code" href="a01833.html" title="abstract specification for Viewports">vtkViewport</a> *vp );
<a name="l00250"></a>00250 
<a name="l00255"></a>00255   <span class="keywordtype">void</span> <a class="code" href="a01317.html#f772e9bb9a7eba35a3f437a4e5613c13">RestoreEstimatedRenderTime</a>( );
<a name="l00256"></a>00256   
<a name="l00259"></a>00259   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a01317.html#63dda5b0c0113b068ce379cc3dc90c61">AddEstimatedRenderTime</a>( <span class="keywordtype">double</span> t, <a class="code" href="a01833.html" title="abstract specification for Viewports">vtkViewport</a> *vp );
<a name="l00260"></a>00260 
<a name="l00261"></a>00261 <span class="comment">//ETX</span>
<a name="l00262"></a>00262 
<a name="l00263"></a>00263 <span class="keyword">protected</span>:
<a name="l00264"></a>00264   <a class="code" href="a00973.html" title="level of detail 3D prop">vtkLODProp3D</a>();
<a name="l00265"></a>00265   ~<a class="code" href="a00973.html" title="level of detail 3D prop">vtkLODProp3D</a>();
<a name="l00266"></a>00266 
<a name="l00267"></a>00267   <span class="keywordtype">int</span> GetAutomaticPickPropIndex(<span class="keywordtype">void</span>);
<a name="l00268"></a>00268 
<a name="l00269"></a><a class="code" href="a00973.html#28d5a815c980be9cd081dd33440f7c98">00269</a>   <a class="code" href="a00974.html">vtkLODProp3DEntry</a> *LODs;
<a name="l00270"></a><a class="code" href="a00973.html#e84fbb8feac0b0a15ae1c91467d0e636">00270</a>   <span class="keywordtype">int</span>               NumberOfEntries;
<a name="l00271"></a><a class="code" href="a00973.html#768396a09bd27cd1ece101af998793ac">00271</a>   <span class="keywordtype">int</span>               NumberOfLODs;
<a name="l00272"></a><a class="code" href="a00973.html#daef1ba055d6143a503a09f7f9403716">00272</a>   <span class="keywordtype">int</span>               CurrentIndex;
<a name="l00273"></a>00273 
<a name="l00274"></a>00274   <span class="keywordtype">int</span>               GetNextEntryIndex();
<a name="l00275"></a>00275   <span class="keywordtype">int</span>               ConvertIDToIndex( <span class="keywordtype">int</span> <span class="keywordtype">id</span> );
<a name="l00276"></a><a class="code" href="a00973.html#6296fe33cb05f85439844b10cbd1c064">00276</a>   <span class="keywordtype">int</span>               SelectedLODIndex;
<a name="l00277"></a>00277 
<a name="l00278"></a><a class="code" href="a00973.html#e34796db3a3a956199edfeb6c7737c93">00278</a>   <span class="keywordtype">int</span>               AutomaticLODSelection;
<a name="l00279"></a><a class="code" href="a00973.html#96d36d4b663595b3cc6ca45a827a159d">00279</a>   <span class="keywordtype">int</span>               SelectedLODID;
<a name="l00280"></a><a class="code" href="a00973.html#48f8901b81e70eead6b6ba3410faa403">00280</a>   <span class="keywordtype">int</span>               SelectedPickLODID;
<a name="l00281"></a><a class="code" href="a00973.html#9b0459d362930caefe7f7d430bd20d6b">00281</a>   <span class="keywordtype">int</span>               AutomaticPickLODSelection;
<a name="l00282"></a><a class="code" href="a00973.html#54bf7c624d9b304707fa3454c38ba15a">00282</a>   vtkLODProp3DCallback *PickCallback;
<a name="l00283"></a>00283 
<a name="l00284"></a>00284 <span class="keyword">private</span>:
<a name="l00285"></a>00285   <a class="code" href="a00973.html" title="level of detail 3D prop">vtkLODProp3D</a>(<span class="keyword">const</span> <a class="code" href="a00973.html" title="level of detail 3D prop">vtkLODProp3D</a>&amp;);  <span class="comment">// Not implemented.</span>
<a name="l00286"></a>00286   <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="a00973.html" title="level of detail 3D prop">vtkLODProp3D</a>&amp;);  <span class="comment">// Not implemented.</span>
<a name="l00287"></a>00287 };
<a name="l00288"></a>00288 
<a name="l00289"></a>00289 <span class="preprocessor">#endif</span>
<a name="l00290"></a>00290 <span class="preprocessor"></span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 18:35:47 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>