ParaView
vtkPEquivalenceSet.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: earaView
4  Module: vtkPEquivalenceSet.h
5 
6  This software is distributed WITHOUT ANY WARRANTY; without even
7  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8  PURPOSE. See the above copyright notice for more information.
9 
10  Copyright 2013 Sandia Corporation.
11  Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
12  the U.S. Government retains certain rights in this software.
13 
14 =========================================================================*/
23 #ifndef vtkPEquivalenceSet_h
24 #define vtkPEquivalenceSet_h
25 
26 #include "vtkEquivalenceSet.h"
27 #include "vtkPVVTKExtensionsDefaultModule.h" //needed for exports
28 
29 class VTKPVVTKEXTENSIONSDEFAULT_EXPORT vtkPEquivalenceSet : public vtkEquivalenceSet
30 {
31 public:
33  void PrintSelf(ostream& os, vtkIndent indent);
34  static vtkPEquivalenceSet* New();
35 
36  // Globally equivalent set IDs are reassigned to be sequential.
37  virtual int ResolveEquivalences();
38 
39 protected:
42 
43 private:
44  vtkPEquivalenceSet(const vtkPEquivalenceSet&) VTK_DELETE_FUNCTION;
45  void operator=(const vtkPEquivalenceSet&) VTK_DELETE_FUNCTION;
46 };
47 
48 #endif /* vtkPEquivalenceSet_h */
void PrintSelf(ostream &os, vtkIndent indent)
virtual int ResolveEquivalences()
static vtkEquivalenceSet * New()
distributed method of Equivalence
records groups of integers that are equivalent.