Class SectionSetIterator

java.lang.Object
mgui.interfaces.shapes.util.SectionSetIterator
All Implemented Interfaces:
java.util.Iterator
Direct Known Subclasses:
MorphSectionSetIterator

public class SectionSetIterator
extends java.lang.Object
implements java.util.Iterator
  • Constructor Details

    • SectionSetIterator

      public SectionSetIterator()
    • SectionSetIterator

      public SectionSetIterator​(SectionSet3DInt thisSet)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface java.util.Iterator
    • next

      public java.lang.Object next()
      Specified by:
      next in interface java.util.Iterator
    • getNextSection

      public int getNextSection()
    • getFirstSection

      public int getFirstSection()
    • getLastSection

      public int getLastSection()
    • remove

      public void remove()
      Specified by:
      remove in interface java.util.Iterator
    • setSectionSet

      public void setSectionSet​(SectionSet3DInt thisSet)