java.lang.Object
gov.nih.mipav.view.renderer.WildMagic.BallPivoting.ClosestIterator

public class ClosestIterator extends Object
  • Field Details

    • p

      protected Point3 p
    • Si

      protected StaticGrid Si
    • 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 Vector<Entry> elems
    • dist_funct

      protected PointDistanceFunctor dist_funct
    • tm

      protected VertTmark tm
    • currentElem

      protected Entry currentElem
  • Constructor Details

  • Method Details

    • _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 Object dereference()
    • dist

      public final float dist()
    • nearestPoint

      public final Point3 nearestPoint()