org.jmol.modelset
class BondIteratorSelected extends Object implements BondIterator
| Field Summary | |
|---|---|
| int | bondCount |
| Bond[] | bonds |
| boolean | bondSelectionModeOr |
| short | bondType |
| BitSet | bsSelected |
| int | iBond |
| boolean | isBondBitSet |
| Constructor Summary | |
|---|---|
| BondIteratorSelected(Bond[] bonds, int bondCount, short bondType, BitSet bsSelected, boolean bondSelectionModeOr) | |
| BondIteratorSelected(Bond[] bonds, int bondCount, BitSet bsSelected) | |
| Method Summary | |
|---|---|
| boolean | hasNext() |
| Bond | next() |
| int | nextIndex() |