vtkAllToNRedistributeCompositePolyData.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: $RCSfile$
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html 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 =========================================================================*/
21 #ifndef vtkAllToNRedistributeCompositePolyData_h
22 #define vtkAllToNRedistributeCompositePolyData_h
23 
24 #include "vtkDataObjectAlgorithm.h"
25 #include "vtkPVVTKExtensionsFiltersRenderingModule.h" // needed for export macro
26 
28 
30  : public vtkDataObjectAlgorithm
31 {
32 public:
35  void PrintSelf(ostream& os, vtkIndent indent) override;
36 
38 
41  virtual void SetController(vtkMultiProcessController*);
42  vtkGetObjectMacro(Controller, vtkMultiProcessController);
44 
45  vtkSetMacro(NumberOfProcesses, int);
46  vtkGetMacro(NumberOfProcesses, int);
47 
48 protected:
51 
58  virtual vtkExecutive* CreateDefaultExecutive() override;
59 
60  virtual int RequestDataObject(
62  virtual int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
63  vtkInformationVector* outputVector) override;
64  virtual int FillInputPortInformation(int port, vtkInformation* info) override;
65 
68 
69 private:
72 };
73 
74 #endif
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual vtkExecutive * CreateDefaultExecutive()
static vtkDataObjectAlgorithm * New()
vtkAllToNRedistributePolyData extension that is composite data aware.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTKPVVTKEXTENSIONSFILTERSRENDERING_EXPORT
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void operator=(const vtkObjectBase &)