VTK
vtkThreadedCompositeDataPipeline.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkThreadedCompositeDataPipeline.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14  =========================================================================*/
30 #ifndef vtkThreadedCompositeDataPipeline_h
31 #define vtkThreadedCompositeDataPipeline_h
32 
33 #include "vtkCommonExecutionModelModule.h" // For export macro
35 
37 class vtkInformation;
38 
40 {
41  public:
44  void PrintSelf(ostream &os, vtkIndent indent);
45 
47 
49  virtual int CallAlgorithm(vtkInformation* request, int direction,
50  vtkInformationVector** inInfo,
51  vtkInformationVector* outInfo);
53 
54  protected:
57  virtual void ExecuteEach(vtkCompositeDataIterator* iter,
58  vtkInformationVector** inInfoVec,
59  vtkInformationVector* outInfoVec,
60  int compositePort,
61  int connection,
62  vtkInformation* request,
63  vtkCompositeDataSet* compositeOutput);
64 
65  private:
67  void operator=(const vtkThreadedCompositeDataPipeline&); // Not implemented.
68  friend class ProcessBlock;
69 };
70 
71 #endif
#define VTKCOMMONEXECUTIONMODEL_EXPORT
virtual void ExecuteEach(vtkCompositeDataIterator *iter, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int compositePort, int connection, vtkInformation *request, vtkCompositeDataSet *compositeOutput)
Executive that works in parallel.
Store vtkAlgorithm input/output information.
static vtkCompositeDataPipeline * New()
void PrintSelf(ostream &os, vtkIndent indent)
superclass for composite data iterators
abstract superclass for composite (multi-block or AMR) datasets
a simple class to control print indentation
Definition: vtkIndent.h:38
virtual int CallAlgorithm(vtkInformation *request, int direction, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Executive supporting composite datasets.
Store zero or more vtkInformation instances.