|
ParaView
|
distributed method of Equivalence More...
#include <vtkPEquivalenceSet.h>


Public Types | |
| typedef vtkEquivalenceSet | Superclass |
Public Types inherited from vtkEquivalenceSet | |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual int | ResolveEquivalences () |
Public Member Functions inherited from vtkEquivalenceSet | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | Initialize () |
| void | AddEquivalence (int id1, int id2) |
| int | GetNumberOfMembers () |
| int | GetNumberOfResolvedSets () |
| int | GetEquivalentSetId (int memberId) |
| void | DeepCopy (vtkEquivalenceSet *in) |
| int * | GetPointer () |
| void | Squeeze () |
| vtkIdType | Capacity () |
| int | GetReference (int memberId) |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkPEquivalenceSet * | SafeDownCast (vtkObject *o) |
| static vtkPEquivalenceSet * | New () |
Static Public Member Functions inherited from vtkEquivalenceSet | |
| static int | IsTypeOf (const char *type) |
| static vtkEquivalenceSet * | SafeDownCast (vtkObject *o) |
| static vtkEquivalenceSet * | New () |
Protected Member Functions | |
| vtkPEquivalenceSet () | |
| ~vtkPEquivalenceSet () | |
Protected Member Functions inherited from vtkEquivalenceSet | |
| vtkEquivalenceSet () | |
| ~vtkEquivalenceSet () | |
| void | EquateInternal (int id1, int id2) |
Additional Inherited Members | |
Public Attributes inherited from vtkEquivalenceSet | |
| int | Resolved |
Protected Attributes inherited from vtkEquivalenceSet | |
| int | NumberOfResolvedSets |
| vtkIntArray * | EquivalenceArray |
distributed method of Equivalence
Same as EquivalenceSet, but resolving is a global operation. .SEE vtkEquivalenceSet
Definition at line 29 of file vtkPEquivalenceSet.h.
Definition at line 32 of file vtkPEquivalenceSet.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkEquivalenceSet.
|
static |
|
virtual |
Reimplemented from vtkEquivalenceSet.
|
static |
| void vtkPEquivalenceSet::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
static |
|
virtual |
Reimplemented from vtkEquivalenceSet.
1.8.12