VTK  9.1.0
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 =========================================================================*/
28#ifndef vtkThreadedCompositeDataPipeline_h
29#define vtkThreadedCompositeDataPipeline_h
30
31#include "vtkCommonExecutionModelModule.h" // For export macro
33
35class vtkInformation;
36
37class VTKCOMMONEXECUTIONMODEL_EXPORT vtkThreadedCompositeDataPipeline
39{
40public:
43 void PrintSelf(ostream& os, vtkIndent indent) override;
44
50 vtkInformationVector* outInfo) override;
51
52protected:
56 vtkInformationVector* outInfoVec, int compositePort, int connection, vtkInformation* request,
57 std::vector<vtkSmartPointer<vtkCompositeDataSet>>& compositeOutput) override;
58
59private:
61 void operator=(const vtkThreadedCompositeDataPipeline&) = delete;
62 friend class ProcessBlock;
63};
64
65#endif
superclass for composite data iterators
Executive supporting composite datasets.
a simple class to control print indentation
Definition: vtkIndent.h:113
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
int CallAlgorithm(vtkInformation *request, int direction, vtkInformationVector **inInfo, vtkInformationVector *outInfo) override
An API to CallAlgorithm that allows you to pass in the info objects to be used.
static vtkThreadedCompositeDataPipeline * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ExecuteEach(vtkCompositeDataIterator *iter, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int compositePort, int connection, vtkInformation *request, std::vector< vtkSmartPointer< vtkCompositeDataSet > > &compositeOutput) override
@ vector
Definition: vtkX3D.h:243
@ direction
Definition: vtkX3D.h:266