Class BoundingIntervalHierarchy.BuildStats

  • Enclosing class:
    BoundingIntervalHierarchy

    private static class BoundingIntervalHierarchy.BuildStats
    extends java.lang.Object
    • Field Detail

      • numNodes

        private int numNodes
      • numLeaves

        private int numLeaves
      • sumObjects

        private int sumObjects
      • minObjects

        private int minObjects
      • maxObjects

        private int maxObjects
      • sumDepth

        private int sumDepth
      • minDepth

        private int minDepth
      • maxDepth

        private int maxDepth
      • numLeaves0

        private int numLeaves0
      • numLeaves1

        private int numLeaves1
      • numLeaves2

        private int numLeaves2
      • numLeaves3

        private int numLeaves3
      • numLeaves4

        private int numLeaves4
      • numLeaves4p

        private int numLeaves4p
      • numBVH2

        private int numBVH2
    • Constructor Detail

      • BuildStats

        BuildStats()
    • Method Detail

      • updateInner

        void updateInner()
      • updateBVH2

        void updateBVH2()
      • updateLeaf

        void updateLeaf​(int depth,
                        int n)
      • printStats

        void printStats()