Class BinaryNode
- java.lang.Object
-
- gov.nih.mipav.view.renderer.WildMagic.Poisson.Octree.BinaryNode
-
public class BinaryNode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BinaryNode()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
CenterAndWidth(int idx, float[] center, float[] width)
static void
CenterAndWidth(int depth, int offset, float[] center, float[] width)
static int
CenterCount(int depth)
static int
CornerIndex(int maxDepth, int depth, int offSet, int forwardCorner)
static float
CornerIndexPosition(int index, int maxDepth)
static int
CumulativeCenterCount(int maxDepth)
static void
DepthAndOffset(int idx, int[] depth, int[] offset)
static int
Index(int depth, int offSet)
static float
Width(int depth)
-
-
-
Method Detail
-
CenterCount
public static final int CenterCount(int depth)
-
CumulativeCenterCount
public static final int CumulativeCenterCount(int maxDepth)
-
Index
public static final int Index(int depth, int offSet)
-
CornerIndex
public static final int CornerIndex(int maxDepth, int depth, int offSet, int forwardCorner)
-
CornerIndexPosition
public static final float CornerIndexPosition(int index, int maxDepth)
-
Width
public static final float Width(int depth)
-
CenterAndWidth
public static final void CenterAndWidth(int depth, int offset, float[] center, float[] width)
-
CenterAndWidth
public static final void CenterAndWidth(int idx, float[] center, float[] width)
-
DepthAndOffset
public static final void DepthAndOffset(int idx, int[] depth, int[] offset)
-
-