Package boofcv.struct

Class PackedSetsPoint2D_I32.SetIterator

java.lang.Object
boofcv.struct.PackedSetsPoint2D_I32.SetIterator
Enclosing class:
PackedSetsPoint2D_I32

public class PackedSetsPoint2D_I32.SetIterator extends Object
Used to access all the points in a set without making a copy.
  • Constructor Details

    • SetIterator

      public SetIterator()
  • Method Details

    • setup

      public void setup(int whichSet)
      Specifies which set the iterator should process
      Parameters:
      whichSet - index of the set
    • setToStart

      public void setToStart()
    • hasNext

      public boolean hasNext()
    • next

      public Point2D_I32 next()