Package org.jlayer.util
Class IndexTools
java.lang.Object
org.jlayer.util.IndexTools
This class is used for test purposes only.
- Author:
- gko
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic enumstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexTools.OrientationgetOrientation(int[] from, int[] to)
-
Field Details
-
fullD1D1
-
isNeighbour
-
-
Constructor Details
-
IndexTools
public IndexTools()
-
-
Method Details
-
getOrientation
- Parameters:
from- the base indexto- the goal index- Returns:
- the
IndexTools.Orientationor null, iff from and to denote identical indices
-