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 "vtkPVVTKExtensionsFiltersGeneralModule.h" //needed for exports
28 
30 {
31 public:
33  void PrintSelf(ostream& os, vtkIndent indent) override;
34  static vtkPEquivalenceSet* New();
35 
36  // Globally equivalent set IDs are reassigned to be sequential.
37  int ResolveEquivalences() override;
38 
39 protected:
41  ~vtkPEquivalenceSet() override;
42 
43 private:
44  vtkPEquivalenceSet(const vtkPEquivalenceSet&) = delete;
45  void operator=(const vtkPEquivalenceSet&) = delete;
46 };
47 
48 #endif /* vtkPEquivalenceSet_h */
virtual int ResolveEquivalences()
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkEquivalenceSet * New()
#define VTKPVVTKEXTENSIONSFILTERSGENERAL_EXPORT
distributed method of Equivalence
records groups of integers that are equivalent.