Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

Servers/Filters/vtkBalancedRedistributePolyData.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkBalancedRedistributePolyData.h,v $
00005 
00006   Copyright (c) Kitware, Inc.
00007   All rights reserved.
00008   See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00015 /*----------------------------------------------------------------------------
00016  Copyright (c) Los Alamos National Laboratory
00017  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
00018 ----------------------------------------------------------------------------*/
00019 
00024 #ifndef __vtkBalancedRedistributePolyData_h
00025 #define __vtkBalancedRedistributePolyData_h
00026 
00027 #include "vtkWeightedRedistributePolyData.h"
00028 class vtkMultiProcessController;
00029 
00030 
00031 //*******************************************************************
00032 
00033 class VTK_EXPORT vtkBalancedRedistributePolyData : public vtkWeightedRedistributePolyData
00034 {
00035 public:
00036   vtkTypeRevisionMacro(vtkBalancedRedistributePolyData, vtkWeightedRedistributePolyData);
00037   void PrintSelf(ostream& os, vtkIndent indent);
00038 
00039   static vtkBalancedRedistributePolyData *New();
00040 
00041 protected:
00042   vtkBalancedRedistributePolyData();
00043   ~vtkBalancedRedistributePolyData();
00044   void MakeSchedule (vtkCommSched*);
00045 
00046 private:
00047   vtkBalancedRedistributePolyData(const vtkBalancedRedistributePolyData&); // Not implemented
00048   void operator=(const vtkBalancedRedistributePolyData&); // Not implemented
00049 };
00050 
00051 //****************************************************************
00052 
00053 #endif
00054 
00055 

Generated on Tue May 30 12:31:45 2006 for ParaView by doxygen 1.3.5