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