Class FaceEdgesFunction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Vector<Pair<java.lang.Long,​java.lang.Long>> edges  
      int fIndex  
      int maxDepth  
      java.util.HashMap<java.lang.Long,​Pair<RootInfo,​java.lang.Integer>> vertexCount  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void Function​(OctNode node1, OctNode node2)  
      • Methods inherited from class java.lang.Object

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

      • fIndex

        public int fIndex
      • maxDepth

        public int maxDepth
      • edges

        public java.util.Vector<Pair<java.lang.Long,​java.lang.Long>> edges
      • vertexCount

        public java.util.HashMap<java.lang.Long,​Pair<RootInfo,​java.lang.Integer>> vertexCount
    • Constructor Detail

      • FaceEdgesFunction

        public FaceEdgesFunction()