cz.cuni.jagrlib.piece
Class VEFDS.VertexIterator
java.lang.Object
cz.cuni.jagrlib.DefaultProperty
cz.cuni.jagrlib.DefaultBrepIterator
cz.cuni.jagrlib.DefaultBrepIteratorOrd
cz.cuni.jagrlib.piece.VEFDS.VertexIterator
- All Implemented Interfaces:
- BrepIterator, Property
- Enclosing class:
- VEFDS
protected class VEFDS.VertexIterator
- extends DefaultBrepIteratorOrd
Iterator for all vertices in the scene.
Method Summary |
int |
left()
How many items remain in the set? |
int |
next()
Returns id of the next object. |
Methods inherited from class cz.cuni.jagrlib.DefaultProperty |
booleanProperty, booleanProperty, colorDoubleProperty, colorProperty, commit, doubleProperty, doubleProperty, doubleProperty, enumProperty, floatProperty, floatProperty, floatProperty, get, intProperty, intProperty, intProperty, longProperty, longProperty, longProperty, set, set, stringProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VEFDS.VertexIterator
protected VEFDS.VertexIterator()
next
public int next()
- Returns id of the next object.
- Specified by:
next
in interface BrepIterator
- Specified by:
next
in class DefaultBrepIterator
- Returns:
Brep.NULL
if there is no next object available.
left
public int left()
- How many items remain in the set?
Non-mandatory - must return
Brep.NULL
if not implemented.
- Specified by:
left
in interface BrepIterator
- Overrides:
left
in class DefaultBrepIterator