cz.cuni.jagrlib.piece
Class VEFDS.EdgeInFaceIterator
java.lang.Object
cz.cuni.jagrlib.DefaultProperty
cz.cuni.jagrlib.DefaultBrepIterator
cz.cuni.jagrlib.DefaultBrepIteratorArr
cz.cuni.jagrlib.piece.VEFDS.EdgeInFaceIterator
- All Implemented Interfaces:
- BrepIterator, Property
- Enclosing class:
- VEFDS
protected class VEFDS.EdgeInFaceIterator
- extends DefaultBrepIteratorArr
Iterator for edges in the given face.
Field Summary |
protected int |
face
Face's id. |
Method Summary |
void |
init(int face)
|
void |
reset()
Reset the iterator. |
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 |
face
protected int face
- Face's id.
VEFDS.EdgeInFaceIterator
public VEFDS.EdgeInFaceIterator(int face)
init
public void init(int face)
reset
public void reset()
- Reset the iterator.
- Specified by:
reset
in interface BrepIterator
- Specified by:
reset
in class DefaultBrepIterator