vtkPVCompositeDataPipeline.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
3 // SPDX-License-Identifier: BSD-3-Clause
17 #ifndef vtkPVCompositeDataPipeline_h
18 #define vtkPVCompositeDataPipeline_h
19 
21 #include "vtkPVVTKExtensionsCoreModule.h" // needed for export macro
22 
24 {
25 public:
28  void PrintSelf(ostream& os, vtkIndent indent) override;
29 
30 protected:
32  ~vtkPVCompositeDataPipeline() override;
33 
34  // Copy information for the given request.
35  void CopyDefaultInformation(vtkInformation* request, int direction,
36  vtkInformationVector** inInfoVec, vtkInformationVector* outInfoVec) override;
37 
38  // Remove update/whole extent when resetting pipeline information.
39  void ResetPipelineInformation(int port, vtkInformation*) override;
40 
41 private:
43  void operator=(const vtkPVCompositeDataPipeline&) = delete;
44 };
45 
46 #endif
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTKPVVTKEXTENSIONSCORE_EXPORT
static vtkCompositeDataPipeline * New()
executive to add support for vtkPVPostFilter in ParaView data pipelines.
virtual void CopyDefaultInformation(vtkInformation *request, int direction, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec)
virtual void ResetPipelineInformation(int port, vtkInformation *)
void operator=(const vtkObjectBase &)