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:
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
VTKCOMMONEXECUTIONMODEL_EXPORT
#define VTKCOMMONEXECUTIONMODEL_EXPORT
Definition: vtkCommonExecutionModelModule.h:15
vtkX3D::direction
@ direction
Definition: vtkX3D.h:260
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkCompositeDataPipeline.h
vtkCommonExecutionModelModule.h
vtkCompositeDataSet
abstract superclass for composite (multi-block or AMR) datasets
Definition: vtkCompositeDataSet.h:51
vtkThreadedCompositeDataPipeline::vtkThreadedCompositeDataPipeline
vtkThreadedCompositeDataPipeline()
vtkThreadedCompositeDataPipeline::ExecuteEach
virtual void ExecuteEach(vtkCompositeDataIterator *iter, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int compositePort, int connection, vtkInformation *request, vtkCompositeDataSet *compositeOutput)
vtkCompositeDataPipeline
Executive supporting composite datasets.
Definition: vtkCompositeDataPipeline.h:66
vtkCompositeDataIterator
superclass for composite data iterators
Definition: vtkCompositeDataIterator.h:41
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkThreadedCompositeDataPipeline
Executive that works in parallel.
Definition: vtkThreadedCompositeDataPipeline.h:40
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkThreadedCompositeDataPipeline::New
static vtkThreadedCompositeDataPipeline * New()
vtkThreadedCompositeDataPipeline::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkThreadedCompositeDataPipeline::~vtkThreadedCompositeDataPipeline
~vtkThreadedCompositeDataPipeline()
vtkThreadedCompositeDataPipeline::CallAlgorithm
virtual int CallAlgorithm(vtkInformation *request, int direction, vtkInformationVector **inInfo, vtkInformationVector *outInfo)