vtkBalancedRedistributePolyData.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkBalancedRedistributePolyData.h
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 =========================================================================*/
15 /*----------------------------------------------------------------------------
16  Copyright (c) Los Alamos National Laboratory
17  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
18 ----------------------------------------------------------------------------*/
19 
25 #ifndef vtkBalancedRedistributePolyData_h
26 #define vtkBalancedRedistributePolyData_h
27 
28 #include "vtkPVVTKExtensionsFiltersRenderingModule.h" // needed for export macro
31 
32 //*******************************************************************
33 
36 {
37 public:
39  void PrintSelf(ostream& os, vtkIndent indent) override;
40 
42 
43 protected:
46  void MakeSchedule(vtkPolyData*, vtkCommSched*) override;
47 
48 private:
50  void operator=(const vtkBalancedRedistributePolyData&) = delete;
51 };
52 
53 //****************************************************************
54 
55 #endif
static vtkWeightedRedistributePolyData * New()
Construct object.
void PrintSelf(ostream &os, vtkIndent indent) override
#define VTKPVVTKEXTENSIONSFILTERSRENDERING_EXPORT
do balance of cells on processors
do weighted balance of cells on processors
virtual void MakeSchedule(vtkPolyData *input, vtkCommSched *) override