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

public class VertexData extends Object
  • Constructor Details

    • VertexData

      public VertexData()
  • Method Details

    • CenterIndex

      public static long CenterIndex(OctNode node, int maxDepth)
    • CenterIndex

      public static long CenterIndex(OctNode node, int maxDepth, int[] idx)
    • CenterIndex

      public static long CenterIndex(int depth, int[] offSet, int maxDepth, int[] idx)
    • CornerIndex

      public static long CornerIndex(OctNode node, int cIndex, int maxDepth)
    • CornerIndex

      public static long CornerIndex(OctNode node, int cIndex, int maxDepth, int[] idx)
    • CornerIndex

      public static long CornerIndex(int depth, int[] offSet, int cIndex, int maxDepth, int[] idx)
    • FaceIndex

      public static long FaceIndex(OctNode node, int fIndex, int maxDepth)
    • FaceIndex

      public static long FaceIndex(OctNode node, int fIndex, int maxDepth, int[] idx)
    • EdgeIndex

      public static long EdgeIndex(OctNode node, int eIndex, int maxDepth)
    • EdgeIndex

      public static long EdgeIndex(OctNode node, int eIndex, int maxDepth, int[] idx)