Class MjEdgeKey
java.lang.Object
gov.nih.mipav.view.renderer.J3D.surfaceview.brainflattenerview.MjEdgeKey
DOCUMENT ME!
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
V
public final int[] VDOCUMENT ME!
-
-
Constructor Details
-
MjEdgeKey
public MjEdgeKey()Creates a new MjEdgeKey object. -
MjEdgeKey
public MjEdgeKey(int iV0, int iV1) Creates a new MjEdgeKey object.- Parameters:
iV0- DOCUMENT ME!iV1- DOCUMENT ME!
-
-
Method Details
-
equals
Support for hashing into a map of edges.- Overrides:
equalsin classObject- Parameters:
kObject- an edge for comparison to the current one- Returns:
- true iff the edges are identical. Because the class stores ordered indices, it is not necessary to use the more expensive test (V0 == other.V0 invalid input: '&'invalid input: '&' V1 == other.V1) || (V0 == other.V1 invalid input: '&'invalid input: '&' V1 == other.V0).
-
hashCode
public int hashCode()Support for hashing into a map of edges.
-