Sophie

Sophie

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

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/vtkDemandDrivenPipeline.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/vtkDemandDrivenPipeline.h</h1><a href="a02237.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: vtkDemandDrivenPipeline.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="l00026"></a>00026 <span class="preprocessor">#ifndef __vtkDemandDrivenPipeline_h</span>
<a name="l00027"></a>00027 <span class="preprocessor"></span><span class="preprocessor">#define __vtkDemandDrivenPipeline_h</span>
<a name="l00028"></a>00028 <span class="preprocessor"></span>
<a name="l00029"></a>00029 <span class="preprocessor">#include "<a class="code" href="a02244.html">vtkExecutive.h</a>"</span>
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 <span class="keyword">class </span><a class="code" href="a00081.html" title="Abstract superclass for all arrays.">vtkAbstractArray</a>;
<a name="l00032"></a>00032 <span class="keyword">class </span><a class="code" href="a00356.html" title="abstract superclass for arrays of numeric data">vtkDataArray</a>;
<a name="l00033"></a>00033 <span class="keyword">class </span><a class="code" href="a00376.html" title="represent and manipulate attribute data in a dataset">vtkDataSetAttributes</a>;
<a name="l00034"></a>00034 <span class="keyword">class </span>vtkDemandDrivenPipelineInternals;
<a name="l00035"></a>00035 <span class="keyword">class </span><a class="code" href="a00538.html" title="represent and manipulate fields of data">vtkFieldData</a>;
<a name="l00036"></a>00036 <span class="keyword">class </span><a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a>;
<a name="l00037"></a>00037 <span class="keyword">class </span><a class="code" href="a00881.html" title="Key for integer values in vtkInformation.">vtkInformationIntegerKey</a>;
<a name="l00038"></a>00038 <span class="keyword">class </span><a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>;
<a name="l00039"></a>00039 <span class="keyword">class </span><a class="code" href="a00887.html" title="Key for vector-of-keys values.">vtkInformationKeyVectorKey</a>;
<a name="l00040"></a>00040 <span class="keyword">class </span><a class="code" href="a00894.html" title="Key for unsigned long values in vtkInformation.">vtkInformationUnsignedLongKey</a>;
<a name="l00041"></a>00041 
<a name="l00042"></a><a class="code" href="a00407.html">00042</a> <span class="keyword">class </span><a class="code" href="a02170.html#95ced7977a6b6b1bf9f38bf04e3835b6">VTK_FILTERING_EXPORT</a> <a class="code" href="a00407.html" title="Executive supporting on-demand execution.">vtkDemandDrivenPipeline</a> : <span class="keyword">public</span> <a class="code" href="a00472.html" title="Superclass for all pipeline executives in VTK.">vtkExecutive</a>
<a name="l00043"></a>00043 {
<a name="l00044"></a>00044 <span class="keyword">public</span>:
<a name="l00045"></a>00045   <span class="keyword">static</span> <a class="code" href="a00407.html" title="Executive supporting on-demand execution.">vtkDemandDrivenPipeline</a>* <a class="code" href="a01084.html#4d5b227267c076d6f9e38483370b6612">New</a>();
<a name="l00046"></a><a class="code" href="a00407.html#131b64198e287d6ef38d55c17ceda46b">00046</a>   vtkTypeRevisionMacro(<a class="code" href="a00407.html" title="Executive supporting on-demand execution.">vtkDemandDrivenPipeline</a>,<a class="code" href="a00472.html" title="Superclass for all pipeline executives in VTK.">vtkExecutive</a>);
<a name="l00047"></a>00047   <span class="keywordtype">void</span> <a class="code" href="a00472.html#8f4c1f2ef4dfe5ccda73fdd4fa17328d">PrintSelf</a>(ostream&amp; os, <a class="code" href="a00869.html" title="a simple class to control print indentation">vtkIndent</a> indent);
<a name="l00048"></a>00048 
<a name="l00050"></a>00050 
<a name="l00052"></a>00052   <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="a00472.html#a39c4008f77f7100f0d43bde5d5cdf39">ProcessRequest</a>(<a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a>* request,
<a name="l00053"></a>00053                              <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>** inInfo,
<a name="l00054"></a>00054                              <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>* outInfo);
<a name="l00056"></a>00056 
<a name="l00058"></a>00058 
<a name="l00059"></a>00059   <span class="keyword">virtual</span> <span class="keywordtype">int</span>
<a name="l00060"></a>00060   <a class="code" href="a00472.html#f5365722b796ec594aad4745d81cff29">ComputePipelineMTime</a>(<a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a>* request,
<a name="l00061"></a>00061                        <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>** inInfoVec,
<a name="l00062"></a>00062                        <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>* outInfoVec,
<a name="l00063"></a>00063                        <span class="keywordtype">int</span> requestFromOutputPort,
<a name="l00064"></a>00064                        <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>* mtime);
<a name="l00066"></a>00066 
<a name="l00068"></a>00068 
<a name="l00070"></a>00070   <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="a00472.html#72d90e21489e96877d2c106316a34de6">Update</a>();
<a name="l00071"></a>00071   <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="a00472.html#72d90e21489e96877d2c106316a34de6">Update</a>(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210710cb6d12e418b21e8fb3d79ac32f51c">port</a>);
<a name="l00073"></a>00073 
<a name="l00075"></a>00075 
<a name="l00076"></a>00076   vtkGetMacro(PipelineMTime, <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>);
<a name="l00078"></a>00078 
<a name="l00081"></a>00081   <span class="keyword">virtual</span> <span class="keywordtype">int</span> SetReleaseDataFlag(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210710cb6d12e418b21e8fb3d79ac32f51c">port</a>, <span class="keywordtype">int</span> n);
<a name="l00082"></a>00082 
<a name="l00084"></a>00084   <span class="keyword">virtual</span> <span class="keywordtype">int</span> GetReleaseDataFlag(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210710cb6d12e418b21e8fb3d79ac32f51c">port</a>);
<a name="l00085"></a>00085 
<a name="l00087"></a>00087   <span class="keyword">virtual</span> <span class="keywordtype">int</span> UpdatePipelineMTime();
<a name="l00088"></a>00088 
<a name="l00092"></a>00092   <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="a00472.html#1fa8d9cff1debf4889ef3ade48535117">UpdateDataObject</a>();
<a name="l00093"></a>00093 
<a name="l00095"></a>00095   <span class="keyword">virtual</span> <span class="keywordtype">int</span> UpdateInformation();
<a name="l00096"></a>00096 
<a name="l00100"></a>00100   <span class="keyword">virtual</span> <span class="keywordtype">int</span> UpdateData(<span class="keywordtype">int</span> outputPort);
<a name="l00101"></a>00101 
<a name="l00103"></a>00103   <span class="keyword">static</span> <a class="code" href="a00891.html" title="Key for pointer to pointer.">vtkInformationRequestKey</a>* REQUEST_DATA_OBJECT();
<a name="l00104"></a>00104   
<a name="l00107"></a>00107   <span class="keyword">static</span> <a class="code" href="a00891.html" title="Key for pointer to pointer.">vtkInformationRequestKey</a>* REQUEST_INFORMATION();
<a name="l00108"></a>00108   
<a name="l00110"></a>00110   <span class="keyword">static</span> <a class="code" href="a00891.html" title="Key for pointer to pointer.">vtkInformationRequestKey</a>* REQUEST_DATA();
<a name="l00111"></a>00111 
<a name="l00114"></a>00114   <span class="keyword">static</span> <a class="code" href="a00891.html" title="Key for pointer to pointer.">vtkInformationRequestKey</a>* REQUEST_DATA_NOT_GENERATED();
<a name="l00115"></a>00115 
<a name="l00118"></a>00118   <span class="keyword">static</span> <a class="code" href="a00881.html" title="Key for integer values in vtkInformation.">vtkInformationIntegerKey</a>* RELEASE_DATA();
<a name="l00119"></a>00119 
<a name="l00123"></a>00123   <span class="keyword">static</span> <a class="code" href="a00881.html" title="Key for integer values in vtkInformation.">vtkInformationIntegerKey</a>* DATA_NOT_GENERATED();
<a name="l00124"></a>00124 
<a name="l00128"></a>00128   <span class="keyword">static</span> <a class="code" href="a00362.html" title="general representation of visualization data">vtkDataObject</a>* NewDataObject(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2108e7f81709ed57920a45c02a954726847">type</a>);
<a name="l00129"></a>00129 
<a name="l00132"></a>00132   <span class="keyword">static</span> <a class="code" href="a00881.html" title="Key for integer values in vtkInformation.">vtkInformationIntegerKey</a>* REQUEST_REGENERATE_INFORMATION();
<a name="l00133"></a>00133 
<a name="l00134"></a>00134 <span class="keyword">protected</span>:
<a name="l00135"></a>00135   <a class="code" href="a00407.html" title="Executive supporting on-demand execution.">vtkDemandDrivenPipeline</a>();
<a name="l00136"></a>00136   ~<a class="code" href="a00407.html" title="Executive supporting on-demand execution.">vtkDemandDrivenPipeline</a>();
<a name="l00137"></a>00137 
<a name="l00138"></a>00138   <span class="comment">// Helper methods to send requests to the algorithm.</span>
<a name="l00139"></a>00139   <span class="keyword">virtual</span> <span class="keywordtype">int</span> ExecuteDataObject(<a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a>* request,
<a name="l00140"></a>00140                                 <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>** inInfo,
<a name="l00141"></a>00141                                 <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>* outInfo);
<a name="l00142"></a>00142   <span class="keyword">virtual</span> <span class="keywordtype">int</span> ExecuteInformation(<a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a>* request,
<a name="l00143"></a>00143                                  <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>** inInfo,
<a name="l00144"></a>00144                                  <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>* outInfo);
<a name="l00145"></a>00145   <span class="keyword">virtual</span> <span class="keywordtype">int</span> ExecuteData(<a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a>* request,
<a name="l00146"></a>00146                           <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>** inInfo,
<a name="l00147"></a>00147                           <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>* outInfo);
<a name="l00148"></a>00148 
<a name="l00149"></a>00149 
<a name="l00150"></a>00150   <span class="comment">// Reset the pipeline update values in the given output information object.</span>
<a name="l00151"></a>00151   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a00472.html#841dadc4cb3e1d80f607e959ac02fa27">ResetPipelineInformation</a>(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210710cb6d12e418b21e8fb3d79ac32f51c">port</a>, <a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a>*);
<a name="l00152"></a>00152 
<a name="l00153"></a>00153   <span class="comment">// Check whether the data object in the pipeline information for an</span>
<a name="l00154"></a>00154   <span class="comment">// output port exists and has a valid type.</span>
<a name="l00155"></a>00155   <span class="keyword">virtual</span> <span class="keywordtype">int</span> CheckDataObject(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210710cb6d12e418b21e8fb3d79ac32f51c">port</a>, <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>* outInfo);
<a name="l00156"></a>00156 
<a name="l00157"></a>00157 
<a name="l00158"></a>00158   <span class="comment">// Input connection validity checkers.</span>
<a name="l00159"></a>00159   <span class="keywordtype">int</span> InputCountIsValid(<a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a> **);
<a name="l00160"></a>00160   <span class="keywordtype">int</span> InputCountIsValid(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210710cb6d12e418b21e8fb3d79ac32f51c">port</a>,<a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a> **);
<a name="l00161"></a>00161   <span class="keywordtype">int</span> InputTypeIsValid(<a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a> **);
<a name="l00162"></a>00162   <span class="keywordtype">int</span> InputTypeIsValid(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210710cb6d12e418b21e8fb3d79ac32f51c">port</a>,<a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a> **);
<a name="l00163"></a>00163   <span class="keyword">virtual</span> <span class="keywordtype">int</span> InputTypeIsValid(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210710cb6d12e418b21e8fb3d79ac32f51c">port</a>, <span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210e519c5019582479480124c44722a451f">index</a>,<a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a> **);
<a name="l00164"></a>00164   <span class="keywordtype">int</span> InputFieldsAreValid(<a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a> **);
<a name="l00165"></a>00165   <span class="keywordtype">int</span> InputFieldsAreValid(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210710cb6d12e418b21e8fb3d79ac32f51c">port</a>,<a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a> **);
<a name="l00166"></a>00166   <span class="keyword">virtual</span> <span class="keywordtype">int</span> InputFieldsAreValid(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210710cb6d12e418b21e8fb3d79ac32f51c">port</a>, <span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210e519c5019582479480124c44722a451f">index</a>,<a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a> **);
<a name="l00167"></a>00167 
<a name="l00168"></a>00168   <span class="comment">// Field existence checkers.</span>
<a name="l00169"></a>00169   <span class="keywordtype">int</span> DataSetAttributeExists(<a class="code" href="a00376.html" title="represent and manipulate attribute data in a dataset">vtkDataSetAttributes</a>* dsa, <a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a>* <a class="code" href="a03761.html#88ade42854f67d6297898362e17a515fdf24c5348eccaabee77f038f47b36b89">field</a>);
<a name="l00170"></a>00170   <span class="keywordtype">int</span> FieldArrayExists(<a class="code" href="a00538.html" title="represent and manipulate fields of data">vtkFieldData</a>* <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210eb708a412c0730a6b5f3215b36474a1e">data</a>, <a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a>* <a class="code" href="a03761.html#88ade42854f67d6297898362e17a515fdf24c5348eccaabee77f038f47b36b89">field</a>);
<a name="l00171"></a>00171   <span class="keywordtype">int</span> ArrayIsValid(<a class="code" href="a00081.html" title="Abstract superclass for all arrays.">vtkAbstractArray</a>* array, <a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a>* <a class="code" href="a03761.html#88ade42854f67d6297898362e17a515fdf24c5348eccaabee77f038f47b36b89">field</a>);
<a name="l00172"></a>00172 
<a name="l00173"></a>00173   <span class="comment">// Input port information checkers.</span>
<a name="l00174"></a>00174   <span class="keywordtype">int</span> InputIsOptional(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210710cb6d12e418b21e8fb3d79ac32f51c">port</a>);
<a name="l00175"></a>00175   <span class="keywordtype">int</span> InputIsRepeatable(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210710cb6d12e418b21e8fb3d79ac32f51c">port</a>);
<a name="l00176"></a>00176 
<a name="l00177"></a>00177   <span class="comment">// Decide whether the output data need to be generated.</span>
<a name="l00178"></a>00178   <span class="keyword">virtual</span> <span class="keywordtype">int</span> NeedToExecuteData(<span class="keywordtype">int</span> outputPort,
<a name="l00179"></a>00179                                 <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>** inInfoVec,
<a name="l00180"></a>00180                                 <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>* outInfoVec);
<a name="l00181"></a>00181 
<a name="l00182"></a>00182   <span class="comment">// Handle before/after operations for ExecuteData method.</span>
<a name="l00183"></a>00183   <span class="keyword">virtual</span> <span class="keywordtype">void</span> ExecuteDataStart(<a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a>* request,
<a name="l00184"></a>00184                                 <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>** inInfoVec,
<a name="l00185"></a>00185                                 <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>* outInfoVec);
<a name="l00186"></a>00186   <span class="keyword">virtual</span> <span class="keywordtype">void</span> ExecuteDataEnd(<a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a>* request,
<a name="l00187"></a>00187                               <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>** inInfoVec,
<a name="l00188"></a>00188                               <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>* outInfoVec);
<a name="l00189"></a>00189   <span class="keyword">virtual</span> <span class="keywordtype">void</span> MarkOutputsGenerated(<a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a>* request,
<a name="l00190"></a>00190                                     <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>** inInfoVec,
<a name="l00191"></a>00191                                     <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a>* outInfoVec);
<a name="l00192"></a>00192 
<a name="l00193"></a>00193   <span class="comment">// Largest MTime of any algorithm on this executive or preceding</span>
<a name="l00194"></a>00194   <span class="comment">// executives.</span>
<a name="l00195"></a><a class="code" href="a00407.html#d657df62d74bd23e3899dc8481730155">00195</a>   <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> PipelineMTime;
<a name="l00196"></a>00196 
<a name="l00197"></a>00197   <span class="comment">// Time when information or data were last generated.</span>
<a name="l00198"></a><a class="code" href="a00407.html#0c2034b040e796f006d419ec5d8c85d8">00198</a>   <a class="code" href="a01719.html" title="record modification and/or execution time">vtkTimeStamp</a> DataObjectTime;
<a name="l00199"></a><a class="code" href="a00407.html#ea2499d693f3b46e0b3b7533a623b1ac">00199</a>   <a class="code" href="a01719.html" title="record modification and/or execution time">vtkTimeStamp</a> InformationTime;
<a name="l00200"></a><a class="code" href="a00407.html#a02740882c3641c173a0e403aa094dc5">00200</a>   <a class="code" href="a01719.html" title="record modification and/or execution time">vtkTimeStamp</a> DataTime;
<a name="l00201"></a>00201 
<a name="l00202"></a>00202 <span class="comment">//BTX</span>
<a name="l00203"></a><a class="code" href="a00407.html#0255f8f6a3031b7d2072c01e1fe3f352">00203</a>   <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="a00301.html" title="Executive supporting composite datasets.">vtkCompositeDataPipeline</a>;
<a name="l00204"></a>00204 <span class="comment">//ETX</span>
<a name="l00205"></a>00205 
<a name="l00206"></a>00206 
<a name="l00207"></a><a class="code" href="a00407.html#87e34d0d766dbea5fffbbf08885fbc7a">00207</a>   <a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a> *<a class="code" href="a00407.html#87e34d0d766dbea5fffbbf08885fbc7a">InfoRequest</a>;
<a name="l00208"></a><a class="code" href="a00407.html#c2bbfe29d0987cb980379ea78ad710f3">00208</a>   <a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a> *<a class="code" href="a00301.html#f2bcaa88fcc98d851814c65078b140a8">DataObjectRequest</a>;
<a name="l00209"></a><a class="code" href="a00407.html#25996fed0d1ac8c2d81ad30d0ebed733">00209</a>   <a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a> *<a class="code" href="a00301.html#13d1f50601ba2e19b344f085e45768be">DataRequest</a>;
<a name="l00210"></a>00210   
<a name="l00211"></a>00211 <span class="keyword">private</span>:
<a name="l00212"></a>00212   <a class="code" href="a00407.html#c8997d856d26cfd4ef7eb81aaf256bcd">vtkDemandDrivenPipeline</a>(<span class="keyword">const</span> <a class="code" href="a00407.html" title="Executive supporting on-demand execution.">vtkDemandDrivenPipeline</a>&amp;);  <span class="comment">// Not implemented.</span>
<a name="l00213"></a>00213   <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="a00407.html" title="Executive supporting on-demand execution.">vtkDemandDrivenPipeline</a>&amp;);  <span class="comment">// Not implemented.</span>
<a name="l00214"></a>00214 };
<a name="l00215"></a>00215 
<a name="l00216"></a>00216 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 18:35:15 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>