JMV 0.80 Programmer's Documentation
Class BondSearch.GridSearchPair
java.lang.Object
|
+--BondSearch.GridSearchPair
- Enclosing class:
- BondSearch
- public static class BondSearch.GridSearchPair
- extends java.lang.Object
GridSearchPair holds information for 2 atoms that share a bond
Field Summary
int
index1
atom index of first atom
int
index2
atom index of second atom
Constructor Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
index1
public int index1
- atom index of first atom
index2
public int index2
- atom index of second atom
next
public BondSearch.GridSearchPair next
- next GridSearchPair
Constructor Detail
BondSearch.GridSearchPair
public BondSearch.GridSearchPair()
- Constructor
BondSearch.GridSearchPair
public BondSearch.GridSearchPair(int ind1,
int ind2)
- Constructor
- Parameters:
ind1 - index number of first atomind2 - index number of second atom
Copyright (C) 2000-2002 The Board of Trustees of the University of Illinois