Package org.jmol.modelset
Class BondIteratorSelected
java.lang.Object
org.jmol.modelset.BondIteratorSelected
- All Implemented Interfaces:
BondIterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate Bond[]private booleanprivate intprivate javajs.util.BSprivate int -
Constructor Summary
ConstructorsConstructorDescriptionBondIteratorSelected(Bond[] bonds, int bondCount, int bondType, javajs.util.BS bsSelected, boolean bondSelectionModeOr) -
Method Summary
-
Field Details
-
bonds
-
bondCount
private int bondCount -
bondType
private int bondType -
iBond
private int iBond -
bsSelected
private javajs.util.BS bsSelected -
bondSelectionModeOr
private boolean bondSelectionModeOr
-
-
Constructor Details
-
BondIteratorSelected
BondIteratorSelected(Bond[] bonds, int bondCount, int bondType, javajs.util.BS bsSelected, boolean bondSelectionModeOr)
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceBondIterator
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceBondIterator
-
next
- Specified by:
nextin interfaceBondIterator
-