java.lang.Object
gov.nih.mipav.view.renderer.WildMagic.Poisson.Octree.BinaryNode

public class BinaryNode extends Object
  • Constructor Details

    • BinaryNode

      public BinaryNode()
  • Method Details

    • 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)