Sophie

Sophie

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

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/Filtering/vtkUniformGrid.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/Filtering/vtkUniformGrid.h</h1><a href="a02394.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: vtkUniformGrid.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="l00022"></a>00022 <span class="preprocessor">#ifndef __vtkUniformGrid_h</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="preprocessor">#define __vtkUniformGrid_h</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="a02277.html">vtkImageData.h</a>"</span>
<a name="l00026"></a>00026 
<a name="l00027"></a>00027 <span class="keyword">class </span><a class="code" href="a00458.html" title="an empty cell used as a place-holder during processing">vtkEmptyCell</a>;
<a name="l00028"></a>00028 <span class="keyword">class </span><a class="code" href="a01644.html" title="helper object to manage the visibility of points and cells">vtkStructuredVisibilityConstraint</a>;
<a name="l00029"></a>00029 <span class="keyword">class </span><a class="code" href="a01784.html" title="dynamic, self-adjusting array of unsigned char">vtkUnsignedCharArray</a>;
<a name="l00030"></a>00030 <span class="keyword">class </span><a class="code" href="a00104.html" title="Encloses a rectangular region of voxel like cells.">vtkAMRBox</a>;
<a name="l00031"></a>00031 
<a name="l00032"></a><a class="code" href="a01778.html">00032</a> <span class="keyword">class </span><a class="code" href="a02170.html#95ced7977a6b6b1bf9f38bf04e3835b6">VTK_FILTERING_EXPORT</a> <a class="code" href="a01778.html" title="image data with blanking">vtkUniformGrid</a> : <span class="keyword">public</span> <a class="code" href="a00751.html" title="topologically and geometrically regular array of data">vtkImageData</a>
<a name="l00033"></a>00033 {
<a name="l00034"></a>00034 <span class="keyword">public</span>:
<a name="l00036"></a>00036 
<a name="l00037"></a>00037   <span class="keyword">static</span> <a class="code" href="a01778.html" title="image data with blanking">vtkUniformGrid</a> *<a class="code" href="a00751.html#5aeaf571945e737e6af4ecd7e9bae153">New</a>();
<a name="l00038"></a><a class="code" href="a01778.html#0ac0ed88ef2ebeb1bacb58118d2a2a2b">00038</a>   vtkTypeRevisionMacro(<a class="code" href="a01778.html" title="image data with blanking">vtkUniformGrid</a>,<a class="code" href="a00751.html" title="topologically and geometrically regular array of data">vtkImageData</a>);
<a name="l00039"></a>00039   <span class="keywordtype">void</span> <a class="code" href="a00751.html#2debe03e79f7ab18ccafc2c54d88c747">PrintSelf</a>(ostream&amp; os, <a class="code" href="a00869.html" title="a simple class to control print indentation">vtkIndent</a> indent);
<a name="l00041"></a>00041 
<a name="l00044"></a>00044   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a00751.html#f22e51bf7dcfb228c9dc54629ba634e3">CopyStructure</a>(<a class="code" href="a00374.html" title="abstract class to specify dataset behavior">vtkDataSet</a> *ds);
<a name="l00045"></a>00045 
<a name="l00047"></a><a class="code" href="a01778.html#ee405b5379c3f2330ee741041a40a675">00047</a>   <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="a00751.html#22678cd60065b7502e84b27aed179583">GetDataObjectType</a>() {<span class="keywordflow">return</span> <a class="code" href="a02149.html#13de3d63357dee1a7eec011ce9bb3bd3">VTK_UNIFORM_GRID</a>;};
<a name="l00048"></a>00048 
<a name="l00050"></a>00050 
<a name="l00051"></a>00051   <span class="keyword">virtual</span> <a class="code" href="a00240.html" title="abstract class to specify cell behavior">vtkCell</a> *<a class="code" href="a00751.html#b8bb3972c844d443a0c87940dd0d4c4c">GetCell</a>(<a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> cellId);
<a name="l00052"></a>00052   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a00751.html#b8bb3972c844d443a0c87940dd0d4c4c">GetCell</a>(<a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> cellId, <a class="code" href="a00582.html" title="provides thread-safe access to cells">vtkGenericCell</a> *cell);
<a name="l00053"></a>00053   <span class="keyword">virtual</span> <a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> <a class="code" href="a00751.html#649a10235c8fdf88b110cb763149cabd">FindCell</a>(
<a name="l00054"></a>00054     <span class="keywordtype">double</span> x[3], <a class="code" href="a00240.html" title="abstract class to specify cell behavior">vtkCell</a> *cell, <a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> cellId, <span class="keywordtype">double</span> tol2,
<a name="l00055"></a>00055     <span class="keywordtype">int</span>&amp; subId, <span class="keywordtype">double</span> pcoords[3], <span class="keywordtype">double</span> *weights);
<a name="l00056"></a>00056   <span class="keyword">virtual</span> <a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> <a class="code" href="a00751.html#649a10235c8fdf88b110cb763149cabd">FindCell</a>(
<a name="l00057"></a>00057     <span class="keywordtype">double</span> x[3], <a class="code" href="a00240.html" title="abstract class to specify cell behavior">vtkCell</a> *cell, <a class="code" href="a00582.html" title="provides thread-safe access to cells">vtkGenericCell</a> *gencell,
<a name="l00058"></a>00058     <a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> cellId, <span class="keywordtype">double</span> tol2, <span class="keywordtype">int</span>&amp; subId,
<a name="l00059"></a>00059     <span class="keywordtype">double</span> pcoords[3], <span class="keywordtype">double</span> *weights);
<a name="l00060"></a>00060   <span class="keyword">virtual</span> <a class="code" href="a00240.html" title="abstract class to specify cell behavior">vtkCell</a> *<a class="code" href="a00751.html#dca79b89c3b428725e8161cac0b530a8">FindAndGetCell</a>(
<a name="l00061"></a>00061     <span class="keywordtype">double</span> x[3], <a class="code" href="a00240.html" title="abstract class to specify cell behavior">vtkCell</a> *cell, <a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> cellId,
<a name="l00062"></a>00062     <span class="keywordtype">double</span> tol2, <span class="keywordtype">int</span>&amp; subId, <span class="keywordtype">double</span> pcoords[3],
<a name="l00063"></a>00063     <span class="keywordtype">double</span> *weights);
<a name="l00064"></a>00064   <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="a00751.html#605157335d03f87b58b38f47165b4d81">GetCellType</a>(<a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> cellId);
<a name="l00065"></a><a class="code" href="a01778.html#22bf8c713ea798b376fc5cef1eddec03">00065</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a00751.html#d8c7c208cf20fee20073efd42cde1e55">GetCellPoints</a>(<a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> cellId, <a class="code" href="a00720.html" title="list of point or cell ids">vtkIdList</a> *ptIds)
<a name="l00066"></a>00066     {<a class="code" href="a01624.html#4e76a1d37c32ac11b92bb0fb6ffcb862">vtkStructuredData::GetCellPoints</a>(cellId,ptIds,this-&gt;DataDescription,
<a name="l00067"></a>00067                                       this-&gt;<a class="code" href="a00751.html#7143c913830739826339d29b306fd8dd">GetDimensions</a>());}
<a name="l00068"></a><a class="code" href="a01778.html#f1b64cb1572ee73735cc56d2d008f713">00068</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a00751.html#d88fd01fedd30cdde38650c60fb2224e">GetPointCells</a>(<a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> ptId, <a class="code" href="a00720.html" title="list of point or cell ids">vtkIdList</a> *cellIds)
<a name="l00069"></a>00069     {<a class="code" href="a01624.html#d2b062274df45ed1263b54257ee0f9c9">vtkStructuredData::GetPointCells</a>(ptId,cellIds,this-&gt;<a class="code" href="a00751.html#7143c913830739826339d29b306fd8dd">GetDimensions</a>());}
<a name="l00070"></a>00070   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a00751.html#a889e04c47a52c4f18d0aba19a1cd955">Initialize</a>();
<a name="l00071"></a><a class="code" href="a01778.html#d1ec4290419e1d0f8f7561301996e35a">00071</a>   <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="a00751.html#c21780c483e6cfab11992e4fd705889a">GetMaxCellSize</a>() {<span class="keywordflow">return</span> 8;}; <span class="comment">//voxel is the largest</span>
<a name="l00073"></a>00073 <span class="comment"></span>
<a name="l00074"></a>00074   <span class="comment">//BTX</span>
<a name="l00076"></a>00076 <span class="comment"></span>
<a name="l00080"></a>00080   <span class="keywordtype">int</span> <a class="code" href="a00751.html#a889e04c47a52c4f18d0aba19a1cd955">Initialize</a>(<span class="keyword">const</span> <a class="code" href="a00104.html" title="Encloses a rectangular region of voxel like cells.">vtkAMRBox</a> *def);
<a name="l00081"></a>00081   <span class="comment">// Description:</span>
<a name="l00082"></a>00082   <span class="comment">// Initialize from the definition in the given box, with ghost cell</span>
<a name="l00083"></a>00083   <span class="comment">// arrays nGhosts cells thick in all directions. The box is expetced</span>
<a name="l00084"></a>00084   <span class="comment">// to be 3D, if you have 2D data the set the third dimensions 0.</span>
<a name="l00085"></a>00085   <span class="comment">// eg. (X,X,0)(X,X,0)</span>
<a name="l00086"></a>00086   <span class="comment">// Returns 0 if the initialization failed.</span>
<a name="l00087"></a>00087   <span class="keywordtype">int</span> <a class="code" href="a00751.html#a889e04c47a52c4f18d0aba19a1cd955">Initialize</a>(<span class="keyword">const</span> <a class="code" href="a00104.html" title="Encloses a rectangular region of voxel like cells.">vtkAMRBox</a> *def, <span class="keywordtype">int</span> nGhosts);
<a name="l00088"></a>00088   <span class="comment">// Description:</span>
<a name="l00089"></a>00089   <span class="comment">// Initialize from the definition in the given box, with ghost cell </span>
<a name="l00090"></a>00090   <span class="comment">// arrays of the thickness given in each direction by "nGhosts" array.</span>
<a name="l00091"></a>00091   <span class="comment">// The box and ghost array are expected to be 3D, if you have 2D data </span>
<a name="l00092"></a>00092   <span class="comment">// the set the third dimensions 0. eg. (X,X,0)(X,X,0)</span>
<a name="l00093"></a>00093   <span class="comment">// Returns 0 if the initialization failed.</span>
<a name="l00094"></a>00094   <span class="keywordtype">int</span> <a class="code" href="a00751.html#a889e04c47a52c4f18d0aba19a1cd955">Initialize</a>(<span class="keyword">const</span> <a class="code" href="a00104.html" title="Encloses a rectangular region of voxel like cells.">vtkAMRBox</a> *def, <span class="keyword">const</span> <span class="keywordtype">int</span> nGhosts[3]);
<a name="l00095"></a>00095   <span class="comment">// Description:</span>
<a name="l00096"></a>00096   <span class="comment">// Construct a uniform grid, from the definition in the given box</span>
<a name="l00097"></a>00097   <span class="comment">// "def", with ghost cell arrays of the thickness given in each </span>
<a name="l00098"></a>00098   <span class="comment">// direction by "nGhosts*". The box and ghost array are expected</span>
<a name="l00099"></a>00099   <span class="comment">// to be 3D, if you have 2D data the set the third dimensions 0. eg.</span>
<a name="l00100"></a>00100   <span class="comment">// (X,X,0)(X,X,0)</span>
<a name="l00101"></a>00101   <span class="comment">// Returns 0 if the initialization failed.</span>
<a name="l00102"></a>00102   <span class="keywordtype">int</span> <a class="code" href="a00751.html#a889e04c47a52c4f18d0aba19a1cd955">Initialize</a>(<span class="keyword">const</span> <a class="code" href="a00104.html" title="Encloses a rectangular region of voxel like cells.">vtkAMRBox</a> *def,<span class="keywordtype">int</span> nGhostsI,<span class="keywordtype">int</span> nGhostsJ,<span class="keywordtype">int</span> nGhostsK);
<a name="l00103"></a>00103   <span class="comment">//ETX</span>
<a name="l00105"></a>00105 <span class="comment"></span>
<a name="l00107"></a>00107 
<a name="l00108"></a>00108   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a00751.html#bc8ac4da42b406512a4757bf33168928">ShallowCopy</a>(<a class="code" href="a00362.html" title="general representation of visualization data">vtkDataObject</a> *src);
<a name="l00109"></a>00109   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a00751.html#ef93bfef8c5f7c23bcf622d83d64d3bb">DeepCopy</a>(<a class="code" href="a00362.html" title="general representation of visualization data">vtkDataObject</a> *src);
<a name="l00111"></a>00111 
<a name="l00113"></a>00113 
<a name="l00117"></a>00117   <span class="keyword">virtual</span> <span class="keywordtype">void</span> BlankPoint(<a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> ptId);
<a name="l00118"></a>00118   <span class="keyword">virtual</span> <span class="keywordtype">void</span> UnBlankPoint(<a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> ptId);
<a name="l00120"></a>00120 
<a name="l00122"></a>00122 
<a name="l00125"></a>00125   <span class="keyword">virtual</span> <span class="keywordtype">void</span> BlankCell(<a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> ptId);
<a name="l00126"></a>00126   <span class="keyword">virtual</span> <span class="keywordtype">void</span> UnBlankCell(<a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> ptId);
<a name="l00128"></a>00128 
<a name="l00130"></a>00130   <span class="keyword">virtual</span> <a class="code" href="a01784.html" title="dynamic, self-adjusting array of unsigned char">vtkUnsignedCharArray</a> *GetPointVisibilityArray();
<a name="l00131"></a>00131 
<a name="l00135"></a>00135   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetPointVisibilityArray(<a class="code" href="a01784.html" title="dynamic, self-adjusting array of unsigned char">vtkUnsignedCharArray</a> *pointVisibility);
<a name="l00136"></a>00136 
<a name="l00138"></a>00138   <span class="keyword">virtual</span> <a class="code" href="a01784.html" title="dynamic, self-adjusting array of unsigned char">vtkUnsignedCharArray</a> *GetCellVisibilityArray();
<a name="l00139"></a>00139 
<a name="l00143"></a>00143   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetCellVisibilityArray(<a class="code" href="a01784.html" title="dynamic, self-adjusting array of unsigned char">vtkUnsignedCharArray</a> *pointVisibility);
<a name="l00144"></a>00144 
<a name="l00147"></a>00147   <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> IsPointVisible(<a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> ptId);
<a name="l00148"></a>00148 
<a name="l00151"></a>00151   <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> IsCellVisible(<a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> cellId);
<a name="l00152"></a>00152 
<a name="l00155"></a>00155   <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> GetPointBlanking();
<a name="l00156"></a>00156 
<a name="l00159"></a>00159   <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> GetCellBlanking();
<a name="l00160"></a>00160 
<a name="l00161"></a>00161   <span class="keyword">virtual</span> <a class="code" href="a00751.html" title="topologically and geometrically regular array of data">vtkImageData</a>* NewImageDataCopy();
<a name="l00162"></a>00162 
<a name="l00163"></a>00163   <span class="comment">//BTX</span>
<a name="l00165"></a>00165 <span class="comment"></span>
<a name="l00166"></a>00166   <span class="keyword">static</span> <a class="code" href="a01778.html" title="image data with blanking">vtkUniformGrid</a>* <a class="code" href="a00751.html#3d81d73c8b41dd6826d523a55244514f">GetData</a>(<a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a>* <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d21023da246d4a744e861548382bb79fad81">info</a>);
<a name="l00167"></a>00167   <span class="keyword">static</span> <a class="code" href="a01778.html" title="image data with blanking">vtkUniformGrid</a>* <a class="code" href="a00751.html#3d81d73c8b41dd6826d523a55244514f">GetData</a>(<a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>* v, <span class="keywordtype">int</span> i=0);
<a name="l00168"></a>00168   <span class="comment">//ETX</span>
<a name="l00170"></a>00170 <span class="comment"></span>
<a name="l00171"></a>00171 <span class="keyword">protected</span>:
<a name="l00172"></a>00172   <a class="code" href="a01778.html" title="image data with blanking">vtkUniformGrid</a>();
<a name="l00173"></a>00173   ~<a class="code" href="a01778.html" title="image data with blanking">vtkUniformGrid</a>();
<a name="l00174"></a>00174   
<a name="l00176"></a>00176   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a00374.html#90306800a743bfd8cd972ecc2b8bbffe">ComputeScalarRange</a>();
<a name="l00177"></a>00177   
<a name="l00178"></a><a class="code" href="a01778.html#0c99debec5619890d126ef2fa6231e90">00178</a>   <a class="code" href="a01644.html" title="helper object to manage the visibility of points and cells">vtkStructuredVisibilityConstraint</a>* PointVisibility;
<a name="l00179"></a>00179 
<a name="l00180"></a>00180   <span class="keywordtype">void</span> SetPointVisibility(<a class="code" href="a01644.html" title="helper object to manage the visibility of points and cells">vtkStructuredVisibilityConstraint</a> *pointVisibility);
<a name="l00181"></a><a class="code" href="a01778.html#65de0f450eba766935ab5e4c657d07fa">00181</a>   vtkGetObjectMacro(PointVisibility, <a class="code" href="a01644.html" title="helper object to manage the visibility of points and cells">vtkStructuredVisibilityConstraint</a>);
<a name="l00182"></a>00182 
<a name="l00183"></a>00183   <a class="code" href="a01644.html" title="helper object to manage the visibility of points and cells">vtkStructuredVisibilityConstraint</a>* CellVisibility;
<a name="l00184"></a>00184 
<a name="l00185"></a>00185   <span class="keywordtype">void</span> SetCellVisibility(<a class="code" href="a01644.html" title="helper object to manage the visibility of points and cells">vtkStructuredVisibilityConstraint</a> *cellVisibility);
<a name="l00186"></a><a class="code" href="a01778.html#624629805b80a4025d6079f4cd73ccec">00186</a>   vtkGetObjectMacro(CellVisibility, <a class="code" href="a01644.html" title="helper object to manage the visibility of points and cells">vtkStructuredVisibilityConstraint</a>);
<a name="l00187"></a>00187 
<a name="l00188"></a>00188   <a class="code" href="a00458.html" title="an empty cell used as a place-holder during processing">vtkEmptyCell</a> *EmptyCell;
<a name="l00189"></a>00189 
<a name="l00190"></a>00190 <span class="keyword">private</span>:
<a name="l00191"></a>00191   <a class="code" href="a01778.html" title="image data with blanking">vtkUniformGrid</a>(<span class="keyword">const</span> <a class="code" href="a01778.html" title="image data with blanking">vtkUniformGrid</a>&amp;);  <span class="comment">// Not implemented.</span>
<a name="l00192"></a>00192   <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="a01778.html" title="image data with blanking">vtkUniformGrid</a>&amp;);  <span class="comment">// Not implemented.</span>
<a name="l00193"></a>00193 };
<a name="l00194"></a>00194 
<a name="l00195"></a>00195 
<a name="l00196"></a>00196 <span class="preprocessor">#endif</span>
<a name="l00197"></a>00197 <span class="preprocessor"></span>
<a name="l00198"></a>00198 
<a name="l00199"></a>00199 
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 18:35:18 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>