|
ParaView
|
records groups of integers that are equivalent. More...
#include <vtkEquivalenceSet.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | Initialize () |
| void | AddEquivalence (int id1, int id2) |
| int | GetNumberOfMembers () |
| int | GetNumberOfResolvedSets () |
| int | GetEquivalentSetId (int memberId) |
| int | ResolveEquivalences () |
| void | DeepCopy (vtkEquivalenceSet *in) |
| int * | GetPointer () |
| void | Squeeze () |
| vtkIdType | Capacity () |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkEquivalenceSet * | SafeDownCast (vtkObject *o) |
| static vtkEquivalenceSet * | New () |
Public Attributes | |
| int | Resolved |
records groups of integers that are equivalent.
Useful for connectivity on multiple processes. Run connectivity on each processes, then make touching fragments equivalent.
Definition at line 29 of file vtkEquivalenceSet.h.
| virtual const char* vtkEquivalenceSet::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkObject.
| static vtkEquivalenceSet* vtkEquivalenceSet::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkObject.
| void vtkEquivalenceSet::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkObject.
| static vtkEquivalenceSet* vtkEquivalenceSet::New | ( | ) | [static] |
Reimplemented from vtkObject.
| void vtkEquivalenceSet::Initialize | ( | ) |
| int vtkEquivalenceSet::GetNumberOfMembers | ( | ) |
| int vtkEquivalenceSet::GetNumberOfResolvedSets | ( | ) | [inline] |
Definition at line 45 of file vtkEquivalenceSet.h.
| int vtkEquivalenceSet::ResolveEquivalences | ( | ) |
| void vtkEquivalenceSet::DeepCopy | ( | vtkEquivalenceSet * | in | ) |
| int* vtkEquivalenceSet::GetPointer | ( | ) |
| void vtkEquivalenceSet::Squeeze | ( | ) |
| vtkIdType vtkEquivalenceSet::Capacity | ( | ) |
Definition at line 69 of file vtkEquivalenceSet.h.
1.7.5.1