Sophie

Sophie

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

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/Hybrid/vtkVideoSource.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/Hybrid/vtkVideoSource.h</h1><a href="a02857.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: vtkVideoSource.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 __vtkVideoSource_h</span>
<a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#define __vtkVideoSource_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="a01715.html" title="Timer support and logging.">vtkTimerLog</a>;
<a name="l00037"></a>00037 <span class="keyword">class </span><a class="code" href="a00341.html" title="Critical section locking class.">vtkCriticalSection</a>;
<a name="l00038"></a>00038 <span class="keyword">class </span><a class="code" href="a01064.html" title="A class for performing multithreaded execution.">vtkMultiThreader</a>;
<a name="l00039"></a>00039 <span class="keyword">class </span><a class="code" href="a01513.html" title="map scalar values into colors">vtkScalarsToColors</a>;
<a name="l00040"></a>00040 
<a name="l00041"></a><a class="code" href="a01829.html">00041</a> <span class="keyword">class </span><a class="code" href="a02170.html#9e9a05a8377523b4f8d707441f65786d">VTK_HYBRID_EXPORT</a> <a class="code" href="a01829.html" title="Superclass of video input devices for VTK.">vtkVideoSource</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="a01829.html" title="Superclass of video input devices for VTK.">vtkVideoSource</a> *<a class="code" href="a00101.html#06d80d8d4aa1a4856135fa003845be82">New</a>();
<a name="l00045"></a><a class="code" href="a01829.html#2e5b21b99a23b10db62b28b74d376ee0">00045</a>   vtkTypeRevisionMacro(<a class="code" href="a01829.html" title="Superclass of video input devices for VTK.">vtkVideoSource</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="l00050"></a>00050   <span class="keyword">virtual</span> <span class="keywordtype">void</span> Record();
<a name="l00051"></a>00051 
<a name="l00054"></a>00054   <span class="keyword">virtual</span> <span class="keywordtype">void</span> Play();
<a name="l00055"></a>00055 
<a name="l00057"></a>00057   <span class="keyword">virtual</span> <span class="keywordtype">void</span> Stop();
<a name="l00058"></a>00058 
<a name="l00063"></a>00063   <span class="keyword">virtual</span> <span class="keywordtype">void</span> Rewind();
<a name="l00064"></a>00064 
<a name="l00067"></a>00067   <span class="keyword">virtual</span> <span class="keywordtype">void</span> FastForward();
<a name="l00068"></a>00068 
<a name="l00071"></a>00071   <span class="keyword">virtual</span> <span class="keywordtype">void</span> Seek(<span class="keywordtype">int</span> n); 
<a name="l00072"></a>00072 
<a name="l00074"></a>00074   <span class="keyword">virtual</span> <span class="keywordtype">void</span> Grab();
<a name="l00075"></a>00075 
<a name="l00077"></a>00077 
<a name="l00079"></a>00079   vtkGetMacro(Recording,<span class="keywordtype">int</span>);
<a name="l00081"></a>00081 
<a name="l00083"></a>00083 
<a name="l00085"></a>00085   vtkGetMacro(Playing,<span class="keywordtype">int</span>);
<a name="l00087"></a>00087 
<a name="l00089"></a>00089 
<a name="l00094"></a>00094   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetFrameSize(<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, <span class="keywordtype">int</span> z);
<a name="l00095"></a><a class="code" href="a01829.html#992db703f5c77f0a7cea4631b877260c">00095</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetFrameSize(<span class="keywordtype">int</span> dim[3]) { 
<a name="l00096"></a>00096     this-&gt;SetFrameSize(dim[0], dim[1], dim[2]); };
<a name="l00097"></a>00097   vtkGetVector3Macro(FrameSize,<span class="keywordtype">int</span>);
<a name="l00099"></a>00099 
<a name="l00101"></a>00101 
<a name="l00102"></a>00102   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetFrameRate(<span class="keywordtype">float</span> rate);
<a name="l00103"></a>00103   vtkGetMacro(FrameRate,<span class="keywordtype">float</span>);
<a name="l00105"></a>00105 
<a name="l00107"></a>00107 
<a name="l00109"></a>00109   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetOutputFormat(<span class="keywordtype">int</span> format);
<a name="l00110"></a><a class="code" href="a01829.html#f4a5ae6ce21ff67300f46703ab71b4a4">00110</a>   <span class="keywordtype">void</span> SetOutputFormatToLuminance() { this-&gt;SetOutputFormat(<a class="code" href="a02139.html#b4fc7ec292ebd045cf6dd8b5da0454e2">VTK_LUMINANCE</a>); };
<a name="l00111"></a><a class="code" href="a01829.html#e212ba43ab9bcb1d3189c4dd8ab6fbad">00111</a>   <span class="keywordtype">void</span> SetOutputFormatToRGB() { this-&gt;SetOutputFormat(<a class="code" href="a02139.html#9b9442a459b3d59e9b28ffa1f89bd85a">VTK_RGB</a>); };
<a name="l00112"></a><a class="code" href="a01829.html#b0a5d56259916025fb61040f9727309d">00112</a>   <span class="keywordtype">void</span> SetOutputFormatToRGBA() { this-&gt;SetOutputFormat(<a class="code" href="a02139.html#47df78615c8bea4ab4ced485b4cc3292">VTK_RGBA</a>); };
<a name="l00113"></a>00113   vtkGetMacro(OutputFormat,<span class="keywordtype">int</span>);
<a name="l00115"></a>00115 
<a name="l00117"></a>00117 
<a name="l00119"></a>00119   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetFrameBufferSize(<span class="keywordtype">int</span> FrameBufferSize);
<a name="l00120"></a>00120   vtkGetMacro(FrameBufferSize,<span class="keywordtype">int</span>);
<a name="l00122"></a>00122 
<a name="l00124"></a>00124 
<a name="l00127"></a>00127   vtkSetMacro(NumberOfOutputFrames,<span class="keywordtype">int</span>);
<a name="l00128"></a>00128   vtkGetMacro(NumberOfOutputFrames,<span class="keywordtype">int</span>);
<a name="l00130"></a>00130 
<a name="l00132"></a>00132 
<a name="l00134"></a>00134   vtkBooleanMacro(AutoAdvance,<span class="keywordtype">int</span>);
<a name="l00135"></a>00135   vtkSetMacro(AutoAdvance,<span class="keywordtype">int</span>)
<a name="l00136"></a>00136   vtkGetMacro(AutoAdvance,<span class="keywordtype">int</span>);
<a name="l00138"></a>00138 
<a name="l00140"></a>00140 
<a name="l00144"></a><a class="code" href="a01829.html#706c2e744c85bf15d9a96c3b5bf3ec4d">00144</a>   virtual <span class="keywordtype">void</span> SetClipRegion(<span class="keywordtype">int</span> r[6]) { 
<a name="l00145"></a>00145     this-&gt;SetClipRegion(r[0],r[1],r[2],r[3],r[4],r[5]); };
<a name="l00146"></a>00146   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetClipRegion(<span class="keywordtype">int</span> x0, <span class="keywordtype">int</span> x1, <span class="keywordtype">int</span> y0, <span class="keywordtype">int</span> y1, <span class="keywordtype">int</span> z0, <span class="keywordtype">int</span> z1);
<a name="l00147"></a>00147   vtkGetVector6Macro(ClipRegion,<span class="keywordtype">int</span>);
<a name="l00149"></a>00149 
<a name="l00151"></a>00151 
<a name="l00158"></a>00158   vtkSetVector6Macro(OutputWholeExtent,<span class="keywordtype">int</span>);
<a name="l00159"></a>00159   vtkGetVector6Macro(OutputWholeExtent,<span class="keywordtype">int</span>);
<a name="l00161"></a>00161   
<a name="l00163"></a>00163 
<a name="l00164"></a>00164   vtkSetVector3Macro(DataSpacing,<span class="keywordtype">double</span>);
<a name="l00165"></a>00165   vtkGetVector3Macro(DataSpacing,<span class="keywordtype">double</span>);
<a name="l00167"></a>00167   
<a name="l00169"></a>00169 
<a name="l00171"></a>00171   vtkSetVector3Macro(DataOrigin,<span class="keywordtype">double</span>);
<a name="l00172"></a>00172   vtkGetVector3Macro(DataOrigin,<span class="keywordtype">double</span>);
<a name="l00174"></a>00174 
<a name="l00176"></a>00176 
<a name="l00179"></a>00179   vtkSetMacro(Opacity,<span class="keywordtype">float</span>);
<a name="l00180"></a>00180   vtkGetMacro(Opacity,<span class="keywordtype">float</span>);  
<a name="l00182"></a>00182 
<a name="l00184"></a>00184 
<a name="l00186"></a>00186   vtkGetMacro(FrameCount, <span class="keywordtype">int</span>);
<a name="l00187"></a>00187   vtkSetMacro(FrameCount, <span class="keywordtype">int</span>);
<a name="l00189"></a>00189 
<a name="l00191"></a>00191 
<a name="l00193"></a>00193   vtkGetMacro(FrameIndex, <span class="keywordtype">int</span>);
<a name="l00195"></a>00195 
<a name="l00200"></a>00200   <span class="keyword">virtual</span> <span class="keywordtype">double</span> GetFrameTimeStamp(<span class="keywordtype">int</span> frame);
<a name="l00201"></a>00201 
<a name="l00205"></a><a class="code" href="a01829.html#b716c1f5c538172024d7bb6e0223b604">00205</a>   <span class="keywordtype">double</span> GetFrameTimeStamp() { <span class="keywordflow">return</span> this-&gt;FrameTimeStamp; };
<a name="l00206"></a>00206 
<a name="l00208"></a>00208 
<a name="l00210"></a>00210   <span class="keyword">virtual</span> <span class="keywordtype">void</span> Initialize();
<a name="l00211"></a><a class="code" href="a01829.html#3de45e2a70976582c4d7468ea7d88553">00211</a>   <span class="keyword">virtual</span> <span class="keywordtype">int</span> GetInitialized() { <span class="keywordflow">return</span> this-&gt;Initialized; };
<a name="l00213"></a>00213 
<a name="l00216"></a>00216   <span class="keyword">virtual</span> <span class="keywordtype">void</span> ReleaseSystemResources();
<a name="l00217"></a>00217 
<a name="l00221"></a>00221   <span class="keyword">virtual</span> <span class="keywordtype">void</span> InternalGrab();
<a name="l00222"></a>00222 
<a name="l00224"></a>00224 
<a name="l00226"></a><a class="code" href="a01829.html#1c1e95ca02da0ae947c12d6170b05106">00226</a>   <span class="keywordtype">void</span> SetStartTimeStamp(<span class="keywordtype">double</span> t) { this-&gt;StartTimeStamp = t; };
<a name="l00227"></a><a class="code" href="a01829.html#bbf289312e47bbf3d9cc25df46ff40af">00227</a>   <span class="keywordtype">double</span> GetStartTimeStamp() { <span class="keywordflow">return</span> this-&gt;StartTimeStamp; };
<a name="l00229"></a>00229 
<a name="l00230"></a>00230 <span class="keyword">protected</span>:
<a name="l00231"></a>00231   <a class="code" href="a01829.html" title="Superclass of video input devices for VTK.">vtkVideoSource</a>();
<a name="l00232"></a>00232   ~<a class="code" href="a01829.html" title="Superclass of video input devices for VTK.">vtkVideoSource</a>();
<a name="l00233"></a>00233   <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> *, <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a> **, <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a> *);
<a name="l00234"></a>00234 
<a name="l00235"></a><a class="code" href="a01829.html#7df573aa9ed3215462590d114b99e9ed">00235</a>   <span class="keywordtype">int</span> Initialized;
<a name="l00236"></a>00236 
<a name="l00237"></a><a class="code" href="a01829.html#3173ee6233670af88b510afa375b421a">00237</a>   <span class="keywordtype">int</span> FrameSize[3];
<a name="l00238"></a><a class="code" href="a01829.html#7824de4790277bee2f0e4d9de0cb419b">00238</a>   <span class="keywordtype">int</span> ClipRegion[6];
<a name="l00239"></a><a class="code" href="a01829.html#ce18ac773407d15a7626b79dba7b9371">00239</a>   <span class="keywordtype">int</span> OutputWholeExtent[6];
<a name="l00240"></a><a class="code" href="a01829.html#2c55658a7f15115ed284348b1dbba1d2">00240</a>   <span class="keywordtype">double</span> DataSpacing[3];
<a name="l00241"></a><a class="code" href="a01829.html#2404db6a1008ca80f33a6c6c8ae1528d">00241</a>   <span class="keywordtype">double</span> DataOrigin[3];
<a name="l00242"></a><a class="code" href="a01829.html#a5326a2924afb810f8ceea221582e56b">00242</a>   <span class="keywordtype">int</span> OutputFormat;
<a name="l00243"></a>00243   <span class="comment">// set according to the OutputFormat</span>
<a name="l00244"></a><a class="code" href="a01829.html#37cb417ca184ab4289751b55447e3508">00244</a>   <span class="keywordtype">int</span> NumberOfScalarComponents;
<a name="l00245"></a>00245   <span class="comment">// The FrameOutputExtent is the WholeExtent for a single output frame.</span>
<a name="l00246"></a>00246   <span class="comment">// It is initialized in ExecuteInformation. </span>
<a name="l00247"></a><a class="code" href="a01829.html#b7207f795d8b38b5db8ee73140337755">00247</a>   <span class="keywordtype">int</span> FrameOutputExtent[6];
<a name="l00248"></a>00248 
<a name="l00249"></a>00249   <span class="comment">// save this information from the output so that we can see if the</span>
<a name="l00250"></a>00250   <span class="comment">// output scalars have changed</span>
<a name="l00251"></a><a class="code" href="a01829.html#2a59bc2e97146a19cf819a79d9c4e7a5">00251</a>   <span class="keywordtype">int</span> LastNumberOfScalarComponents;
<a name="l00252"></a><a class="code" href="a01829.html#a6427e6a2f9066ca86638a1bbfccb950">00252</a>   <span class="keywordtype">int</span> LastOutputExtent[6];
<a name="l00253"></a>00253 
<a name="l00254"></a><a class="code" href="a01829.html#ad35cdb85c43178be4331e2b9b843003">00254</a>   <span class="keywordtype">int</span> Recording;
<a name="l00255"></a><a class="code" href="a01829.html#f050a9534831a93a931ac0a8088006e5">00255</a>   <span class="keywordtype">int</span> Playing;
<a name="l00256"></a><a class="code" href="a01829.html#719c94296f4d37e2811d60bba39f7bad">00256</a>   <span class="keywordtype">float</span> FrameRate;
<a name="l00257"></a><a class="code" href="a01829.html#ac9dbdba062f81f2d822680b9f9676cc">00257</a>   <span class="keywordtype">int</span> FrameCount;
<a name="l00258"></a><a class="code" href="a01829.html#2f1a1eb51c33f52cd69ebf1c4db167b9">00258</a>   <span class="keywordtype">int</span> FrameIndex;
<a name="l00259"></a><a class="code" href="a01829.html#c980c084dded8d776a5013d8bff9b17c">00259</a>   <span class="keywordtype">double</span> StartTimeStamp;
<a name="l00260"></a><a class="code" href="a01829.html#7f87f130464b52ac6143cb9223dc7845">00260</a>   <span class="keywordtype">double</span> FrameTimeStamp;
<a name="l00261"></a>00261 
<a name="l00262"></a><a class="code" href="a01829.html#ffdcfbf2b5bfada40ff47df15b492e11">00262</a>   <span class="keywordtype">int</span> AutoAdvance;
<a name="l00263"></a><a class="code" href="a01829.html#ccb580e834196d8b3dcf1a12708b486c">00263</a>   <span class="keywordtype">int</span> NumberOfOutputFrames;
<a name="l00264"></a>00264 
<a name="l00265"></a><a class="code" href="a01829.html#a97cd28c322789673b20466f36a8702e">00265</a>   <span class="keywordtype">float</span> Opacity;
<a name="l00266"></a>00266 
<a name="l00267"></a>00267   <span class="comment">// true if Execute() must apply a vertical flip to each frame</span>
<a name="l00268"></a><a class="code" href="a01829.html#03e46b631cd75de8f6e3cdb8879ff1a5">00268</a>   <span class="keywordtype">int</span> FlipFrames;
<a name="l00269"></a>00269 
<a name="l00270"></a>00270   <span class="comment">// set if output needs to be cleared to be cleared before being written</span>
<a name="l00271"></a><a class="code" href="a01829.html#c1b938059b29af2e421222f56e07e00a">00271</a>   <span class="keywordtype">int</span> OutputNeedsInitialization;
<a name="l00272"></a>00272 
<a name="l00273"></a>00273   <span class="comment">// An example of asynchrony</span>
<a name="l00274"></a><a class="code" href="a01829.html#2a1e1b68121fd48dff40614e949b0ef2">00274</a>   <a class="code" href="a01064.html" title="A class for performing multithreaded execution.">vtkMultiThreader</a> *PlayerThreader;
<a name="l00275"></a><a class="code" href="a01829.html#92bc3241aa6bdf51cc0c0ae959b80225">00275</a>   <span class="keywordtype">int</span> PlayerThreadId;
<a name="l00276"></a>00276 
<a name="l00277"></a>00277   <span class="comment">// A mutex for the frame buffer: must be applied when any of the</span>
<a name="l00278"></a>00278   <span class="comment">// below data is modified.</span>
<a name="l00279"></a><a class="code" href="a01829.html#1f32dcf79bde570f6c8acf806d7eb760">00279</a>   <a class="code" href="a00341.html" title="Critical section locking class.">vtkCriticalSection</a> *FrameBufferMutex;
<a name="l00280"></a>00280 
<a name="l00281"></a>00281   <span class="comment">// set according to the needs of the hardware:</span>
<a name="l00282"></a>00282   <span class="comment">// number of bits per framebuffer pixel</span>
<a name="l00283"></a><a class="code" href="a01829.html#d7fca75a25fd9f31e6641ba857fab4d5">00283</a>   <span class="keywordtype">int</span> FrameBufferBitsPerPixel;
<a name="l00284"></a>00284   <span class="comment">// byte alignment of each row in the framebuffer</span>
<a name="l00285"></a><a class="code" href="a01829.html#5f7f3066aa7b9da79aae1e539922d1a8">00285</a>   <span class="keywordtype">int</span> FrameBufferRowAlignment;
<a name="l00286"></a>00286   <span class="comment">// FrameBufferExtent is the extent of frame after it has been clipped </span>
<a name="l00287"></a>00287   <span class="comment">// with ClipRegion.  It is initialized in CheckBuffer().</span>
<a name="l00288"></a><a class="code" href="a01829.html#66d4c4c5a87f48a3f2dccea6a1d7f654">00288</a>   <span class="keywordtype">int</span> FrameBufferExtent[6];
<a name="l00289"></a>00289 
<a name="l00290"></a><a class="code" href="a01829.html#165c7b9fb3c12a62adaa4a83f67ecb0e">00290</a>   <span class="keywordtype">int</span> FrameBufferSize;
<a name="l00291"></a><a class="code" href="a01829.html#703a82ec678ffd3a09e82682532d10a1">00291</a>   <span class="keywordtype">int</span> FrameBufferIndex;
<a name="l00292"></a><a class="code" href="a01829.html#edcabaeda815cbeb9cd249d34394b5bd">00292</a>   <span class="keywordtype">void</span> **FrameBuffer;
<a name="l00293"></a><a class="code" href="a01829.html#29bd91ad4fc4ed446ad47d559587abd5">00293</a>   <span class="keywordtype">double</span> *FrameBufferTimeStamps;
<a name="l00294"></a>00294 
<a name="l00296"></a>00296 
<a name="l00297"></a>00297   <span class="keyword">virtual</span> <span class="keywordtype">void</span> UpdateFrameBuffer();
<a name="l00298"></a>00298   <span class="keyword">virtual</span> <span class="keywordtype">void</span> AdvanceFrameBuffer(<span class="keywordtype">int</span> n);
<a name="l00299"></a>00299   <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="a00727.html#ddc9f91ebe9386c31617c3e12166e10e">RequestData</a>(<a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a> *, <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a> **, <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a> *);
<a name="l00300"></a>00300   <span class="comment">// if some component conversion is required, it is done here:</span>
<a name="l00301"></a>00301   <span class="keyword">virtual</span> <span class="keywordtype">void</span> UnpackRasterLine(<span class="keywordtype">char</span> *outPtr, <span class="keywordtype">char</span> *rowPtr, 
<a name="l00302"></a>00302                                 <span class="keywordtype">int</span> start, <span class="keywordtype">int</span> count);
<a name="l00304"></a>00304 
<a name="l00305"></a>00305 <span class="keyword">private</span>:
<a name="l00306"></a>00306   <a class="code" href="a01829.html" title="Superclass of video input devices for VTK.">vtkVideoSource</a>(<span class="keyword">const</span> <a class="code" href="a01829.html" title="Superclass of video input devices for VTK.">vtkVideoSource</a>&amp;);  <span class="comment">// Not implemented.</span>
<a name="l00307"></a>00307   <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="a01829.html" title="Superclass of video input devices for VTK.">vtkVideoSource</a>&amp;);  <span class="comment">// Not implemented.</span>
<a name="l00308"></a>00308 };
<a name="l00309"></a>00309 
<a name="l00310"></a>00310 <span class="preprocessor">#endif</span>
<a name="l00311"></a>00311 <span class="preprocessor"></span>
<a name="l00312"></a>00312 
<a name="l00313"></a>00313 
<a name="l00314"></a>00314 
<a name="l00315"></a>00315 
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 18:35:33 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>