Sophie

Sophie

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

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/IO/vtkImageReader2.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/IO/vtkImageReader2.h</h1><a href="a03136.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: vtkImageReader2.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="l00031"></a>00031 <span class="preprocessor">#ifndef __vtkImageReader2_h</span>
<a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#define __vtkImageReader2_h</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span>
<a name="l00034"></a>00034 <span class="preprocessor">#include "<a class="code" href="a02276.html">vtkImageAlgorithm.h</a>"</span>
<a name="l00035"></a>00035 
<a name="l00036"></a>00036 <span class="keyword">class </span><a class="code" href="a01619.html" title="Subclass of vtkAbstractArray that holds vtkStdStrings.">vtkStringArray</a>;
<a name="l00037"></a>00037 
<a name="l00038"></a><a class="code" href="a03136.html#99280a3ed395250e6a9198ac32bb5d49">00038</a> <span class="preprocessor">#define VTK_FILE_BYTE_ORDER_BIG_ENDIAN 0</span>
<a name="l00039"></a><a class="code" href="a03136.html#5d017e76bc7beb1d7df49b9d4e6e9a90">00039</a> <span class="preprocessor"></span><span class="preprocessor">#define VTK_FILE_BYTE_ORDER_LITTLE_ENDIAN 1</span>
<a name="l00040"></a>00040 <span class="preprocessor"></span>
<a name="l00041"></a><a class="code" href="a00815.html">00041</a> <span class="keyword">class </span><a class="code" href="a02170.html#aab695c81fb47ab75c91e111e17cbe2c">VTK_IO_EXPORT</a> <a class="code" href="a00815.html" title="Superclass of binary file readers.">vtkImageReader2</a> : <span class="keyword">public</span> <a class="code" href="a00727.html" title="Generic algorithm superclass for image algs.">vtkImageAlgorithm</a>
<a name="l00042"></a>00042 {
<a name="l00043"></a>00043 <span class="keyword">public</span>:
<a name="l00044"></a>00044   <span class="keyword">static</span> <a class="code" href="a00815.html" title="Superclass of binary file readers.">vtkImageReader2</a> *<a class="code" href="a00101.html#06d80d8d4aa1a4856135fa003845be82">New</a>();
<a name="l00045"></a><a class="code" href="a00815.html#d65e9b397e94b7d25b8534dee1b83d71">00045</a>   vtkTypeRevisionMacro(<a class="code" href="a00815.html" title="Superclass of binary file readers.">vtkImageReader2</a>,<a class="code" href="a00727.html" title="Generic algorithm superclass for image algs.">vtkImageAlgorithm</a>);
<a name="l00046"></a>00046   <span class="keywordtype">void</span> <a class="code" href="a00727.html#24f67bbfad1ac731eb64f5172cf30af3">PrintSelf</a>(ostream&amp; os, <a class="code" href="a00869.html" title="a simple class to control print indentation">vtkIndent</a> indent);   
<a name="l00047"></a>00047 
<a name="l00049"></a>00049 
<a name="l00051"></a>00051   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetFileName(<span class="keyword">const</span> <span class="keywordtype">char</span> *);
<a name="l00052"></a>00052   vtkGetStringMacro(FileName);
<a name="l00054"></a>00054 
<a name="l00056"></a>00056 
<a name="l00060"></a>00060   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetFileNames(<a class="code" href="a01619.html" title="Subclass of vtkAbstractArray that holds vtkStdStrings.">vtkStringArray</a> *);
<a name="l00061"></a>00061   vtkGetObjectMacro(FileNames, <a class="code" href="a01619.html" title="Subclass of vtkAbstractArray that holds vtkStdStrings.">vtkStringArray</a>);
<a name="l00063"></a>00063 
<a name="l00065"></a>00065 
<a name="l00069"></a>00069   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetFilePrefix(<span class="keyword">const</span> <span class="keywordtype">char</span> *);
<a name="l00070"></a>00070   vtkGetStringMacro(FilePrefix);
<a name="l00072"></a>00072 
<a name="l00074"></a>00074 
<a name="l00076"></a>00076   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetFilePattern(<span class="keyword">const</span> <span class="keywordtype">char</span> *);
<a name="l00077"></a>00077   vtkGetStringMacro(FilePattern);
<a name="l00079"></a>00079 
<a name="l00081"></a>00081 
<a name="l00084"></a>00084   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetDataScalarType(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2108e7f81709ed57920a45c02a954726847">type</a>);
<a name="l00085"></a><a class="code" href="a00815.html#b1844b47ef390d917aab982f254e76e4">00085</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetDataScalarTypeToFloat(){this-&gt;SetDataScalarType(<a class="code" href="a02149.html#aa048913d336249efc600e3c5a144c42">VTK_FLOAT</a>);}
<a name="l00086"></a><a class="code" href="a00815.html#6e2f692623ec1328ce79b582e27db0a0">00086</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetDataScalarTypeToDouble(){this-&gt;SetDataScalarType(<a class="code" href="a02149.html#65081589ba940a5cf4aeb95b6be1f613">VTK_DOUBLE</a>);}
<a name="l00087"></a><a class="code" href="a00815.html#5d6aa79e1f5d84744b237f3bde135fd6">00087</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetDataScalarTypeToInt(){this-&gt;SetDataScalarType(<a class="code" href="a02149.html#95206d824b282a36f88c301c58d91964">VTK_INT</a>);}
<a name="l00088"></a><a class="code" href="a00815.html#defc298238d286a972213031f73ce0bb">00088</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetDataScalarTypeToUnsignedInt(){this-&gt;SetDataScalarType(<a class="code" href="a02149.html#3383756325aeef3742d42d933a0c9d1d">VTK_UNSIGNED_INT</a>);}
<a name="l00089"></a><a class="code" href="a00815.html#b5682e0d320e1bf47c5741d567b1a6fc">00089</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetDataScalarTypeToShort(){this-&gt;SetDataScalarType(<a class="code" href="a02149.html#16468f12840502cb95648b1299f7f26e">VTK_SHORT</a>);}
<a name="l00090"></a><a class="code" href="a00815.html#d1fe9e282c84ae71313be372f09a45a4">00090</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetDataScalarTypeToUnsignedShort()
<a name="l00091"></a>00091     {this-&gt;SetDataScalarType(<a class="code" href="a02149.html#725b04f63c9f8fbf28fc8fd56b9d9392">VTK_UNSIGNED_SHORT</a>);}
<a name="l00092"></a><a class="code" href="a00815.html#7c26b47929bc880e5ec3246a5c967049">00092</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetDataScalarTypeToChar()
<a name="l00093"></a>00093     {this-&gt;SetDataScalarType(<a class="code" href="a02149.html#acfbd1a27646a206528eda8aecd570d9">VTK_CHAR</a>);}
<a name="l00094"></a><a class="code" href="a00815.html#2ae0065bf47e17f5b5fcea0f5d5b49e6">00094</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetDataScalarTypeToSignedChar()
<a name="l00095"></a>00095     {this-&gt;SetDataScalarType(<a class="code" href="a02149.html#9a66bac461a59d3704ccc14838fe1a44">VTK_SIGNED_CHAR</a>);}
<a name="l00096"></a><a class="code" href="a00815.html#9b195b9b0f6be3a5225451659a98af49">00096</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetDataScalarTypeToUnsignedChar()
<a name="l00097"></a>00097     {this-&gt;SetDataScalarType(<a class="code" href="a02149.html#69e20baa3fd444e25ba1a5fc30bd29d5">VTK_UNSIGNED_CHAR</a>);}
<a name="l00099"></a>00099 
<a name="l00101"></a>00101 
<a name="l00102"></a>00102   vtkGetMacro(DataScalarType, <span class="keywordtype">int</span>);
<a name="l00104"></a>00104 
<a name="l00106"></a>00106 
<a name="l00107"></a>00107   vtkSetMacro(NumberOfScalarComponents,<span class="keywordtype">int</span>);
<a name="l00108"></a>00108   vtkGetMacro(NumberOfScalarComponents,<span class="keywordtype">int</span>);
<a name="l00110"></a>00110   
<a name="l00112"></a>00112 
<a name="l00113"></a>00113   vtkSetVector6Macro(DataExtent,<span class="keywordtype">int</span>);
<a name="l00114"></a>00114   vtkGetVector6Macro(DataExtent,<span class="keywordtype">int</span>);
<a name="l00116"></a>00116   
<a name="l00118"></a>00118 
<a name="l00119"></a>00119   vtkSetMacro(FileDimensionality, <span class="keywordtype">int</span>);
<a name="l00120"></a><a class="code" href="a00815.html#23f3c8c99c464586be6465c0c178c5b8">00120</a>   <span class="keywordtype">int</span> GetFileDimensionality() {<span class="keywordflow">return</span> this-&gt;FileDimensionality;}
<a name="l00122"></a>00122   
<a name="l00124"></a>00124 
<a name="l00125"></a>00125   vtkSetVector3Macro(DataSpacing,<span class="keywordtype">double</span>);
<a name="l00126"></a>00126   vtkGetVector3Macro(DataSpacing,<span class="keywordtype">double</span>);
<a name="l00128"></a>00128   
<a name="l00130"></a>00130 
<a name="l00131"></a>00131   vtkSetVector3Macro(DataOrigin,<span class="keywordtype">double</span>);
<a name="l00132"></a>00132   vtkGetVector3Macro(DataOrigin,<span class="keywordtype">double</span>);
<a name="l00134"></a>00134 
<a name="l00136"></a>00136 
<a name="l00137"></a>00137   <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> GetHeaderSize();
<a name="l00138"></a>00138   <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> GetHeaderSize(<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> slice);
<a name="l00140"></a>00140 
<a name="l00143"></a>00143   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetHeaderSize(<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210e3d5e7c015dff08d8daf72a0102e1444">size</a>);
<a name="l00144"></a>00144   
<a name="l00146"></a>00146 
<a name="l00156"></a>00156   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetDataByteOrderToBigEndian();
<a name="l00157"></a>00157   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetDataByteOrderToLittleEndian();
<a name="l00158"></a>00158   <span class="keyword">virtual</span> <span class="keywordtype">int</span> GetDataByteOrder();
<a name="l00159"></a>00159   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetDataByteOrder(<span class="keywordtype">int</span>);
<a name="l00160"></a>00160   <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *GetDataByteOrderAsString();
<a name="l00162"></a>00162 
<a name="l00164"></a>00164 
<a name="l00166"></a>00166   vtkSetMacro(FileNameSliceOffset,<span class="keywordtype">int</span>);
<a name="l00167"></a>00167   vtkGetMacro(FileNameSliceOffset,<span class="keywordtype">int</span>);
<a name="l00169"></a>00169 
<a name="l00171"></a>00171 
<a name="l00174"></a>00174   vtkSetMacro(FileNameSliceSpacing,<span class="keywordtype">int</span>);
<a name="l00175"></a>00175   vtkGetMacro(FileNameSliceSpacing,<span class="keywordtype">int</span>);
<a name="l00177"></a>00177 
<a name="l00178"></a>00178 
<a name="l00180"></a>00180 
<a name="l00181"></a>00181   vtkSetMacro(SwapBytes,<span class="keywordtype">int</span>);
<a name="l00182"></a><a class="code" href="a00815.html#d5285d6c8c059b4b484509d3bcdc9e32">00182</a>   <span class="keyword">virtual</span> <span class="keywordtype">int</span> GetSwapBytes() {<span class="keywordflow">return</span> this-&gt;SwapBytes;}
<a name="l00183"></a>00183   vtkBooleanMacro(SwapBytes,<span class="keywordtype">int</span>);
<a name="l00185"></a>00185 
<a name="l00186"></a>00186 <span class="comment">//BTX</span>
<a name="l00187"></a><a class="code" href="a00815.html#7044ea18a21caf4729ccec096a1c7af6">00187</a>   ifstream *GetFile() {<span class="keywordflow">return</span> this-&gt;File;}
<a name="l00188"></a>00188   vtkGetVectorMacro(DataIncrements,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,4);
<a name="l00189"></a>00189 <span class="comment">//ETX</span>
<a name="l00190"></a>00190 
<a name="l00191"></a>00191   <span class="keyword">virtual</span> <span class="keywordtype">int</span> OpenFile();
<a name="l00192"></a>00192   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SeekFile(<span class="keywordtype">int</span> i, <span class="keywordtype">int</span> j, <span class="keywordtype">int</span> k);
<a name="l00193"></a>00193 
<a name="l00195"></a>00195 
<a name="l00197"></a>00197   vtkBooleanMacro(FileLowerLeft, <span class="keywordtype">int</span>);
<a name="l00198"></a>00198   vtkGetMacro(FileLowerLeft, <span class="keywordtype">int</span>);
<a name="l00199"></a>00199   vtkSetMacro(FileLowerLeft, <span class="keywordtype">int</span>);
<a name="l00201"></a>00201 
<a name="l00203"></a>00203 
<a name="l00204"></a>00204   <span class="keyword">virtual</span> <span class="keywordtype">void</span> ComputeInternalFileName(<span class="keywordtype">int</span> slice);
<a name="l00205"></a>00205   vtkGetStringMacro(InternalFileName);
<a name="l00207"></a>00207   
<a name="l00209"></a>00209 
<a name="l00215"></a><a class="code" href="a00815.html#0a647fc647c1eb39ede334c2d2121bbe">00215</a>   <span class="keyword">virtual</span> <span class="keywordtype">int</span> CanReadFile(<span class="keyword">const</span> <span class="keywordtype">char</span>* vtkNotUsed(fname))
<a name="l00216"></a>00216     {
<a name="l00217"></a>00217       <span class="keywordflow">return</span> 0;
<a name="l00218"></a>00218     }
<a name="l00220"></a>00220 
<a name="l00222"></a>00222 
<a name="l00224"></a><a class="code" href="a00815.html#2846943a7802b3a62df51e0936542abb">00224</a>   <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* GetFileExtensions()
<a name="l00225"></a>00225     {
<a name="l00226"></a>00226       <span class="keywordflow">return</span> 0;
<a name="l00227"></a>00227     }
<a name="l00229"></a>00229 
<a name="l00231"></a>00231 
<a name="l00233"></a><a class="code" href="a00815.html#e83ebabf18c670a314bb32eb50371f61">00233</a>   <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* GetDescriptiveName()
<a name="l00234"></a>00234     {
<a name="l00235"></a>00235       <span class="keywordflow">return</span> 0;
<a name="l00236"></a>00236     }
<a name="l00238"></a>00238 <span class="keyword">protected</span>:
<a name="l00239"></a>00239   <a class="code" href="a00815.html" title="Superclass of binary file readers.">vtkImageReader2</a>();
<a name="l00240"></a>00240   ~<a class="code" href="a00815.html" title="Superclass of binary file readers.">vtkImageReader2</a>();
<a name="l00241"></a>00241 
<a name="l00242"></a><a class="code" href="a00815.html#da17d24c4e76e2516ce9187ee5605aef">00242</a>   <a class="code" href="a01619.html" title="Subclass of vtkAbstractArray that holds vtkStdStrings.">vtkStringArray</a> *FileNames;
<a name="l00243"></a>00243 
<a name="l00244"></a><a class="code" href="a00815.html#dd48b61d668e2af7fcd2cc7c3b88aafb">00244</a>   <span class="keywordtype">char</span> *InternalFileName;
<a name="l00245"></a><a class="code" href="a00815.html#71406181f06970e4156f2e6931429316">00245</a>   <span class="keywordtype">char</span> *FileName;
<a name="l00246"></a><a class="code" href="a00815.html#38d6878a6519c3e62ddc8decbdb01196">00246</a>   <span class="keywordtype">char</span> *FilePrefix;
<a name="l00247"></a><a class="code" href="a00815.html#439b493e56236ef5be00424e8a906452">00247</a>   <span class="keywordtype">char</span> *FilePattern;
<a name="l00248"></a><a class="code" href="a00815.html#e836312bf814e3f2af08ba782fd20050">00248</a>   <span class="keywordtype">int</span> NumberOfScalarComponents;
<a name="l00249"></a><a class="code" href="a00815.html#dc7f6350054349a6fd77d7f1663ff63c">00249</a>   <span class="keywordtype">int</span> FileLowerLeft;
<a name="l00250"></a>00250 
<a name="l00251"></a><a class="code" href="a00815.html#af59e54e8b45b3077de8d3bb98684df1">00251</a>   ifstream *File;
<a name="l00252"></a><a class="code" href="a00815.html#028a09c0a5d9658db314e4e1d1eb5c39">00252</a>   <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> DataIncrements[4];
<a name="l00253"></a><a class="code" href="a00815.html#f0c564a26017acdbfb923fac20de500a">00253</a>   <span class="keywordtype">int</span> DataExtent[6];
<a name="l00254"></a><a class="code" href="a00815.html#24d8f485652711f6813baec01c4f256c">00254</a>   <span class="keywordtype">int</span> SwapBytes;
<a name="l00255"></a>00255 
<a name="l00256"></a><a class="code" href="a00815.html#730590b4704a926805d7725e3dfb0ee8">00256</a>   <span class="keywordtype">int</span> FileDimensionality;
<a name="l00257"></a><a class="code" href="a00815.html#7ce522b353eff57950251d25c364a2eb">00257</a>   <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> HeaderSize;
<a name="l00258"></a><a class="code" href="a00815.html#3fe0f178f21ffe4cfbe20d1bb8d62301">00258</a>   <span class="keywordtype">int</span> DataScalarType;
<a name="l00259"></a><a class="code" href="a00815.html#af7fbf73fc5350ec846b1480c12f2ae9">00259</a>   <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> ManualHeaderSize;
<a name="l00260"></a>00260 
<a name="l00261"></a><a class="code" href="a00815.html#bf82bf06c89c6dc4ed69e7b3e7be12f0">00261</a>   <span class="keywordtype">double</span> DataSpacing[3];
<a name="l00262"></a><a class="code" href="a00815.html#bbfcea5ffb355a9a5ead25bcfd829f7e">00262</a>   <span class="keywordtype">double</span> DataOrigin[3];
<a name="l00263"></a>00263 
<a name="l00264"></a><a class="code" href="a00815.html#29b877a1b9a756e40b752a99766a74df">00264</a>   <span class="keywordtype">int</span> FileNameSliceOffset;
<a name="l00265"></a><a class="code" href="a00815.html#20ba795c8f045315b1db70bd834f66bf">00265</a>   <span class="keywordtype">int</span> FileNameSliceSpacing;
<a name="l00266"></a>00266   
<a name="l00267"></a>00267   <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="a00727.html#b739abd84881f7e31a8a382bf5a06a91">RequestInformation</a>(<a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a>* request,
<a name="l00268"></a>00268                                  <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>** inputVector,
<a name="l00269"></a>00269                                  <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>* outputVector);
<a name="l00270"></a>00270   <span class="keyword">virtual</span> <span class="keywordtype">void</span> ExecuteInformation();
<a name="l00271"></a>00271   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a00727.html#e887460dbbd23c9665725807032766c0">ExecuteData</a>(<a class="code" href="a00362.html" title="general representation of visualization data">vtkDataObject</a> *<a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210eb708a412c0730a6b5f3215b36474a1e">data</a>);
<a name="l00272"></a>00272   <span class="keyword">virtual</span> <span class="keywordtype">void</span> ComputeDataIncrements();
<a name="l00273"></a>00273 <span class="keyword">private</span>:
<a name="l00274"></a>00274   <a class="code" href="a00815.html" title="Superclass of binary file readers.">vtkImageReader2</a>(<span class="keyword">const</span> <a class="code" href="a00815.html" title="Superclass of binary file readers.">vtkImageReader2</a>&amp;);  <span class="comment">// Not implemented.</span>
<a name="l00275"></a>00275   <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="a00815.html" title="Superclass of binary file readers.">vtkImageReader2</a>&amp;);  <span class="comment">// Not implemented.</span>
<a name="l00276"></a>00276 };
<a name="l00277"></a>00277 
<a name="l00278"></a>00278 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 18:35:39 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>