cz.cuni.jagrlib.piece
Class VEFDS.VertexInFaceIterator

java.lang.Object
  extended by cz.cuni.jagrlib.DefaultProperty
      extended by cz.cuni.jagrlib.DefaultBrepIterator
          extended by cz.cuni.jagrlib.DefaultBrepIteratorArr
              extended by 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.
 
Fields inherited from class cz.cuni.jagrlib.DefaultBrepIteratorArr
arr, n
 
Fields inherited from interface cz.cuni.jagrlib.iface.BrepIterator
CONTEXT, PROJ_COORDS, SORT_ASCENDING, SORT_DESCENDING, SORT_ORDER
 
Fields inherited from interface cz.cuni.jagrlib.iface.Property
LOGGING, STATISTICS, TEXT_DESCRIPTION
 
Constructor Summary
VEFDS.VertexInFaceIterator(int face)
           
 
Method Summary
 void init(int face)
          Can change face's id.
 void reset()
          Reset the iterator.
 
Methods inherited from class cz.cuni.jagrlib.DefaultBrepIteratorArr
left, next, toArray
 
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
 
Methods inherited from interface cz.cuni.jagrlib.iface.Property
commit, get, set
 

Field Detail

face

protected int face
Face's Id.

Constructor Detail

VEFDS.VertexInFaceIterator

public VEFDS.VertexInFaceIterator(int face)
Method Detail

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