|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.cuni.jagrlib.DefaultProperty
cz.cuni.jagrlib.DefaultBrepIterator
public abstract class DefaultBrepIterator
Default implementation of BrepIterator interface.
| Field Summary |
|---|
| 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 | |
|---|---|
DefaultBrepIterator()
|
|
| Method Summary | |
|---|---|
int |
left()
How many items remain in the set?. |
abstract int |
next()
Returns id of the next object. |
abstract void |
reset()
Reset the iterator. |
int[] |
toArray(int[] pre)
Fills the provided array by all items (pre-allocated array could be null
or too small - in these cases new one will be created). |
| 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 |
| Constructor Detail |
|---|
public DefaultBrepIterator()
| Method Detail |
|---|
public abstract void reset()
reset in interface BrepIteratorpublic abstract int next()
next in interface BrepIteratorBrep.NULL if there is no next object available.public int[] toArray(int[] pre)
null
or too small - in these cases new one will be created).
End of the data is marked using Brep.NULL.
toArray in interface BrepIteratorpublic int left()
Brep.NULL if not implemented.
left in interface BrepIterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||