de.unihalle.informatik.MiToBo.topology
Class MTBTopologicalNumber.PixelOffsetIterator

java.lang.Object
  extended by de.unihalle.informatik.MiToBo.topology.MTBTopologicalNumber.PixelOffsetIterator
All Implemented Interfaces:
Iterator<MTBTopologicalNumber.Point3D>
Enclosing class:
MTBTopologicalNumber

public class MTBTopologicalNumber.PixelOffsetIterator
extends Object
implements Iterator<MTBTopologicalNumber.Point3D>


Constructor Summary
MTBTopologicalNumber.PixelOffsetIterator()
           
 
Method Summary
 boolean hasNext()
           
 MTBTopologicalNumber.Point3D next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MTBTopologicalNumber.PixelOffsetIterator

public MTBTopologicalNumber.PixelOffsetIterator()
Method Detail

remove

public void remove()
Specified by:
remove in interface Iterator<MTBTopologicalNumber.Point3D>

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<MTBTopologicalNumber.Point3D>

next

public MTBTopologicalNumber.Point3D next()
Specified by:
next in interface Iterator<MTBTopologicalNumber.Point3D>


Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.