vtkPVCompositeDataPipeline.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPVCompositeDataPipeline.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 vtkPVCompositeDataPipeline_h
29 #define vtkPVCompositeDataPipeline_h
30 
32 #include "vtkPVVTKExtensionsCoreModule.h" // needed for export macro
33 
35 {
36 public:
39  void PrintSelf(ostream& os, vtkIndent indent) override;
40 
41 protected:
43  ~vtkPVCompositeDataPipeline() override;
44 
45  // Copy information for the given request.
46  void CopyDefaultInformation(vtkInformation* request, int direction,
47  vtkInformationVector** inInfoVec, vtkInformationVector* outInfoVec) override;
48 
49  // Remove update/whole extent when resetting pipeline information.
50  void ResetPipelineInformation(int port, vtkInformation*) override;
51 
52 private:
54  void operator=(const vtkPVCompositeDataPipeline&) = delete;
55 };
56 
57 #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 &)