Class ClosestIterator


  • public class ClosestIterator
    extends java.lang.Object
    • Field Detail

      • end

        protected boolean end
      • max_dist

        protected float max_dist
      • explored

        protected Box3 explored
      • to_explore

        protected Box3 to_explore
      • radius

        protected float radius
      • step_size

        protected float step_size
      • elems

        protected java.util.Vector<Entry> elems
      • currentElem

        protected Entry currentElem
    • Method Detail

      • _endGrid

        public final boolean _endGrid()
      • _UpdateRadius

        public final void _UpdateRadius()
      • _nextShell

        public final boolean _nextShell()
      • setIndexStructure

        public final void setIndexStructure​(StaticGrid _Si)
      • setMarker

        public final void setMarker​(VertTmark _tm)
      • init

        public final void init​(Point3 _p,
                               float _max_dist)
      • end

        public final boolean end()
      • refresh

        public final boolean refresh()
      • toUpdate

        public final boolean toUpdate()
      • plusplus

        public final void plusplus()
      • get

        public final Vertex get()
      • dereference

        public final java.lang.Object dereference()
      • dist

        public final float dist()
      • nearestPoint

        public final Point3 nearestPoint()