Class VertexData


  • public class VertexData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      VertexData()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long CenterIndex​(int depth, int[] offSet, int maxDepth, int[] idx)  
      static long CenterIndex​(OctNode node, int maxDepth)  
      static long CenterIndex​(OctNode node, int maxDepth, int[] idx)  
      static long CornerIndex​(int depth, int[] offSet, int cIndex, int maxDepth, int[] idx)  
      static long CornerIndex​(OctNode node, int cIndex, int maxDepth)  
      static long CornerIndex​(OctNode node, int cIndex, int maxDepth, int[] idx)  
      static long EdgeIndex​(OctNode node, int eIndex, int maxDepth)  
      static long EdgeIndex​(OctNode node, int eIndex, int maxDepth, int[] idx)  
      static long FaceIndex​(OctNode node, int fIndex, int maxDepth)  
      static long FaceIndex​(OctNode node, int fIndex, int maxDepth, int[] idx)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VertexData

        public VertexData()
    • Method Detail

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